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