public abstract class SwitchCase extends Object
Represents a case within a switch node in the flow graph.
See SwitchNode
.
Constructor and Description |
---|
SwitchCase() |
Modifier and Type | Method and Description |
---|---|
abstract Boolean |
getCondition(FacesContext context)
Return |
abstract String |
getFromOutcome()
Return the outcome to be used if |
public abstract String getFromOutcome()
Return the outcome to be used if getCondition(javax.faces.context.FacesContext)
return true
.
public abstract Boolean getCondition(FacesContext context)
Return true
if this case should be
taken, false
otherwise.
context
- the FacesContext
for the current request.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.