org.apache.myfaces.extensions.cdi.jsf.impl.navigation
Class CodiNavigationHandler
java.lang.Object
javax.faces.application.NavigationHandler
org.apache.myfaces.extensions.cdi.jsf.impl.navigation.CodiNavigationHandler
- All Implemented Interfaces:
- Deactivatable
public class CodiNavigationHandler
- extends javax.faces.application.NavigationHandler
- implements Deactivatable
We have to ensure the invocation order for the type-safe navigation feature/s.
Constructor Summary |
CodiNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
Constructor for wrapping the given NavigationHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodiNavigationHandler
public CodiNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
- Constructor for wrapping the given
NavigationHandler
- Parameters:
navigationHandler
- navigation-handler which should be wrapped
handleNavigation
public void handleNavigation(javax.faces.context.FacesContext context,
String fromAction,
String outcome)
-
- Specified by:
handleNavigation
in class javax.faces.application.NavigationHandler
isActivated
public boolean isActivated()
-
- Specified by:
isActivated
in interface Deactivatable
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.