Package org.apache.struts.config


package org.apache.struts.config

The "config" package contains configuration objects that correspond to elements that may be specified in the struts-config.xml module configuration file.

Config UML
  • Class
    Description
    A JavaBean representing the configuration information of an <action> element from a Struts module configuration file.
    Matches paths against pre-compiled wildcard expressions pulled from action configs.
    A abstract base class for all config classes.
    NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT.
    NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT.
    The set of Digester rules required to parse a Struts configuration file (struts-config.xml).
    A JavaBean representing the configuration information of a <controller> element in a Struts configuration file.
    A JavaBean representing the configuration information of an <exception> element from a Struts configuration file.
    A JavaBean representing the configuration information of a <form-bean> element in a Struts configuration file.
    A JavaBean representing the configuration information of a <form-property> element in a Struts configuration file.
    A JavaBean representing the configuration information of a <forward> element from a Struts configuration file.
    A JavaBean representing the configuration information of a <message-resources> element in a Struts configuration file.
    The collection of static configuration information that describes a Struts-based module.
    A factory interface for creating ModuleConfigs.
    This interface is to be implemented by any plugin for custom modification of a module after it is been configured but before it is frozen.
    A JavaBean representing the configuration information of a <plug-in> element in a Struts configuration file.
    Constants relating to the reset and population events of action forms.