|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.flow.SwitchCase
public abstract class SwitchCase
Represents a case within a switch node in the flow graph.
See SwitchNode
.
Constructor Summary | |
---|---|
SwitchCase()
|
Method Summary | |
---|---|
abstract Boolean |
getCondition(FacesContext context)
Return |
abstract String |
getFromOutcome()
Return the outcome to be used if |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SwitchCase()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |