Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.cactus.internal.configuration

Contains Cactus internal implementation classes.

See:
          Description

Interface Summary
Configuration Contains all configuration information for the Cactus framework.
FilterConfiguration Provides access to the Cactus configuration parameters related to the Filter Redirector.
JspConfiguration Provides access to the Cactus configuration parameters related to the JSP Redirector.
ServletConfiguration Provides access to the Cactus configuration parameters related to the Servlet Redirector.
WebConfiguration Extends the generic Configuration interface with methods provided configuration information related to Web redirectors.
 

Class Summary
AbstractWebConfiguration Common implementation for all WebConfiguration implementations.
BaseConfiguration Provides access to the Cactus configuration parameters that are independent of any redirector.
ConfigurationInitializer Read Cactus configuration files and set the properties found as System properties.
DefaultFilterConfiguration Provides access to the Cactus configuration parameters related to the Filter Redirector.
DefaultJspConfiguration Provides access to the Cactus configuration parameters related to the JSP Redirector.
DefaultServletConfiguration Provides access to the Cactus configuration parameters related to the Servlet Redirector.
Version Provides the Cactus version at runtime.
 

Package org.apache.cactus.internal.configuration Description

Contains Cactus internal implementation classes.