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