package

webwork.config

This package contains a Configuration API that can be used by WebWork code and Actions to access configuration settings. The configuration store is pluggable so as to allow multiple ways of providing the configuration, while allowing code to use a simple API to access it.

Interfaces

ConfigurationInterface This is named this ugly name because the Configuration object couldn't be renamed (it would break anyone who uses it in their code). 

Classes

AbstractConfiguration  
CachingConfiguration This is a caching implementation of ConfigurationInterface. 
Configuration Access to WebWork configuration. 
DefaultConfiguration Default implementation of configuration. 
DelegatingConfiguration Delegating implementation of configuration. 
PropertiesConfiguration Access configuration from a properties file. 
XMLActionConfiguration Access view configuration from an XML file. 

Exceptions