org.apache.myfaces.orchestra.urlParamNav
Class UrlParameterNavigationHandler
java.lang.Object
javax.faces.application.NavigationHandler
org.apache.myfaces.orchestra.urlParamNav.UrlParameterNavigationHandler
public class UrlParameterNavigationHandler
- extends javax.faces.application.NavigationHandler
A navigation handler that exists only for backwards compatibility.
In orchestra-core 1.0 this class was necessary when using the UrlParameterViewHandler.
In release 1.1, all the functionality implemented here has been moved to the
UrlParameterViewHandler class and there is no longer anything here. However this class
has been left to avoid breaking faces-config.xml configurations that reference it.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlParameterNavigationHandler
public UrlParameterNavigationHandler(javax.faces.application.NavigationHandler original)
handleNavigation
public void handleNavigation(javax.faces.context.FacesContext context,
String fromAction,
String outcome)
- Specified by:
handleNavigation
in class javax.faces.application.NavigationHandler
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.