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