public class SwitchNodeImpl
extends javax.faces.flow.SwitchNode
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<javax.faces.flow.SwitchCase> |
_cases |
private java.util.List<javax.faces.flow.SwitchCase> |
cases |
private javax.el.ValueExpression |
defaultOutcome |
private java.lang.String |
id |
private static long |
serialVersionUID |
Constructor and Description |
---|
SwitchNodeImpl(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.faces.flow.SwitchCase> |
_getCases() |
boolean |
equals(java.lang.Object obj) |
java.util.List<javax.faces.flow.SwitchCase> |
getCases() |
java.lang.String |
getDefaultOutcome(javax.faces.context.FacesContext context) |
java.lang.String |
getId() |
int |
hashCode() |
void |
setDefaultOutcome(java.lang.String defaultOutcome) |
void |
setDefaultOutcome(javax.el.ValueExpression defaultOutcome) |
private static final long serialVersionUID
private final java.lang.String id
private javax.el.ValueExpression defaultOutcome
private java.util.concurrent.CopyOnWriteArrayList<javax.faces.flow.SwitchCase> _cases
private java.util.List<javax.faces.flow.SwitchCase> cases
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getId()
getId
in class javax.faces.flow.FlowNode
public java.util.List<javax.faces.flow.SwitchCase> getCases()
getCases
in class javax.faces.flow.SwitchNode
public java.util.List<javax.faces.flow.SwitchCase> _getCases()
public java.lang.String getDefaultOutcome(javax.faces.context.FacesContext context)
getDefaultOutcome
in class javax.faces.flow.SwitchNode
public void setDefaultOutcome(java.lang.String defaultOutcome)
public void setDefaultOutcome(javax.el.ValueExpression defaultOutcome)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.