|
rewrite-api-servlet 2.0.0.Alpha6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ocpsoft.rewrite.servlet.event.SubflowTask
public abstract class SubflowTask
Defines a task to be performed within a sub-BaseRewrite.Flow of a given ServletRewrite
| Constructor Summary | |
|---|---|
SubflowTask()
|
|
| Method Summary | |
|---|---|
static BaseRewrite.Flow |
perform(ServletRewrite<?,?> event,
EvaluationContext context,
BaseRewrite.Flow subflow,
SubflowTask subflowTask)
Perform the given SubflowTask using the given ServletRewrite event initialized with a new
BaseRewrite.Flow. |
static BaseRewrite.Flow |
perform(ServletRewrite<?,?> rewrite,
EvaluationContext context,
SubflowTask subflowTask)
Perform the given SubflowTask using the given ServletRewrite event. |
abstract void |
performInSubflow(ServletRewrite<?,?> event,
EvaluationContext context)
The task to be performed in a sub- BaseRewrite.Flow. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubflowTask()
| Method Detail |
|---|
public static BaseRewrite.Flow perform(ServletRewrite<?,?> rewrite,
EvaluationContext context,
SubflowTask subflowTask)
SubflowTask using the given ServletRewrite event. If modified, the original
BaseRewrite.Flow will be restored after task completion.
event - the ServletRewrite event used in the given SubflowTask
BaseRewrite.Flow from the SubflowTask execution.
public static BaseRewrite.Flow perform(ServletRewrite<?,?> event,
EvaluationContext context,
BaseRewrite.Flow subflow,
SubflowTask subflowTask)
SubflowTask using the given ServletRewrite event initialized with a new
BaseRewrite.Flow. The original BaseRewrite.Flow will be restored after task completion.
event - the ServletRewrite event used in the given SubflowTasksubflow - the BaseRewrite.Flow to be us as the initial state for the given SubflowTask
BaseRewrite.Flow from the SubflowTask execution.
public abstract void performInSubflow(ServletRewrite<?,?> event,
EvaluationContext context)
BaseRewrite.Flow.
|
rewrite-api-servlet 2.0.0.Alpha6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||