Package org.primefaces.application
Class DialogNavigationHandler
java.lang.Object
javax.faces.application.NavigationHandler
javax.faces.application.ConfigurableNavigationHandler
org.primefaces.application.DialogNavigationHandler
public class DialogNavigationHandler
extends javax.faces.application.ConfigurableNavigationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionDialogNavigationHandler
(javax.faces.application.ConfigurableNavigationHandler base) -
Method Summary
Modifier and TypeMethodDescriptionjavax.faces.application.NavigationCase
getNavigationCase
(javax.faces.context.FacesContext context, String fromAction, String outcome) 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
-
Constructor Details
-
Method Details