javax.faces.application
Class NavigationHandlerWrapper

java.lang.Object
  extended by javax.faces.application.NavigationHandler
      extended by javax.faces.application.NavigationHandlerWrapper
All Implemented Interfaces:
FacesWrapper<NavigationHandler>

public abstract class NavigationHandlerWrapper
extends NavigationHandler
implements FacesWrapper<NavigationHandler>

Since:
2.2

Constructor Summary
NavigationHandlerWrapper()
           
 
Method Summary
abstract  NavigationHandler getWrapped()
          A class that implements this interface uses this method to return an instance of the class being wrapped.
 void handleNavigation(FacesContext context, String fromAction, String outcome)
           
 void handleNavigation(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationHandlerWrapper

public NavigationHandlerWrapper()
Method Detail

handleNavigation

public void handleNavigation(FacesContext context,
                             String fromAction,
                             String outcome)
Specified by:
handleNavigation in class NavigationHandler

handleNavigation

public void handleNavigation(FacesContext context,
                             String fromAction,
                             String outcome,
                             String toFlowDocumentId)
Overrides:
handleNavigation in class NavigationHandler

getWrapped

public abstract NavigationHandler getWrapped()
Description copied from interface: FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.

Specified by:
getWrapped in interface FacesWrapper<NavigationHandler>
Returns:
the instance of the class being wrapped


Copyright © 2014 The Apache Software Foundation. All rights reserved.