com.sdm.quasar.client.jsf.dialog
Class PRGNavigationHandler
java.lang.Object
NavigationHandler
com.sdm.quasar.client.jsf.dialog.PRGNavigationHandler
- public class PRGNavigationHandler
- extends NavigationHandler
Custom NavigationHandler for the Quasar Client.
In case of a dialog request it performs a redirect
to the current dialog to implement the PRG pattern.
- Author:
- clucke
- See Also:
- Serialized Form
|
Field Summary |
protected NavigationHandler |
_base
JSF standard NavigationHandler |
|
Method Summary |
void |
handleNavigation(FacesContext context,
java.lang.String actionMethod,
java.lang.String outcome)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_base
protected NavigationHandler _base
- JSF standard
NavigationHandler
PRGNavigationHandler
public PRGNavigationHandler(NavigationHandler navHdl)
- Constructor. Takes the JSF standard
NavigationHandler as
argument.
- Parameters:
navHdl - JSF standard NavigationHandler
handleNavigation
public void handleNavigation(FacesContext context,
java.lang.String actionMethod,
java.lang.String outcome)