org.apache.cactus.internal.configuration |
Contains the classes that support the configuration of Cactus.
|
Java Source File Name | Type | Comment |
AbstractWebConfiguration.java | Class | Common implementation for all WebConfiguration
implementations. |
BaseConfiguration.java | Class | Provides access to the Cactus configuration parameters that are independent
of any redirector. |
Configuration.java | Interface | Contains all configuration information for the Cactus framework. |
ConfigurationInitializer.java | Class | Read Cactus configuration files and set the properties found as
System properties. |
DefaultFilterConfiguration.java | Class | Provides access to the Cactus configuration parameters related to the
Filter Redirector. |
DefaultJspConfiguration.java | Class | Provides access to the Cactus configuration parameters related to the
JSP Redirector. |
DefaultServletConfiguration.java | Class | Provides access to the Cactus configuration parameters related to the
Servlet Redirector. |
FilterConfiguration.java | Interface | Provides access to the Cactus configuration parameters related to the
Filter Redirector. |
JspConfiguration.java | Interface | Provides access to the Cactus configuration parameters related to the
JSP Redirector. |
ServletConfiguration.java | Interface | Provides access to the Cactus configuration parameters related to the
Servlet Redirector. |
Version.java | Class | Provides the Cactus version at runtime. |
WebConfiguration.java | Interface | Extends the generic Configuration interface with methods
provided configuration information related to Web redirectors. |