|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.handler.forms.routing.GoBackRouter
public class GoBackRouter
Go back one page. The current page is removed from the flow XML.
| Variable | Type | Mode | Default | Description |
|---|---|---|---|---|
| None | - | - | - | - |
| Constructor Summary | |
|---|---|
GoBackRouter()
|
|
| Method Summary | |
|---|---|
RoutingResult |
doRouting(FormDefinition form,
State formState,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Performs routing based on the form definition and the values of the client. |
void |
init(FormComponentConfig config)
Passes the initialization parameters to the component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoBackRouter()
| Method Detail |
|---|
public void init(FormComponentConfig config)
throws InitializationException
FormComponent
init in interface FormComponentconfig - The FormComponentConfig object that contains
configutation information for this component.
InitializationException - If initialization failed
public RoutingResult doRouting(FormDefinition form,
State formState,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Router
doRouting in interface Routerform - The definition of the current form flowformState - The object representing the state of the client filling out a form.req - The http servlet requestres - The http servlet response
null if the router doesn't match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||