com.sdm.quasar.client.jsf.dialog
Class PRGNavigationHandler

java.lang.Object
  extended byNavigationHandler
      extended bycom.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
 
Constructor Summary
PRGNavigationHandler(NavigationHandler navHdl)
          Constructor.
 
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
 

Field Detail

_base

protected NavigationHandler _base
JSF standard NavigationHandler

Constructor Detail

PRGNavigationHandler

public PRGNavigationHandler(NavigationHandler navHdl)
Constructor. Takes the JSF standard NavigationHandler as argument.

Parameters:
navHdl - JSF standard NavigationHandler
Method Detail

handleNavigation

public void handleNavigation(FacesContext context,
                             java.lang.String actionMethod,
                             java.lang.String outcome)