Uses of Class
org.apache.myfaces.view.facelets.compiler.Compiler
Packages that use Compiler
Package
Description
Public Facelet API.
Facelet compiler package, not for extension.
Default implementation of the Facelets API.
-
Uses of Compiler in org.apache.myfaces.view.facelets
Methods in org.apache.myfaces.view.facelets that return CompilerModifier and TypeMethodDescriptionprotected Compiler
FaceletViewDeclarationLanguage.createCompiler
(FacesContext context) Creates the Facelet page compiler.Methods in org.apache.myfaces.view.facelets with parameters of type CompilerModifier and TypeMethodDescriptionprotected FaceletFactory
FaceletViewDeclarationLanguage.createFaceletFactory
(FacesContext context, Compiler compiler) Creates a FaceletFactory instance using the specified compiler.protected void
FaceletViewDeclarationLanguage.loadDecorators
(FacesContext context, Compiler compiler) Load the various decorators for Facelets.protected void
FaceletViewDeclarationLanguage.loadLibraries
(FacesContext context, Compiler compiler) Load the various tag libraries for Facelets.protected void
FaceletViewDeclarationLanguage.loadOptions
(FacesContext context, Compiler compiler) Load the various options for Facelets compiler. -
Uses of Compiler in org.apache.myfaces.view.facelets.compiler
Subclasses of Compiler in org.apache.myfaces.view.facelets.compilerMethods in org.apache.myfaces.view.facelets.compiler with parameters of type CompilerModifier and TypeMethodDescriptionvoid
FaceletsCompilerSupport.loadDecorators
(FacesContext context, Compiler compiler) Load the various decorators for Facelets.void
FaceletsCompilerSupport.loadLibraries
(FacesContext context, Compiler compiler) Load the various tag libraries for Facelets.void
FaceletsCompilerSupport.loadOptions
(FacesContext context, Compiler compiler) -
Uses of Compiler in org.apache.myfaces.view.facelets.impl
Methods in org.apache.myfaces.view.facelets.impl that return CompilerConstructors in org.apache.myfaces.view.facelets.impl with parameters of type CompilerModifierConstructorDescriptionDefaultFaceletFactory
(Compiler compiler) DefaultFaceletFactory
(Compiler compiler, long refreshPeriod)