Seam Core JSF2 2.3.0.Final

org.jboss.seam.jsf
Class SeamNavigationHandler

java.lang.Object
  extended by javax.faces.application.NavigationHandler
      extended by javax.faces.application.ConfigurableNavigationHandler
          extended by org.jboss.seam.jsf.SeamNavigationHandler

public class SeamNavigationHandler
extends javax.faces.application.ConfigurableNavigationHandler

Adds three new navigation possibilities beyond the frumpy JSF navigation rules: returning the view id directly, pages.xml, and jPDL-based pageflows.

Author:
Gavin King

Constructor Summary
SeamNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
           
 
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)
           
 
Methods inherited from class javax.faces.application.ConfigurableNavigationHandler
performNavigation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamNavigationHandler

public SeamNavigationHandler(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

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

Seam Core JSF2 2.3.0.Final

Copyright © 2012 Seam Framework. All Rights Reserved.