Uses of Class
org.apache.myfaces.config.element.FacesFlowCall
-
Packages that use FacesFlowCall Package Description org.apache.myfaces.config.element org.apache.myfaces.config.impl.element -
-
Uses of FacesFlowCall in org.apache.myfaces.config.element
Methods in org.apache.myfaces.config.element that return types with arguments of type FacesFlowCall Modifier and Type Method Description abstract List<FacesFlowCall>
FacesFlowDefinition. getFlowCallList()
-
Uses of FacesFlowCall in org.apache.myfaces.config.impl.element
Subclasses of FacesFlowCall in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
FacesFlowCallImpl
Methods in org.apache.myfaces.config.impl.element that return types with arguments of type FacesFlowCall Modifier and Type Method Description List<FacesFlowCall>
FacesFlowDefinitionImpl. getFlowCallList()
Methods in org.apache.myfaces.config.impl.element with parameters of type FacesFlowCall Modifier and Type Method Description void
FacesFlowDefinitionImpl. addFlowCall(FacesFlowCall value)
-