Package jakarta.faces.application
Class NavigationCaseWrapper
- java.lang.Object
- 
- jakarta.faces.application.NavigationCase
- 
- jakarta.faces.application.NavigationCaseWrapper
 
 
- 
- All Implemented Interfaces:
- FacesWrapper<NavigationCase>
 
 public abstract class NavigationCaseWrapper extends NavigationCase implements FacesWrapper<NavigationCase> - Since:
- 2.2
 
- 
- 
Constructor SummaryConstructors Constructor Description NavigationCaseWrapper()Deprecated.NavigationCaseWrapper(NavigationCase delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)URLgetActionURL(FacesContext context)URLgetBookmarkableURL(FacesContext context)BooleangetCondition(FacesContext context)StringgetFromAction()StringgetFromOutcome()StringgetFromViewId()Map<String,List<String>>getParameters()URLgetRedirectURL(FacesContext context)URLgetResourceURL(FacesContext context)StringgetToFlowDocumentId()StringgetToViewId(FacesContext context)NavigationCasegetWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped.booleanhasCondition()inthashCode()booleanisIncludeViewParams()booleanisRedirect()StringtoString()
 
- 
- 
- 
Constructor Detail- 
NavigationCaseWrapper@Deprecated public NavigationCaseWrapper() Deprecated.
 - 
NavigationCaseWrapperpublic NavigationCaseWrapper(NavigationCase delegate) 
 
- 
 - 
Method Detail- 
equalspublic boolean equals(Object o) Description copied from class:NavigationCase- Overrides:
- equalsin class- NavigationCase
 
 - 
hashCodepublic int hashCode() Description copied from class:NavigationCase- Overrides:
- hashCodein class- NavigationCase
 
 - 
getActionURLpublic URL getActionURL(FacesContext context) throws MalformedURLException - Overrides:
- getActionURLin class- NavigationCase
- Throws:
- MalformedURLException
 
 - 
getConditionpublic Boolean getCondition(FacesContext context) - Overrides:
- getConditionin class- NavigationCase
 
 - 
getFromActionpublic String getFromAction() - Overrides:
- getFromActionin class- NavigationCase
 
 - 
getFromOutcomepublic String getFromOutcome() - Overrides:
- getFromOutcomein class- NavigationCase
 
 - 
getFromViewIdpublic String getFromViewId() - Overrides:
- getFromViewIdin class- NavigationCase
 
 - 
getBookmarkableURLpublic URL getBookmarkableURL(FacesContext context) throws MalformedURLException - Overrides:
- getBookmarkableURLin class- NavigationCase
- Throws:
- MalformedURLException
 
 - 
getResourceURLpublic URL getResourceURL(FacesContext context) throws MalformedURLException - Overrides:
- getResourceURLin class- NavigationCase
- Throws:
- MalformedURLException
 
 - 
getRedirectURLpublic URL getRedirectURL(FacesContext context) throws MalformedURLException - Overrides:
- getRedirectURLin class- NavigationCase
- Throws:
- MalformedURLException
 
 - 
getParameterspublic Map<String,List<String>> getParameters() - Overrides:
- getParametersin class- NavigationCase
 
 - 
getToViewIdpublic String getToViewId(FacesContext context) - Overrides:
- getToViewIdin class- NavigationCase
 
 - 
hasConditionpublic boolean hasCondition() - Overrides:
- hasConditionin class- NavigationCase
 
 - 
isIncludeViewParamspublic boolean isIncludeViewParams() - Overrides:
- isIncludeViewParamsin class- NavigationCase
 
 - 
isRedirectpublic boolean isRedirect() - Overrides:
- isRedirectin class- NavigationCase
 
 - 
getToFlowDocumentIdpublic String getToFlowDocumentId() - Overrides:
- getToFlowDocumentIdin class- NavigationCase
- Returns:
 
 - 
toStringpublic String toString() Description copied from class:NavigationCase- Overrides:
- toStringin class- NavigationCase
 
 - 
getWrappedpublic NavigationCase getWrapped() Description copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<NavigationCase>
- Returns:
- the instance of the class being wrapped
 
 
- 
 
-