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
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetActionURL(FacesContext context) getBookmarkableURL(FacesContext context) getCondition(FacesContext context) getRedirectURL(FacesContext context) getResourceURL(FacesContext context) getToViewId(FacesContext context) A class that implements this interface uses this method to return an instance of the class being wrapped.booleaninthashCode()booleanbooleantoString()
- 
Constructor Details- 
NavigationCaseWrapperDeprecated.
 
- 
- 
Method Details- 
equalsDescription copied from class:NavigationCase- Overrides:
- equalsin class- NavigationCase
 
- 
hashCodepublic int hashCode()Description copied from class:NavigationCase- Overrides:
- hashCodein class- NavigationCase
 
- 
getActionURL- Overrides:
- getActionURLin class- NavigationCase
- Throws:
- MalformedURLException
 
- 
getCondition- Overrides:
- getConditionin class- NavigationCase
 
- 
getFromAction- Overrides:
- getFromActionin class- NavigationCase
 
- 
getFromOutcome- Overrides:
- getFromOutcomein class- NavigationCase
 
- 
getFromViewId- Overrides:
- getFromViewIdin class- NavigationCase
 
- 
getBookmarkableURL- Overrides:
- getBookmarkableURLin class- NavigationCase
- Throws:
- MalformedURLException
 
- 
getResourceURL- Overrides:
- getResourceURLin class- NavigationCase
- Throws:
- MalformedURLException
 
- 
getRedirectURL- Overrides:
- getRedirectURLin class- NavigationCase
- Throws:
- MalformedURLException
 
- 
getParameters- Overrides:
- getParametersin class- NavigationCase
 
- 
getToViewId- 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
 
- 
getToFlowDocumentId- Overrides:
- getToFlowDocumentIdin class- NavigationCase
- Returns:
 
- 
toStringDescription copied from class:NavigationCase- Overrides:
- toStringin class- NavigationCase
 
- 
getWrappedDescription 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
 
 
-