public class CodiNavigationHandler extends javax.faces.application.NavigationHandler implements Deactivatable
Constructor and Description |
---|
CodiNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
Constructor for wrapping the given
NavigationHandler |
Modifier and Type | Method and Description |
---|---|
void |
handleNavigation(javax.faces.context.FacesContext context,
String fromAction,
String outcome) |
boolean |
isActivated() |
public CodiNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
NavigationHandler
navigationHandler
- navigation-handler which should be wrappedpublic void handleNavigation(javax.faces.context.FacesContext context, String fromAction, String outcome)
handleNavigation
in class javax.faces.application.NavigationHandler
public boolean isActivated()
isActivated
in interface Deactivatable
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.