org.primefaces.application
Class DialogNavigationHandler

java.lang.Object
  extended by javax.faces.application.NavigationHandler
      extended by javax.faces.application.ConfigurableNavigationHandler
          extended by org.primefaces.application.DialogNavigationHandler

public class DialogNavigationHandler
extends javax.faces.application.ConfigurableNavigationHandler


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

Constructor Detail

DialogNavigationHandler

public DialogNavigationHandler(javax.faces.application.ConfigurableNavigationHandler base)
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


Copyright © 2013. All rights reserved.