You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Please configure the Balsamiq Wireframes macro and select the wireframe to show. Learn more

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--

 <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---

                                 editstep                                                                                        finaleditstep                                                                
  • No labels