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)
SwitchCase
Return true
if this case should be
taken, false
otherwise.
getCondition
in class SwitchCase
context
- the FacesContext
for the current request.public void setCondition(String condition)
public void setConditionExpression(javax.el.ValueExpression conditionExpression)
public String getFromOutcome()
SwitchCase
Return the outcome to be used if SwitchCase.getCondition(javax.faces.context.FacesContext)
return true
.
getFromOutcome
in class SwitchCase
public void setFromOutcome(String fromOutcome)
public String getEnclosingId()
public void setEnclosingId(String returnId)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.