public class SwitchNodeImpl extends SwitchNode implements Serializable
Constructor and Description |
---|
SwitchNodeImpl(String id) |
Modifier and Type | Method and 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(String defaultOutcome) |
void |
setDefaultOutcome(javax.el.ValueExpression defaultOutcome) |
public SwitchNodeImpl(String id)
public List<SwitchCase> getCases()
SwitchNode
Return the cases in this switch.
getCases
in class SwitchNode
public List<SwitchCase> _getCases()
public String getDefaultOutcome(FacesContext context)
SwitchNode
Return the default outcome in this switch.
getDefaultOutcome
in class SwitchNode
context
- the FacesContext
for this requestpublic void setDefaultOutcome(String defaultOutcome)
public void setDefaultOutcome(javax.el.ValueExpression defaultOutcome)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.