public class NavigatingInvocationResultHandler extends Object implements org.ocpsoft.rewrite.spi.InvocationResultHandler
InvocationResultHandler which handles JavaServer Faces action result and
navigation strings. Together with RewritePhaseListener, integrates PhaseAction into Faces navigation.| Modifier and Type | Field and Description |
|---|---|
static String |
QUEUED_NAVIGATION |
| Constructor and Description |
|---|
NavigatingInvocationResultHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(org.ocpsoft.rewrite.event.Rewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
Object result) |
boolean |
handles(Object payload) |
int |
priority() |
public static final String QUEUED_NAVIGATION
public int priority()
priority in interface org.ocpsoft.common.pattern.Weightedpublic boolean handles(Object payload)
handles in interface org.ocpsoft.common.pattern.Specialized<Object>public void handle(org.ocpsoft.rewrite.event.Rewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
Object result)
handle in interface org.ocpsoft.rewrite.spi.InvocationResultHandlerCopyright © 2019 OCPsoft. All rights reserved.