org.apache.myfaces.extensions.cdi.jsf.impl.navigation
Class CodiNavigationHandler

java.lang.Object
  extended by javax.faces.application.NavigationHandler
      extended by 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.

Author:
Gerhard Petracek

Constructor Summary
CodiNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
           
 
Method Summary
 void handleNavigation(javax.faces.context.FacesContext context, String fromAction, String outcome)
           
 boolean isActivated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodiNavigationHandler

public CodiNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
Method Detail

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-2011 The Apache Software Foundation. All Rights Reserved.