javax.faces.application
Class NavigationCaseWrapper
java.lang.Object
javax.faces.application.NavigationCase
javax.faces.application.NavigationCaseWrapper
- All Implemented Interfaces:
- FacesWrapper<NavigationCase>
public abstract class NavigationCaseWrapper
- extends NavigationCase
- implements FacesWrapper<NavigationCase>
- Since:
- 2.2
- Author:
- Leonardo Uribe
NavigationCaseWrapper
public NavigationCaseWrapper()
equals
public boolean equals(Object o)
- Description copied from class:
NavigationCase
-
- Overrides:
equals
in class NavigationCase
hashCode
public int hashCode()
- Description copied from class:
NavigationCase
-
- Overrides:
hashCode
in class NavigationCase
getActionURL
public URL getActionURL(FacesContext context)
throws MalformedURLException
- Overrides:
getActionURL
in class NavigationCase
- Throws:
MalformedURLException
getCondition
public Boolean getCondition(FacesContext context)
- Overrides:
getCondition
in class NavigationCase
getFromAction
public String getFromAction()
- Overrides:
getFromAction
in class NavigationCase
getFromOutcome
public String getFromOutcome()
- Overrides:
getFromOutcome
in class NavigationCase
getFromViewId
public String getFromViewId()
- Overrides:
getFromViewId
in class NavigationCase
getBookmarkableURL
public URL getBookmarkableURL(FacesContext context)
throws MalformedURLException
- Overrides:
getBookmarkableURL
in class NavigationCase
- Throws:
MalformedURLException
getResourceURL
public URL getResourceURL(FacesContext context)
throws MalformedURLException
- Overrides:
getResourceURL
in class NavigationCase
- Throws:
MalformedURLException
getRedirectURL
public URL getRedirectURL(FacesContext context)
throws MalformedURLException
- Overrides:
getRedirectURL
in class NavigationCase
- Throws:
MalformedURLException
getParameters
public Map<String,List<String>> getParameters()
- Overrides:
getParameters
in class NavigationCase
getToViewId
public String getToViewId(FacesContext context)
- Overrides:
getToViewId
in class NavigationCase
hasCondition
public boolean hasCondition()
- Overrides:
hasCondition
in class NavigationCase
isIncludeViewParams
public boolean isIncludeViewParams()
- Overrides:
isIncludeViewParams
in class NavigationCase
isRedirect
public boolean isRedirect()
- Overrides:
isRedirect
in class NavigationCase
getToFlowDocumentId
public String getToFlowDocumentId()
- Overrides:
getToFlowDocumentId
in class NavigationCase
- Returns:
toString
public String toString()
- Description copied from class:
NavigationCase
-
- Overrides:
toString
in class NavigationCase
getWrapped
public abstract NavigationCase getWrapped()
- Description copied from interface:
FacesWrapper
- A class that implements this interface uses this method to return an instance of the class being wrapped.
- Specified by:
getWrapped
in interface FacesWrapper<NavigationCase>
- Returns:
- the instance of the class being wrapped
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.