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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getActionURL
(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.boolean
int
hashCode()
boolean
boolean
toString()
-
Constructor Details
-
NavigationCaseWrapper
Deprecated.
-
-
Method Details
-
equals
Description copied from class:NavigationCase
- Overrides:
equals
in classNavigationCase
-
hashCode
public int hashCode()Description copied from class:NavigationCase
- Overrides:
hashCode
in classNavigationCase
-
getActionURL
- Overrides:
getActionURL
in classNavigationCase
- Throws:
MalformedURLException
-
getCondition
- Overrides:
getCondition
in classNavigationCase
-
getFromAction
- Overrides:
getFromAction
in classNavigationCase
-
getFromOutcome
- Overrides:
getFromOutcome
in classNavigationCase
-
getFromViewId
- Overrides:
getFromViewId
in classNavigationCase
-
getBookmarkableURL
- Overrides:
getBookmarkableURL
in classNavigationCase
- Throws:
MalformedURLException
-
getResourceURL
- Overrides:
getResourceURL
in classNavigationCase
- Throws:
MalformedURLException
-
getRedirectURL
- Overrides:
getRedirectURL
in classNavigationCase
- Throws:
MalformedURLException
-
getParameters
- Overrides:
getParameters
in classNavigationCase
-
getToViewId
- Overrides:
getToViewId
in classNavigationCase
-
hasCondition
public boolean hasCondition()- Overrides:
hasCondition
in classNavigationCase
-
isIncludeViewParams
public boolean isIncludeViewParams()- Overrides:
isIncludeViewParams
in classNavigationCase
-
isRedirect
public boolean isRedirect()- Overrides:
isRedirect
in classNavigationCase
-
getToFlowDocumentId
- Overrides:
getToFlowDocumentId
in classNavigationCase
- Returns:
-
toString
Description copied from class:NavigationCase
- Overrides:
toString
in classNavigationCase
-
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 interfaceFacesWrapper<NavigationCase>
- Returns:
- the instance of the class being wrapped
-