Uses of Class
org.webmacro.util.Settings

Packages that use Settings
org.webmacro   
org.webmacro.directive   
org.webmacro.engine   
org.webmacro.resource   
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 CrankyEvaluationExceptionHandler.init(Broker b, Settings config)
           
 void DefaultEvaluationExceptionHandler.init(Broker b, Settings config)
           
 void EvaluationExceptionHandler.init(Broker b, Settings config)
          Initialize the EEH
 void PropertyOperatorCache.init(Broker b, Settings config)
           
 void ParserProvider.init(Broker broker, Settings p)
           
 

Uses of Settings in org.webmacro.resource
 

Methods in org.webmacro.resource with parameters of type Settings
 void TrivialCacheManager.init(Broker b, Settings config, java.lang.String resourceType)
           
 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 StaticSMapCacheManager.init(Broker b, Settings config, java.lang.String resourceType)
           
 void StaticIdentityCacheManager.init(Broker b, Settings config, java.lang.String resourceType)
           
 void ResourceLoader.init(Broker b, Settings config)
          Initialize this provider based on the specified config.
 void CachingProvider.init(Broker b, Settings config)
          If you override this method be sure and call super.init(...)
 void BrokerTemplateProvider.init(Broker b, 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 HMapCacheManager.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 ConfigProvider.init(Broker b, Settings config)
           
 void SMapCacheManager.init(Broker b, Settings config, java.lang.String resourceType)
           
 void ReloadDelayDecorator.init(Broker b, Settings config)
          Initialize object.
 void UrlProvider.init(Broker b, Settings config)
           
 void GenerationalCacheManager.init(Broker b, Settings config, java.lang.String resourceType)
           
 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
 

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
 void Settings.load(Settings defaults)
          Load settings from a Settings
 LogTarget LogTargetFactory.createLogTarget(Broker broker, java.lang.String classname, Settings settings)
          Creates a new org.webmacro.util.LogTarget
 void Encoder.init(Broker b, Settings config)
           
 void EncoderProvider.init(Broker b, Settings config)
          Initialize this provider based on the specified config.
 

Constructors in org.webmacro.util with parameters of type Settings
AbstractLogFile(Settings s)
          Create a new LogFile instance reading properties from the supplied Settings object:
Settings(Settings defaults)
          Instantaite a new Settings object using the supplied Settings as the defaults
SubSettings(Settings settings, java.lang.String prefix)
          Get a subset of the settings in this Settings.
LogFile(Settings s)
          Create a new LogFile instance.
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.