public class StrutsNavigationHandler
extends javax.faces.application.NavigationHandler
Constructor and Description |
---|
StrutsNavigationHandler(javax.faces.application.NavigationHandler handler)
Creates the handler
|
Modifier and Type | Method and Description |
---|---|
void |
handleNavigation(javax.faces.context.FacesContext facesContext,
String fromAction,
String outcome)
Stores any outcomes as the result code, failing over to the old
NavigationHandler
|
public StrutsNavigationHandler(javax.faces.application.NavigationHandler handler)
handler
- The old NavigationHandler to possibly delegate topublic void handleNavigation(javax.faces.context.FacesContext facesContext, String fromAction, String outcome)
handleNavigation
in class javax.faces.application.NavigationHandler
facesContext
- The faces contextfromAction
- The action we are coming fromoutcome
- The String return codeCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.