Uses of Class
org.apache.myfaces.config.element.FacesFlowSwitch
-
Packages that use FacesFlowSwitch Package Description org.apache.myfaces.config.element org.apache.myfaces.config.impl.element -
-
Uses of FacesFlowSwitch in org.apache.myfaces.config.element
Methods in org.apache.myfaces.config.element that return types with arguments of type FacesFlowSwitch Modifier and Type Method Description abstract List<FacesFlowSwitch>
FacesFlowDefinition. getSwitchList()
-
Uses of FacesFlowSwitch in org.apache.myfaces.config.impl.element
Subclasses of FacesFlowSwitch in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
FacesFlowSwitchImpl
Methods in org.apache.myfaces.config.impl.element that return types with arguments of type FacesFlowSwitch Modifier and Type Method Description List<FacesFlowSwitch>
FacesFlowDefinitionImpl. getSwitchList()
Methods in org.apache.myfaces.config.impl.element with parameters of type FacesFlowSwitch Modifier and Type Method Description void
FacesFlowDefinitionImpl. addSwitch(FacesFlowSwitch switchItem)
-