com.ocpsoft.pretty.faces.application
Class PrettyNavigationHandler

java.lang.Object
  extended by javax.faces.application.NavigationHandler
      extended by javax.faces.application.ConfigurableNavigationHandler
          extended by com.ocpsoft.pretty.faces.application.PrettyNavigationHandler

public class PrettyNavigationHandler
extends javax.faces.application.ConfigurableNavigationHandler

Author:
Lincoln Baxter, III

Constructor Summary
PrettyNavigationHandler(javax.faces.application.ConfigurableNavigationHandler parent)
           
 
Method Summary
 javax.faces.application.NavigationCase getNavigationCase(javax.faces.context.FacesContext context, String fromAction, String outcome)
           
 Map<String,Set<javax.faces.application.NavigationCase>> getNavigationCases()
           
 void handleNavigation(javax.faces.context.FacesContext context, String fromAction, String outcome)
           
 void performNavigation(String outcome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyNavigationHandler

public PrettyNavigationHandler(javax.faces.application.ConfigurableNavigationHandler parent)
Method Detail

handleNavigation

public void handleNavigation(javax.faces.context.FacesContext context,
                             String fromAction,
                             String outcome)
Specified by:
handleNavigation in class javax.faces.application.NavigationHandler

getNavigationCase

public javax.faces.application.NavigationCase getNavigationCase(javax.faces.context.FacesContext context,
                                                                String fromAction,
                                                                String outcome)
Specified by:
getNavigationCase in class javax.faces.application.ConfigurableNavigationHandler

getNavigationCases

public Map<String,Set<javax.faces.application.NavigationCase>> getNavigationCases()
Specified by:
getNavigationCases in class javax.faces.application.ConfigurableNavigationHandler

performNavigation

public void performNavigation(String outcome)
Overrides:
performNavigation in class javax.faces.application.ConfigurableNavigationHandler


Copyright © 2011. All Rights Reserved.