Uses of Class
com.sun.facelets.compiler.Compiler

Packages that use Compiler
com.sun.facelets Public Facelet API. 
com.sun.facelets.compiler Facelet compiler package, not for extension
com.sun.facelets.impl Default implementation of the Facelets API. 
 

Uses of Compiler in com.sun.facelets
 

Methods in com.sun.facelets that return Compiler
protected  Compiler FaceletViewHandler.createCompiler()
           
 

Methods in com.sun.facelets with parameters of type Compiler
protected  FaceletFactory FaceletViewHandler.createFaceletFactory(Compiler c)
           
protected  void FaceletViewHandler.initializeCompiler(Compiler c)
           
 

Uses of Compiler in com.sun.facelets.compiler
 

Subclasses of Compiler in com.sun.facelets.compiler
 class SAXCompiler
          Compiler implementation that uses SAX
 

Methods in com.sun.facelets.compiler with parameters of type Compiler
 void TagLibraryConfig.loadImplicit(Compiler compiler)
           
 

Uses of Compiler in com.sun.facelets.impl
 

Methods in com.sun.facelets.impl that return Compiler
 Compiler DefaultFaceletFactory.getCompiler()
          Compiler this factory uses
 

Constructors in com.sun.facelets.impl with parameters of type Compiler
DefaultFaceletFactory(Compiler compiler, ResourceResolver resolver)
           
DefaultFaceletFactory(Compiler compiler, ResourceResolver resolver, long refreshPeriod)
           
 



Copyright © 2005 All Rights Reserved.