Uses of Class
org.apache.myfaces.config.element.facelets.FaceletFunction
-
Packages that use FaceletFunction Package Description org.apache.myfaces.config.element.facelets org.apache.myfaces.config.impl.element.facelets -
-
Uses of FaceletFunction in org.apache.myfaces.config.element.facelets
Methods in org.apache.myfaces.config.element.facelets that return types with arguments of type FaceletFunction Modifier and Type Method Description abstract List<FaceletFunction>
FaceletTagLibrary. getFunctions()
-
Uses of FaceletFunction in org.apache.myfaces.config.impl.element.facelets
Subclasses of FaceletFunction in org.apache.myfaces.config.impl.element.facelets Modifier and Type Class Description class
FaceletFunctionImpl
Methods in org.apache.myfaces.config.impl.element.facelets that return types with arguments of type FaceletFunction Modifier and Type Method Description List<FaceletFunction>
FaceletTagLibraryImpl. getFunctions()
Methods in org.apache.myfaces.config.impl.element.facelets with parameters of type FaceletFunction Modifier and Type Method Description void
FaceletTagLibraryImpl. addFunction(FaceletFunction function)
-