public class SwitchNodeImpl extends jakarta.faces.flow.SwitchNode implements Serializable
| Constructor and Description |
|---|
SwitchNodeImpl(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<jakarta.faces.flow.SwitchCase> |
_getCases() |
boolean |
equals(Object obj) |
List<jakarta.faces.flow.SwitchCase> |
getCases()
Return the cases in this switch. |
String |
getDefaultOutcome(jakarta.faces.context.FacesContext context)
Return the default outcome in this switch. |
String |
getId() |
int |
hashCode() |
void |
setDefaultOutcome(String defaultOutcome) |
void |
setDefaultOutcome(jakarta.el.ValueExpression defaultOutcome) |
public SwitchNodeImpl(String id)
public String getId()
getId in class jakarta.faces.flow.FlowNodepublic List<jakarta.faces.flow.SwitchCase> getCases()
jakarta.faces.flow.SwitchNodeReturn the cases in this switch.
getCases in class jakarta.faces.flow.SwitchNodepublic List<jakarta.faces.flow.SwitchCase> _getCases()
public String getDefaultOutcome(jakarta.faces.context.FacesContext context)
jakarta.faces.flow.SwitchNodeReturn the default outcome in this switch.
getDefaultOutcome in class jakarta.faces.flow.SwitchNodecontext - the FacesContext for this requestpublic void setDefaultOutcome(String defaultOutcome)
public void setDefaultOutcome(jakarta.el.ValueExpression defaultOutcome)
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.