Uses of Class
com.sun.faces.facelets.compiler.Compiler
-
Packages that use Compiler Package Description com.sun.faces.application com.sun.faces.facelets.compiler com.sun.faces.facelets.impl -
-
Uses of Compiler in com.sun.faces.application
Methods in com.sun.faces.application that return Compiler Modifier and Type Method Description protected CompilerApplicationAssociate. createCompiler(Map<String,Object> appMap, WebConfiguration webConfig)CompilerApplicationAssociate. getCompiler()Methods in com.sun.faces.application with parameters of type Compiler Modifier and Type Method Description protected voidApplicationAssociate. addTagLibraries(Compiler newCompiler)protected DefaultFaceletFactoryApplicationAssociate. createFaceletFactory(FacesContext context, Compiler compiler, WebConfiguration webConfig)protected voidApplicationAssociate. loadDecorators(Map<String,Object> appMap, Compiler newCompiler) -
Uses of Compiler in com.sun.faces.facelets.compiler
Subclasses of Compiler in com.sun.faces.facelets.compiler Modifier and Type Class Description classSAXCompilerCompiler implementation that uses SAX -
Uses of Compiler in com.sun.faces.facelets.impl
Methods in com.sun.faces.facelets.impl with parameters of type Compiler Modifier and Type Method Description voidDefaultFaceletFactory. init(FacesContext facesContext, Compiler compiler, DefaultResourceResolver resolver, long refreshPeriod, FaceletCache cache)
-