Uses of Class
org.webmacro.util.Settings

Packages that use Settings
org.webmacro   
org.webmacro.directive   
org.webmacro.engine   
org.webmacro.resource What's in this directory: -- Classes that relate to resources made available in the WebMacro system. 
org.webmacro.servlet   
org.webmacro.util   
 

Uses of Settings in org.webmacro
 

Fields in org.webmacro declared as Settings
protected  Settings Broker._config
           
 

Methods in org.webmacro that return Settings
 Settings Broker.getSettings()
          Access to the settings in WebMacro.properties
 

Methods in org.webmacro with parameters of type Settings
 void Provider.init(Broker b, Settings config)
          Initialize this provider based on the specified config.
 

Uses of Settings in org.webmacro.directive
 

Methods in org.webmacro.directive with parameters of type Settings
 void DirectiveProvider.init(Broker broker, Settings config)
           
 

Uses of Settings in org.webmacro.engine
 

Methods in org.webmacro.engine with parameters of type Settings
 void ParserProvider.init(Broker broker, Settings p)
           
 void DefaultEvaluationExceptionHandler.init(Broker b, Settings config)
           
 void CrankyEvaluationExceptionHandler.init(Broker b, Settings config)
           
 void DebugEvaluationExceptionHandler.init(Broker b, Settings config)
           
 void EvaluationExceptionHandler.init(Broker b, Settings config)
          Initialize the EEH
 void PropertyOperatorCache.init(Broker b, Settings config)
           
 

Uses of Settings in org.webmacro.resource
 

Methods in org.webmacro.resource with parameters of type Settings
 void GenerationalCacheManager.init(Broker b, Settings config, java.lang.String resourceType)
           
 void SMapCacheManager.init(Broker b, Settings config, java.lang.String resourceType)
           
 void StaticSMapCacheManager.init(Broker b, Settings config, java.lang.String resourceType)
           
 void URLTemplateProvider.init(Broker b, Settings config)
          Create a new TemplateProvider that uses the specified directory as the source for Template objects that it will return
 void UrlProvider.init(Broker b, Settings config)
           
 void BrokerTemplateProvider.init(Broker b, Settings config)
           
 void HMapCacheManager.init(Broker b, Settings config, java.lang.String resourceType)
           
 void DelegatingTemplateProvider.init(Broker broker, Settings config)
           
 void BrokerTemplateProviderHelper.init(Broker b, Settings config)
          Create a new TemplateProvider that uses the specified directory as the source for Template objects that it will return
 void CachingProvider.init(Broker b, Settings config)
          If you override this method be sure and call super.init(...)
 void TemplateProvider.init(Broker b, Settings config)
          Create a new TemplateProvider that uses the specified directory as the source for Template objects that it will return
 void StaticIdentityCacheManager.init(Broker b, Settings config, java.lang.String resourceType)
           
 void ConfigProvider.init(Broker b, Settings config)
           
 void ClassPathTemplateLoader.init(Broker broker, Settings config)
           
 void TrivialCacheManager.init(Broker b, Settings config, java.lang.String resourceType)
           
 void ReloadDelayDecorator.init(Broker b, Settings config)
          Initialize object.
 void TemplateLoaderHelper.init(Broker b, Settings config)
          Initialize this object
 void AbstractTemplateLoader.init(Broker b, Settings config)
          Sets up broker, reloadDelayDecorator and log.
 void ServletContextTemplateLoader.init(Broker broker, Settings config)
           
 void ResourceLoader.init(Broker b, Settings config)
          Initialize this provider based on the specified config.
 void CacheManager.init(Broker b, Settings config, java.lang.String resourceType)
          Same as defined in Provider, except with an additional type parameter so it knows what type of resource it is caching
 void TemplateLoader.init(Broker b, Settings settings)
          Init this template loader*
 

Uses of Settings in org.webmacro.servlet
 

Methods in org.webmacro.servlet with parameters of type Settings
 void ServletBroker.initLog(Settings config)
           
 

Constructors in org.webmacro.servlet with parameters of type Settings
ServletLog(javax.servlet.ServletContext sc, Settings s)
           
 

Uses of Settings in org.webmacro.util
 

Subclasses of Settings in org.webmacro.util
 class SubSettings
           
 

Methods in org.webmacro.util with parameters of type Settings
 LogTarget LogTargetFactory.createLogTarget(Broker broker, java.lang.String classname, Settings settings)
          Creates a new org.webmacro.util.LogTarget
 void EncoderProvider.init(Broker b, Settings config)
          Initialize this provider based on the specified config.
 void Encoder.init(Broker b, Settings config)
           
 void Settings.load(Settings defaults)
          Load settings from a Settings
 

Constructors in org.webmacro.util with parameters of type Settings
SubSettings(Settings settings, java.lang.String prefix)
          Get a subset of the settings in this Settings.
ComponentMap(Settings initProps)
          Create a new ComponentMap for the supplied list of names using the supplied Settings for initialization, if any initialization can be done.
AbstractLogFile(Settings s)
          Create a new LogFile instance reading properties from the supplied Settings object:
LogFile(Settings s)
          Create a new LogFile instance.
Settings(Settings defaults)
          Instantaite a new Settings object using the supplied Settings as the defaults