javax.faces.flow
Class SwitchNode
java.lang.Object
javax.faces.flow.FlowNode
javax.faces.flow.SwitchNode
public abstract class SwitchNode
- extends FlowNode
- Since:
- 2.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwitchNode
public SwitchNode()
getCases
public abstract List<SwitchCase> getCases()
getDefaultOutcome
public abstract String getDefaultOutcome(FacesContext context)
Copyright © 2014 The Apache Software Foundation. All rights reserved.