Uses of Class
com.opensymphony.module.sitemesh.Factory

Packages that use Factory
com.opensymphony.module.sitemesh   
com.opensymphony.module.sitemesh.factory   
com.opensymphony.module.sitemesh.filter   
com.opensymphony.module.sitemesh.taglib.page   
 

Uses of Factory in com.opensymphony.module.sitemesh
 

Methods in com.opensymphony.module.sitemesh that return Factory
static Factory Factory.getInstance(Config config)
          Entry-point for obtaining singleton instance of Factory.
 

Uses of Factory in com.opensymphony.module.sitemesh.factory
 

Subclasses of Factory in com.opensymphony.module.sitemesh.factory
 class BaseFactory
          Base Factory implementation.
 class DefaultFactory
          DefaultFactory, reads configuration from /WEB-INF/sitemesh.xml, or uses the default configuration if sitemesh.xml does not exist.
 

Uses of Factory in com.opensymphony.module.sitemesh.filter
 

Fields in com.opensymphony.module.sitemesh.filter declared as Factory
private  Factory PageResponseWrapper.factory
           
private  Factory PageFilter.factory
           
 

Constructors in com.opensymphony.module.sitemesh.filter with parameters of type Factory
PageResponseWrapper(HttpServletResponse response, Factory factory)
           
Buffer(Factory factory, String contentType, String encoding)
           
 

Uses of Factory in com.opensymphony.module.sitemesh.taglib.page
 

Fields in com.opensymphony.module.sitemesh.taglib.page declared as Factory
private  Factory ApplyDecoratorTag.factory
           
 


www.opensymphony.com/sitemesh/