Uses of Class
com.opensymphony.module.sitemesh.Factory
Packages that use Factory
Package
Description
Sitemesh Package.
Factory Package.
Compatability classes to enable easy migration of SiteMesh 1 and 2 applications to SiteMesh 3.
-
Uses of Factory in com.opensymphony.module.sitemesh
Methods in com.opensymphony.module.sitemesh that return FactoryModifier and TypeMethodDescriptionstatic FactoryFactory.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.factoryModifier and TypeClassDescriptionclassBase Factory implementation.classDefaultFactory, reads configuration from thesitemesh.configfileinit param, or/WEB-INF/sitemesh.xmlif not specified, or uses the default configuration ifsitemesh.xmldoes not exist. -
Uses of Factory in com.opensymphony.sitemesh.compatability
Constructors in com.opensymphony.sitemesh.compatability with parameters of type FactoryModifierConstructorDescriptionPageParser2ContentProcessor(Factory factory) Instantiates a new page parser 2 content processor.