Package webwork.config

This package contains a Configuration API that can be used by WebWork code and Actions to access configuration settings.

See:
          Description

Class Summary
CachingConfiguration This is a caching implementation of Configuration.
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.
 

Package webwork.config Description

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.



Copyright © 2001-2003 WebWork All Rights Reserved.