org.apache.myfaces.config.impl.digester.elements
Class FacesFlowDefinitionImpl
java.lang.Object
org.apache.myfaces.config.element.FacesFlowDefinition
org.apache.myfaces.config.impl.digester.elements.FacesFlowDefinitionImpl
- All Implemented Interfaces:
- Serializable
public class FacesFlowDefinitionImpl
- extends FacesFlowDefinition
- Author:
- Leonardo Uribe
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesFlowDefinitionImpl
public FacesFlowDefinitionImpl()
getStartNode
public String getStartNode()
- Specified by:
getStartNode
in class FacesFlowDefinition
getViewList
public List<FacesFlowView> getViewList()
- Specified by:
getViewList
in class FacesFlowDefinition
addView
public void addView(FacesFlowView view)
getSwitchList
public List<FacesFlowSwitch> getSwitchList()
- Specified by:
getSwitchList
in class FacesFlowDefinition
addSwitch
public void addSwitch(FacesFlowSwitch switchItem)
getReturnList
public List<FacesFlowReturn> getReturnList()
- Specified by:
getReturnList
in class FacesFlowDefinition
addReturn
public void addReturn(FacesFlowReturn value)
getNavigationRuleList
public List<NavigationRule> getNavigationRuleList()
- Specified by:
getNavigationRuleList
in class FacesFlowDefinition
addNavigationRule
public void addNavigationRule(NavigationRule value)
getFlowCallList
public List<FacesFlowCall> getFlowCallList()
- Specified by:
getFlowCallList
in class FacesFlowDefinition
addFlowCall
public void addFlowCall(FacesFlowCall value)
getMethodCallList
public List<FacesFlowMethodCall> getMethodCallList()
- Specified by:
getMethodCallList
in class FacesFlowDefinition
addMethodCall
public void addMethodCall(FacesFlowMethodCall value)
getInitializer
public String getInitializer()
- Specified by:
getInitializer
in class FacesFlowDefinition
getFinalizer
public String getFinalizer()
- Specified by:
getFinalizer
in class FacesFlowDefinition
getInboundParameterList
public List<FacesFlowParameter> getInboundParameterList()
- Specified by:
getInboundParameterList
in class FacesFlowDefinition
addInboundParameter
public void addInboundParameter(FacesFlowParameter value)
setStartNode
public void setStartNode(String startNode)
- Parameters:
startNode
- the startNode to set
setInitializer
public void setInitializer(String initializer)
- Parameters:
initializer
- the initializer to set
setFinalizer
public void setFinalizer(String finalizer)
- Parameters:
finalizer
- the finalizer to set
getId
public String getId()
- Specified by:
getId
in class FacesFlowDefinition
setId
public void setId(String id)
getDefiningDocumentId
public String getDefiningDocumentId()
- Specified by:
getDefiningDocumentId
in class FacesFlowDefinition
- Returns:
- the _definingDocumentId
setDefiningDocumentId
public void setDefiningDocumentId(String definingDocumentId)
- Parameters:
definingDocumentId
- the _definingDocumentId to set
Copyright © 2015 The Apache Software Foundation. All rights reserved.