public class SwitchCaseImpl extends SwitchCase implements Freezable
| Constructor and Description | 
|---|
| SwitchCaseImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | freeze()Call this method when the object will be made available to the runtime | 
| Boolean | getCondition(FacesContext context) | 
| String | getFromOutcome() | 
| void | setCondition(Boolean condition) | 
| void | setCondition(jakarta.el.ValueExpression conditionEL) | 
| void | setFromOutcome(String fromOutcome) | 
public String getFromOutcome()
getFromOutcome in class SwitchCasepublic Boolean getCondition(FacesContext context)
getCondition in class SwitchCasepublic void freeze()
Freezablepublic void setFromOutcome(String fromOutcome)
public void setCondition(Boolean condition)
public void setCondition(jakarta.el.ValueExpression conditionEL)
Copyright © 2022 The Apache Software Foundation. All rights reserved.