org.ocpsoft.rewrite.faces
Class NavigatingInvocationResultHandler
java.lang.Object
org.ocpsoft.rewrite.faces.NavigatingInvocationResultHandler
- All Implemented Interfaces:
- org.ocpsoft.common.pattern.Specialized<java.lang.Object>, org.ocpsoft.common.pattern.Weighted, InvocationResultHandler
public class NavigatingInvocationResultHandler
- extends java.lang.Object
- implements InvocationResultHandler
(Priority: 100) Implementation of InvocationResultHandler which handles JavaServer Faces action result and
navigation strings. Together with RewritePhaseListener, integrates PhaseAction into Faces navigation.
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUEUED_NAVIGATION
public static final java.lang.String QUEUED_NAVIGATION
NavigatingInvocationResultHandler
public NavigatingInvocationResultHandler()
priority
public int priority()
- Specified by:
priority in interface org.ocpsoft.common.pattern.Weighted
handles
public boolean handles(java.lang.Object payload)
- Specified by:
handles in interface org.ocpsoft.common.pattern.Specialized<java.lang.Object>
handle
public void handle(Rewrite event,
EvaluationContext context,
java.lang.Object result)
- Specified by:
handle in interface InvocationResultHandler
Copyright © 2012 OCPsoft. All Rights Reserved.