javax.faces.flow
Class SwitchNode

java.lang.Object
  extended by javax.faces.flow.FlowNode
      extended by javax.faces.flow.SwitchNode

public abstract class SwitchNode
extends FlowNode

Since:
2.2

Constructor Summary
SwitchNode()
           
 
Method Summary
abstract  List<SwitchCase> getCases()
           
abstract  String getDefaultOutcome(FacesContext context)
           
 
Methods inherited from class javax.faces.flow.FlowNode
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwitchNode

public SwitchNode()
Method Detail

getCases

public abstract List<SwitchCase> getCases()

getDefaultOutcome

public abstract String getDefaultOutcome(FacesContext context)


Copyright © 2014 The Apache Software Foundation. All rights reserved.