java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.SwitchNode
com.sun.faces.flow.SwitchNodeImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCases()
Return the cases in this switch.getDefaultOutcome
(FacesContext context) Return the default outcome in this switch.getId()
int
hashCode()
void
setDefaultOutcome
(ValueExpression defaultOutcome) void
setDefaultOutcome
(String defaultOutcome)
-
Constructor Details
-
SwitchNodeImpl
-
-
Method Details
-
equals
-
hashCode
-
getId
-
getCases
Description copied from class:SwitchNode
Return the cases in this switch.
- Specified by:
getCases
in classSwitchNode
- Returns:
- the cases in this switch
-
_getCases
-
getDefaultOutcome
Description copied from class:SwitchNode
Return the default outcome in this switch.
- Specified by:
getDefaultOutcome
in classSwitchNode
- Parameters:
context
- theFacesContext
for this request- Returns:
- the default outcome in this switch
-
setDefaultOutcome
-
setDefaultOutcome
-