Uses of Class
org.apache.myfaces.config.element.ViewPoolParameter
-
Packages that use ViewPoolParameter Package Description org.apache.myfaces.config.element org.apache.myfaces.config.impl.element -
-
Uses of ViewPoolParameter in org.apache.myfaces.config.element
Methods in org.apache.myfaces.config.element that return types with arguments of type ViewPoolParameter Modifier and Type Method Description abstract List<ViewPoolParameter>
ViewPoolMapping. getParameterList()
-
Uses of ViewPoolParameter in org.apache.myfaces.config.impl.element
Subclasses of ViewPoolParameter in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
ViewPoolParameterImpl
Methods in org.apache.myfaces.config.impl.element that return types with arguments of type ViewPoolParameter Modifier and Type Method Description List<ViewPoolParameter>
ViewPoolMappingImpl. getParameterList()
Methods in org.apache.myfaces.config.impl.element with parameters of type ViewPoolParameter Modifier and Type Method Description void
ViewPoolMappingImpl. addParameter(ViewPoolParameter parameter)
-