Uses of Class
com.opensymphony.module.sitemesh.Config
-
Packages that use Config Package Description com.opensymphony.module.sitemesh com.opensymphony.module.sitemesh.factory com.opensymphony.module.sitemesh.mapper com.opensymphony.module.sitemesh.taglib.page -
-
Uses of Config in com.opensymphony.module.sitemesh
Methods in com.opensymphony.module.sitemesh with parameters of type Config Modifier and Type Method Description static FactoryFactory. getInstance(Config config)Entry-point for obtaining singleton instance of Factory.voidDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)Initialize the mapper. -
Uses of Config in com.opensymphony.module.sitemesh.factory
Fields in com.opensymphony.module.sitemesh.factory declared as Config Modifier and Type Field Description protected ConfigBaseFactory. configServletConfig or FilterConfig.Constructors in com.opensymphony.module.sitemesh.factory with parameters of type Config Constructor Description BaseFactory(Config config)Constructor for default implementation of Factory.DefaultFactory(Config config) -
Uses of Config in com.opensymphony.module.sitemesh.mapper
Fields in com.opensymphony.module.sitemesh.mapper declared as Config Modifier and Type Field Description protected ConfigAbstractDecoratorMapper. configprivate ConfigConfigLoader. configMethods in com.opensymphony.module.sitemesh.mapper with parameters of type Config Modifier and Type Method Description voidAbstractDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)Set parent.voidAgentDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidConfigDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)Create new ConfigLoader using '/WEB-INF/decorators.xml' file.voidCookieDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidFrameSetDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidLanguageDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidNullDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)Does nothing.voidOSDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)Init initializes the OSDecoratorMapper object by setting the parent DecoratorMapper, and loading the initialization properties.voidPageDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidParameterDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidPrintableDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidRobotDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidSessionDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)Constructors in com.opensymphony.module.sitemesh.mapper with parameters of type Config Constructor Description ConfigLoader(String configFileName, Config config)Create new ConfigLoader using supplied filename and config. -
Uses of Config in com.opensymphony.module.sitemesh.taglib.page
Fields in com.opensymphony.module.sitemesh.taglib.page declared as Config Modifier and Type Field Description private ConfigApplyDecoratorTag. config
-