javax.faces.flow
Class SwitchCase

java.lang.Object
  extended by javax.faces.flow.SwitchCase

public abstract class SwitchCase
extends Object

Since:
2.2

Constructor Summary
SwitchCase()
           
 
Method Summary
abstract  Boolean getCondition(FacesContext context)
           
abstract  String getFromOutcome()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwitchCase

public SwitchCase()
Method Detail

getFromOutcome

public abstract String getFromOutcome()

getCondition

public abstract Boolean getCondition(FacesContext context)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.