|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.norther.tammi.spray.loader.task.Action
org.norther.tammi.spray.loader.task.ActionEvent
org.norther.tammi.spray.template.step.FlowStepAction
org.norther.tammi.spray.template.step.NextStepAction
public class NextStepAction
A flow step action supporting simple browsing.
| Field Summary |
|---|
| Fields inherited from interface org.norther.tammi.spray.template.flow.StepFlowConstants |
|---|
ADAPTABLE_STATE, DISPOSABLE_STATE, EXPLICIT_STATE, FINISHED_STATE, HELP_PIPE_PROPERTY, QUALIFIED_STATE, READ_ONLY_STATE, REPOSITORY_PROPERTY, SELECTABLE_STATE |
| Constructor Summary | |
|---|---|
NextStepAction()
Constructs a new flow step action. |
|
| Method Summary | |
|---|---|
void |
submitBackStep(ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context)
Goes back to the current page. |
void |
submitCancelStep(ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context)
Cancels the step. |
void |
submitFinishStep(ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context)
Finishes the step. |
void |
submitNextStep(ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context)
Goes to the next step. |
void |
submitPreviousStep(ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context)
Goes to the previous step. |
| Methods inherited from class org.norther.tammi.spray.template.step.FlowStepAction |
|---|
checkPermission, checkPermission, done, execute, execute, finish, forward, getPermissibleRoles, getSignature, include, initialize, initialize, prepare, pushError, submit, submit, submitOpenHelp |
| Methods inherited from class org.norther.tammi.spray.loader.task.ActionEvent |
|---|
getAction, getAction, getAction, invoke |
| Methods inherited from class org.norther.tammi.spray.loader.task.Action |
|---|
find, getFilter, getMBeanServer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NextStepAction()
| Method Detail |
|---|
public void submitNextStep(ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context)
throws Exception
request - the request.response - the response.chain - the filter chain.context - the flow context.
Exception - on errors.
public void submitPreviousStep(ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context)
throws Exception
request - the request.response - the response.chain - the filter chain.context - the flow context.
Exception - on errors.
public void submitFinishStep(ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context)
throws Exception
request - the request.response - the response.chain - the filter chain.context - the flow context.
Exception - on errors.
public void submitCancelStep(ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context)
throws Exception
request - the request.response - the response.chain - the filter chain.context - the flow context.
Exception - on errors.
public void submitBackStep(ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context)
throws Exception
request - the request.response - the response.chain - the filter chain.context - the flow context.
Exception - on errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||