Package jakarta.faces.application
Class NavigationCase
java.lang.Object
jakarta.faces.application.NavigationCase
- Direct Known Subclasses:
NavigationCaseWrapper
- Since:
- 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionNavigationCase
(String fromViewId, String fromAction, String fromOutcome, String condition, String toViewId, String toFlowDocumentId, Map<String, List<String>> parameters, boolean redirect, boolean includeViewParams) NavigationCase
(String fromViewId, String fromAction, String fromOutcome, String condition, String toViewId, Map<String, List<String>> parameters, boolean redirect, boolean includeViewParams) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getActionURL
(FacesContext context) getBookmarkableURL
(FacesContext context) getCondition
(FacesContext context) getRedirectURL
(FacesContext context) getResourceURL
(FacesContext context) getToViewId
(FacesContext context) boolean
int
hashCode()
boolean
boolean
toString()
-
Constructor Details
-
NavigationCase
-
NavigationCase
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getActionURL
- Throws:
MalformedURLException
-
getCondition
-
getFromAction
-
getFromOutcome
-
getFromViewId
-
getBookmarkableURL
- Throws:
MalformedURLException
-
getResourceURL
- Throws:
MalformedURLException
-
getRedirectURL
- Throws:
MalformedURLException
-
getParameters
-
getToViewId
-
hasCondition
public boolean hasCondition() -
isIncludeViewParams
public boolean isIncludeViewParams() -
isRedirect
public boolean isRedirect() -
getToFlowDocumentId
- Returns:
- Since:
- 2.2
-
toString
-