Uses of Class
org.apache.myfaces.view.facelets.FaceletFactory

Packages that use FaceletFactory
org.apache.myfaces.view.facelets Public Facelet API. 
org.apache.myfaces.view.facelets.impl Default implementation of the Facelets API. 
 

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

Methods in org.apache.myfaces.view.facelets that return FaceletFactory
protected  FaceletFactory FaceletViewHandler.createFaceletFactory(Compiler c)
          Deprecated.  
protected  FaceletFactory FaceletViewDeclarationLanguage.createFaceletFactory(FacesContext context, Compiler compiler)
          Creates a FaceletFactory instance using the specified compiler.
static FaceletFactory FaceletFactory.getInstance()
          Get the static instance
 

Methods in org.apache.myfaces.view.facelets with parameters of type FaceletFactory
static void FaceletFactory.setInstance(FaceletFactory factory)
          Set the static instance
 

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

Subclasses of FaceletFactory in org.apache.myfaces.view.facelets.impl
 class DefaultFaceletFactory
          Default FaceletFactory implementation.
 



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