Subversion Repositories bacoAlunos

Rev

Rev 1306 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>

<!--<!DOCTYPE struts-config PUBLIC-->
<!--"-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"-->
<!--"http://struts.apache.org/dtds/struts-config_1_3.dtd">-->

<struts-config>

    <form-beans>
        <form-bean type="pt.estgp.estgweb.web.form.managedidentifier.ManagedIdentifierForm" name="ManagedIdentifierForm"/>
    </form-beans>

    <global-exceptions>

    </global-exceptions>

    <global-forwards>

    </global-forwards>


    <action-mappings>

        <action path="/user/startEditManagedIdentifierFromServiceZone" forward="/user/managedIdentifierFromServiceZone.do?dispatch=startEditIdentifier&amp;from=ServiceZone"/>
        <action path="/user/startNewManagedIdentifierFromServiceZone" forward="/user/managedIdentifierFromServiceZone.do?dispatch=newIdentifier&amp;from=ServiceZone"/>
        <action path="/user/startEditManagedIdentifierCollectionFromServiceZone" forward="/user/managedIdentifierFromServiceZone.do?dispatch=startEditCollection&amp;from=ServiceZone"/>
        <action path="/user/startNewManagedIdentifierCollectionFromServiceZone" forward="/user/managedIdentifierFromServiceZone.do?dispatch=newCollection&amp;from=ServiceZone"/>
        <action path="/user/startSearchManagedIdentifierFromServiceZone" forward="/user/managedIdentifierFromServiceZone.do?dispatch=startSearchIdentifier&amp;from=ServiceZone"/>
        <action path="/user/startLoadManagedIdentifierCollectionsFromServiceZone" forward="/user/managedIdentifierFromServiceZone.do?dispatch=loadCollections&amp;from=ServiceZone"/>

        <action path="/user/startDeleteManagedIdentifierCollectionFromServiceZone" forward="/user/managedIdentifierFromServiceZone.do?dispatch=deleteCollection&amp;from=ServiceZone"/>
        <action path="/user/startAssignUserManagedIdentifierCollectionFromServiceZone" forward="/user/managedIdentifierFromServiceZone.do?dispatch=assignUserCollection&amp;from=ServiceZone"/>
        <action path="/user/startRemoveUserManagedIdentifierCollectionFromServiceZone" forward="/user/managedIdentifierFromServiceZone.do?dispatch=removeUserCollection&amp;from=ServiceZone"/>

        <action path="/user/managedIdentifierFromServiceZone"


               type="pt.estgp.estgweb.web.controllers.manageidentifiers.ManagedIdentifierController"
               name="ManagedIdentifierForm"
               scope="request"
               parameter="dispatch"
               validate="false"
               input="page.managedidentifier.load.collections.from.service.zone">
            <forward name="load.collections" path="page.managedidentifier.load.collections.from.service.zone"/>
            <forward name="new.collection" path="page.managedidentifier.new.collection.from.service.zone"/>
            <forward name="new.identifier" path="page.managedidentifier.new.identifier.from.service.zone"/>
            <forward name="edit.collection" path="page.managedidentifier.edit.collection.from.service.zone"/>
            <forward name="edit.identifier" path="page.managedidentifier.edit.identifier.from.service.zone"/>
            <forward name="search.identifier" path="page.managedidentifier.search.identifier.from.service.zone"/>
            <forward name="search.collection" path="page.managedidentifier.search.identifier.from.service.zone"/>
            <forward name="load.identifier" path="page.managedidentifier.load.identifier.from.service.zone"/>
            <forward name="found.identifier" path="page.managedidentifier.found.identifier.from.service.zone"/>
        </action>
    </action-mappings>

</struts-config>