Uses of Interface
org.sitemesh.config.ObjectFactory

Packages that use ObjectFactory
org.sitemesh.config   
org.sitemesh.config.properties   
org.sitemesh.config.xml   
 

Uses of ObjectFactory in org.sitemesh.config
 

Classes in org.sitemesh.config that implement ObjectFactory
static class ObjectFactory.Default
          Default implementation of ObjectFactory that treats the object name as a class name, loading it from the current ClassLoader and instantiating with the default constructor.
 

Methods in org.sitemesh.config that return ObjectFactory
protected  ObjectFactory ConfigurableSiteMeshFilter.getObjectFactory()
           
 

Uses of ObjectFactory in org.sitemesh.config.properties
 

Constructors in org.sitemesh.config.properties with parameters of type ObjectFactory
PropertiesConfigurator(ObjectFactory objectFactory, Map<String,String> properties)
           
PropertiesFilterConfigurator(ObjectFactory objectFactory, Map<String,String> properties)
           
PropertiesOfflineConfigurator(ObjectFactory objectFactory, Map<String,String> properties)
           
 

Uses of ObjectFactory in org.sitemesh.config.xml
 

Constructors in org.sitemesh.config.xml with parameters of type ObjectFactory
XmlConfigurator(ObjectFactory objectFactory, Element siteMeshElement)
           
XmlFilterConfigurator(ObjectFactory objectFactory, Element siteMeshElement)
           
XmlOfflineConfigurator(ObjectFactory objectFactory, Element siteMeshElement)
           
 



Copyright © 2011. All Rights Reserved.