| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.event |
| Modifier and Type | Field and Description |
|---|---|
protected BaseRewrite.Flow |
BaseRewrite.flow |
| Modifier and Type | Method and Description |
|---|---|
BaseRewrite.Flow |
ServletRewrite.getFlow()
Get the current
BaseRewrite.Flow state. |
BaseRewrite.Flow |
BaseRewrite.getFlow()
Get the current
BaseRewrite.Flow state. |
static BaseRewrite.Flow |
SubflowTask.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 |
SubflowTask.perform(ServletRewrite<?,?> rewrite,
EvaluationContext context,
SubflowTask subflowTask)
Perform the given
SubflowTask using the given ServletRewrite event. |
static BaseRewrite.Flow |
BaseRewrite.Flow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseRewrite.Flow[] |
BaseRewrite.Flow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseRewrite.Flow.contains(BaseRewrite.Flow other)
Return true if the given
BaseRewrite.Flow is a descendant of this. |
boolean |
BaseRewrite.Flow.is(BaseRewrite.Flow other)
Return true if this
BaseRewrite.Flow is a descendant of the given value. |
static BaseRewrite.Flow |
SubflowTask.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. |
void |
ServletRewrite.setFlow(BaseRewrite.Flow flow)
Set the current
BaseRewrite.Flow state. |
void |
BaseRewrite.setFlow(BaseRewrite.Flow flow)
Set the current
BaseRewrite.Flow state. |
Copyright © 2013 OCPsoft. All Rights Reserved.