javax.faces.application
Class NavigationCase
java.lang.Object
javax.faces.application.NavigationCase
public class NavigationCase
- extends Object
- Since:
- 2.0
- Version:
- $Revision: 1298419 $ $Date: 2012-03-08 09:54:46 -0500 (Thu, 08 Mar 2012) $
- Author:
- Simon Lessard (latest modification by $Author: lu4242 $)
NavigationCase
public NavigationCase(String fromViewId,
String fromAction,
String fromOutcome,
String condition,
String toViewId,
Map<String,List<String>> parameters,
boolean redirect,
boolean includeViewParams)
equals
public boolean equals(Object o)
-
- Overrides:
equals
in class Object
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class Object
getActionURL
public URL getActionURL(FacesContext context)
throws MalformedURLException
- Throws:
MalformedURLException
getCondition
public Boolean getCondition(FacesContext context)
getFromAction
public String getFromAction()
getFromOutcome
public String getFromOutcome()
getFromViewId
public String getFromViewId()
getBookmarkableURL
public URL getBookmarkableURL(FacesContext context)
throws MalformedURLException
- Throws:
MalformedURLException
getResourceURL
public URL getResourceURL(FacesContext context)
throws MalformedURLException
- Throws:
MalformedURLException
getRedirectURL
public URL getRedirectURL(FacesContext context)
throws MalformedURLException
- Throws:
MalformedURLException
getParameters
public Map<String,List<String>> getParameters()
getToViewId
public String getToViewId(FacesContext context)
hasCondition
public boolean hasCondition()
isIncludeViewParams
public boolean isIncludeViewParams()
isRedirect
public boolean isRedirect()
toString
public String toString()
-
- Overrides:
toString
in class Object
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.