|
rewrite-integration-faces 1.0.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ocpsoft.rewrite.config.OperationBuilder
org.ocpsoft.rewrite.servlet.config.HttpOperation
org.ocpsoft.rewrite.faces.config.PhaseOperation<PhaseAction>
org.ocpsoft.rewrite.faces.config.PhaseAction
public class PhaseAction
Invoke an action before or after a given JavaServer Faces PhaseId. Has a Weighted.priority() of 0.
| Method Summary | |
|---|---|
void |
performOperation(HttpServletRewrite event,
EvaluationContext context)
|
int |
priority()
|
static void |
removeQueuedPhaseActions(javax.servlet.http.HttpServletRequest request)
|
static PhaseAction |
retrieveFrom(Retrieval retrieval)
Invoke the given Retrieval and process InvocationResultHandler instances on the result value (if
any.) |
static PhaseAction |
submitTo(Submission to,
Retrieval from)
Invoke Submission.submit(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext, Object), use the result of the given
Retrieval.retrieve(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext) as the value for this submission. |
| Methods inherited from class org.ocpsoft.rewrite.faces.config.PhaseOperation |
|---|
after, before, enqueue, enqueue, getAfterPhases, getBeforePhases, getContext, getEvent, getSortedPhaseOperations, performHttp |
| Methods inherited from class org.ocpsoft.rewrite.servlet.config.HttpOperation |
|---|
perform |
| Methods inherited from class org.ocpsoft.rewrite.config.OperationBuilder |
|---|
and |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int priority()
public static void removeQueuedPhaseActions(javax.servlet.http.HttpServletRequest request)
public void performOperation(HttpServletRewrite event,
EvaluationContext context)
performOperation in class PhaseOperation<PhaseAction>public static PhaseAction retrieveFrom(Retrieval retrieval)
Retrieval and process InvocationResultHandler instances on the result value (if
any.)
By default, this action is invoked after PhaseId.RESTORE_VIEW
public static PhaseAction submitTo(Submission to,
Retrieval from)
Submission.submit(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext, Object), use the result of the given
Retrieval.retrieve(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext) as the value for this submission. Process
InvocationResultHandler instances on the result value (if any.)
By default, this action is invoked after PhaseId.RESTORE_VIEW
|
rewrite-integration-faces 1.0.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||