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.faceletsMethods 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.faceletsSubclasses of FaceletFunction in org.apache.myfaces.config.impl.element.facelets Modifier and Type Class Description classFaceletFunctionImplMethods 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 voidFaceletTagLibraryImpl. addFunction(FaceletFunction function)
 
-