public class SwitchCaseImpl extends SwitchCase implements Serializable
| Constructor and Description |
|---|
SwitchCaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCondition(FacesContext context)
Return |
javax.el.ValueExpression |
getConditionExpression() |
String |
getEnclosingId() |
String |
getFromOutcome()
Return the outcome to be used if |
void |
setCondition(String condition) |
void |
setConditionExpression(javax.el.ValueExpression conditionExpression) |
void |
setEnclosingId(String returnId) |
void |
setFromOutcome(String fromOutcome) |
public javax.el.ValueExpression getConditionExpression()
public Boolean getCondition(FacesContext context)
SwitchCaseReturn true if this case should be
taken, false otherwise.
getCondition in class SwitchCasecontext - the FacesContext for the current request.public void setCondition(String condition)
public void setConditionExpression(javax.el.ValueExpression conditionExpression)
public String getFromOutcome()
SwitchCaseReturn the outcome to be used if SwitchCase.getCondition(javax.faces.context.FacesContext)
return true.
getFromOutcome in class SwitchCasepublic void setFromOutcome(String fromOutcome)
public String getEnclosingId()
public void setEnclosingId(String returnId)
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.