org.apache.myfaces.flow
Class SwitchCaseImpl
java.lang.Object
javax.faces.flow.SwitchCase
org.apache.myfaces.flow.SwitchCaseImpl
- All Implemented Interfaces:
- Freezable
public class SwitchCaseImpl
- extends SwitchCase
- implements Freezable
- Since:
- 2.2
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwitchCaseImpl
public SwitchCaseImpl()
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 © 2015 The Apache Software Foundation. All rights reserved.