Uses of Class
org.apache.myfaces.view.facelets.compiler.Compiler

Packages that use Compiler
org.apache.myfaces.view.facelets Public Facelet API. 
org.apache.myfaces.view.facelets.compiler Facelet compiler package, not for extension
org.apache.myfaces.view.facelets.impl Default implementation of the Facelets API. 
 

Uses of Compiler in org.apache.myfaces.view.facelets
 

Methods in org.apache.myfaces.view.facelets that return Compiler
protected  Compiler FaceletViewHandler.createCompiler()
          Deprecated.  
protected  Compiler FaceletViewDeclarationLanguage.createCompiler(FacesContext context)
          Creates the Facelet page compiler.
 

Methods in org.apache.myfaces.view.facelets with parameters of type Compiler
protected  FaceletFactory FaceletViewHandler.createFaceletFactory(Compiler c)
          Deprecated.  
protected  FaceletFactory FaceletViewDeclarationLanguage.createFaceletFactory(FacesContext context, Compiler compiler)
          Creates a FaceletFactory instance using the specified compiler.
protected  void FaceletViewHandler.initializeCompiler(Compiler c)
          Deprecated.  
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.compiler
 class SAXCompiler
          Compiler implementation that uses SAX
 

Methods in org.apache.myfaces.view.facelets.compiler with parameters of type Compiler
 void TagLibraryConfig.loadImplicit(FacesContext facesContext, Compiler compiler)
           
 

Uses of Compiler in org.apache.myfaces.view.facelets.impl
 

Methods in org.apache.myfaces.view.facelets.impl that return Compiler
 Compiler DefaultFaceletFactory.getCompiler()
          Compiler this factory uses
 

Constructors in org.apache.myfaces.view.facelets.impl with parameters of type Compiler
DefaultFaceletFactory(Compiler compiler, ResourceResolver resolver)
           
DefaultFaceletFactory(Compiler compiler, ResourceResolver resolver, long refreshPeriod)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.