java.lang.Object
jakarta.faces.flow.SwitchCase
com.sun.faces.flow.SwitchCaseImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCondition(FacesContext context) Returntrueif this case should be taken,falseotherwise.Return the outcome to be used ifSwitchCase.getCondition(jakarta.faces.context.FacesContext)returntrue.voidsetCondition(String condition) voidsetConditionExpression(ValueExpression conditionExpression) voidsetEnclosingId(String returnId) voidsetFromOutcome(String fromOutcome)
-
Constructor Details
-
SwitchCaseImpl
public SwitchCaseImpl()
-
-
Method Details
-
getConditionExpression
-
getCondition
Description copied from class:SwitchCaseReturn
trueif this case should be taken,falseotherwise.- Specified by:
getConditionin classSwitchCase- Parameters:
context- theFacesContextfor the current request.- Returns:
- a value indicating whether or not this condition should be taken
-
setCondition
-
setConditionExpression
-
getFromOutcome
Description copied from class:SwitchCaseReturn the outcome to be used if
SwitchCase.getCondition(jakarta.faces.context.FacesContext)returntrue.- Specified by:
getFromOutcomein classSwitchCase- Returns:
- the outcome
-
setFromOutcome
-
getEnclosingId
-
setEnclosingId
-