org.ocpsoft.rewrite.faces
Class NavigatingInvocationResultHandler
java.lang.Object
org.ocpsoft.rewrite.faces.NavigatingInvocationResultHandler
- All Implemented Interfaces:
- org.ocpsoft.common.pattern.Specialized<Object>, org.ocpsoft.common.pattern.Weighted, InvocationResultHandler
public class NavigatingInvocationResultHandler
- extends 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 String QUEUED_NAVIGATION
NavigatingInvocationResultHandler
public NavigatingInvocationResultHandler()
priority
public int priority()
- Specified by:
priority in interface org.ocpsoft.common.pattern.Weighted
handles
public boolean handles(Object payload)
- Specified by:
handles in interface org.ocpsoft.common.pattern.Specialized<Object>
handle
public void handle(Rewrite event,
EvaluationContext context,
Object result)
- Specified by:
handle in interface InvocationResultHandler
Copyright © 2013 OCPsoft. All Rights Reserved.