javax.faces.application
Class NavigationHandlerWrapper
java.lang.Object
javax.faces.application.NavigationHandler
javax.faces.application.NavigationHandlerWrapper
- All Implemented Interfaces:
- FacesWrapper<NavigationHandler>
public abstract class NavigationHandlerWrapper
- extends NavigationHandler
- implements FacesWrapper<NavigationHandler>
- Since:
- 2.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationHandlerWrapper
public NavigationHandlerWrapper()
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.