Package jakarta.faces.application
Class NavigationCase
java.lang.Object
jakarta.faces.application.NavigationCase
- Direct Known Subclasses:
- NavigationCaseWrapper
- Since:
- 2.0
- 
Constructor SummaryConstructorsConstructorDescriptionNavigationCase(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 SummaryModifier and TypeMethodDescriptionbooleangetActionURL(FacesContext context) getBookmarkableURL(FacesContext context) getCondition(FacesContext context) getRedirectURL(FacesContext context) getResourceURL(FacesContext context) getToViewId(FacesContext context) booleaninthashCode()booleanbooleantoString()
- 
Constructor Details- 
NavigationCase
- 
NavigationCase
 
- 
- 
Method Details- 
equals
- 
hashCodepublic int hashCode()
- 
getActionURL- Throws:
- MalformedURLException
 
- 
getCondition
- 
getFromAction
- 
getFromOutcome
- 
getFromViewId
- 
getBookmarkableURL- Throws:
- MalformedURLException
 
- 
getResourceURL- Throws:
- MalformedURLException
 
- 
getRedirectURL- Throws:
- MalformedURLException
 
- 
getParameters
- 
getToViewId
- 
hasConditionpublic boolean hasCondition()
- 
isIncludeViewParamspublic boolean isIncludeViewParams()
- 
isRedirectpublic boolean isRedirect()
- 
getToFlowDocumentId- Returns:
- Since:
- 2.2
 
- 
toString
 
-