org.apache.myfaces.flow
Class SwitchCaseImpl

java.lang.Object
  extended by javax.faces.flow.SwitchCase
      extended by org.apache.myfaces.flow.SwitchCaseImpl
All Implemented Interfaces:
Freezable

public class SwitchCaseImpl
extends SwitchCase
implements Freezable

Since:
2.2
Author:
Leonardo Uribe

Constructor Summary
SwitchCaseImpl()
           
 
Method Summary
 void freeze()
          Call this method when the object will be made available to the runtime
 Boolean getCondition(FacesContext context)
           
 String getFromOutcome()
           
 void setCondition(Boolean condition)
           
 void setCondition(javax.el.ValueExpression conditionEL)
           
 void setFromOutcome(String fromOutcome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwitchCaseImpl

public SwitchCaseImpl()
Method Detail

getFromOutcome

public String getFromOutcome()
Specified by:
getFromOutcome in class SwitchCase

getCondition

public Boolean getCondition(FacesContext context)
Specified by:
getCondition in class SwitchCase

freeze

public void freeze()
Description copied from interface: Freezable
Call this method when the object will be made available to the runtime

Specified by:
freeze in interface Freezable

setFromOutcome

public void setFromOutcome(String fromOutcome)

setCondition

public void setCondition(Boolean condition)

setCondition

public void setCondition(javax.el.ValueExpression conditionEL)


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