Uses of Class
com.sun.faces.facelets.compiler.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 ctx, 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(Compiler compiler, ResourceResolver resolver, long refreshPeriod, FaceletCache cache)Constructors in com.sun.faces.facelets.impl with parameters of type Compiler Constructor Description DefaultFaceletFactory(Compiler compiler, ResourceResolver resolver)DefaultFaceletFactory(Compiler compiler, ResourceResolver resolver, long refreshPeriod)DefaultFaceletFactory(Compiler compiler, ResourceResolver resolver, long refreshPeriod, FaceletCache cache)