Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Mockup
submission-process
submission-process
12

Terminology Used in the MOCKUP --

Action -The bean identifier i.e.action_id of the actual action class as configured in the SPRING XML file like--

Code Block

 <bean id="{action.id}" scope="prototype">     <constructor-arg type="java.lang.String" value="{action.id}"/>
     <property name="processingAction" ref="{action.api.id}"/>
     <property name="requiresUI" value="{true/false}"/>
 </bean>

Step-Container of Actions

Outcome-Numerical code which will map one step to the next step.

Process-Container of Steps

For example- Analogous XML can be specified as---

Code Block

                                 editstep                                                                                        finaleditstep