Package com.sun.faces.flow
Class SwitchNodeImpl
java.lang.Object
jakarta.faces.flow.FlowNode
jakarta.faces.flow.SwitchNode
com.sun.faces.flow.SwitchNodeImpl
- All Implemented Interfaces:
Serializable
public class SwitchNodeImpl extends SwitchNode implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SwitchNodeImpl(String id)
-
Method Summary
Modifier and Type Method Description List<SwitchCase>
_getCases()
boolean
equals(Object obj)
List<SwitchCase>
getCases()
Return the cases in this switch.String
getDefaultOutcome(FacesContext context)
Return the default outcome in this switch.String
getId()
int
hashCode()
void
setDefaultOutcome(jakarta.el.ValueExpression defaultOutcome)
void
setDefaultOutcome(String defaultOutcome)
-
Constructor Details
-
Method Details
-
equals
-
hashCode
public int 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
public void setDefaultOutcome(jakarta.el.ValueExpression defaultOutcome)
-