org.apache.myfaces.config.impl.digester.elements
Class FacesFlowDefinitionImpl

java.lang.Object
  extended by org.apache.myfaces.config.element.FacesFlowDefinition
      extended by org.apache.myfaces.config.impl.digester.elements.FacesFlowDefinitionImpl
All Implemented Interfaces:
Serializable

public class FacesFlowDefinitionImpl
extends FacesFlowDefinition

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowDefinitionImpl()
           
 
Method Summary
 void addFlowCall(FacesFlowCall value)
           
 void addInboundParameter(FacesFlowParameter value)
           
 void addMethodCall(FacesFlowMethodCall value)
           
 void addNavigationRule(NavigationRule value)
           
 void addReturn(FacesFlowReturn value)
           
 void addSwitch(FacesFlowSwitch switchItem)
           
 void addView(FacesFlowView view)
           
 String getDefiningDocumentId()
           
 String getFinalizer()
           
 List<FacesFlowCall> getFlowCallList()
           
 String getId()
           
 List<FacesFlowParameter> getInboundParameterList()
           
 String getInitializer()
           
 List<FacesFlowMethodCall> getMethodCallList()
           
 List<NavigationRule> getNavigationRuleList()
           
 List<FacesFlowReturn> getReturnList()
           
 String getStartNode()
           
 List<FacesFlowSwitch> getSwitchList()
           
 List<FacesFlowView> getViewList()
           
 void setDefiningDocumentId(String definingDocumentId)
           
 void setFinalizer(String finalizer)
           
 void setId(String id)
           
 void setInitializer(String initializer)
           
 void setStartNode(String startNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowDefinitionImpl

public FacesFlowDefinitionImpl()
Method Detail

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 © 2014 The Apache Software Foundation. All rights reserved.