rewrite-integration-faces 2.0.0.Alpha3

org.ocpsoft.rewrite.faces
Class NavigatingInvocationResultHandler

java.lang.Object
  extended by 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

Field Summary
static String QUEUED_NAVIGATION
           
 
Constructor Summary
NavigatingInvocationResultHandler()
           
 
Method Summary
 void handle(Rewrite event, EvaluationContext context, Object result)
           
 boolean handles(Object payload)
           
 int priority()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUEUED_NAVIGATION

public static final String QUEUED_NAVIGATION
Constructor Detail

NavigatingInvocationResultHandler

public NavigatingInvocationResultHandler()
Method Detail

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

rewrite-integration-faces 2.0.0.Alpha3

Copyright © 2013 OCPsoft. All Rights Reserved.