Uses of Class
org.apache.struts.config.BaseConfig
Packages that use BaseConfig
Package
Description
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
The "config" package contains configuration objects that correspond to
elements that may be specified in the
struts-config.xml
module configuration file.Provides default implementation classes for the
configuration objects.
-
Uses of BaseConfig in org.apache.struts.action
Subclasses of BaseConfig in org.apache.struts.actionModifier and TypeClassDescriptionclass
An ActionFormBean is the definition of a form bean that is loaded from a<form-bean>
element in the Struts configuration file.class
An ActionForward represents a destination to which the controller, RequestProcessor, might be directed to perform a RequestDispatcher.forward or HttpServletResponse.sendRedirect to, as a result of processing activities of an Action class.class
An ActionMapping represents the information that the controller,RequestProcessor
, knows about the mapping of a particular request to an instance of a particularAction
class.class
A subclass ofActionForward
which is designed for use in redirecting requests, with support for adding parameters at runtime.class
A subclass ofActionForward
that defaults theredirect
attribute tofalse
.class
A subclass of ActionForward that defaults theredirect
attribute totrue
.class
Subclass ofActionMapping
that defaults the form bean scope torequest
.class
Subclass ofActionMapping
that defaults the form bean scope tosession
. -
Uses of BaseConfig in org.apache.struts.config
Subclasses of BaseConfig in org.apache.struts.configModifier and TypeClassDescriptionclass
A JavaBean representing the configuration information of an<action>
element from a Struts module configuration file.class
A JavaBean representing the configuration information of a<controller>
element in a Struts configuration file.class
A JavaBean representing the configuration information of an<exception>
element from a Struts configuration file.class
A JavaBean representing the configuration information of a<form-bean>
element in a Struts configuration file.class
A JavaBean representing the configuration information of a<form-property>
element in a Struts configuration file.class
A JavaBean representing the configuration information of a<forward>
element from a Struts configuration file.class
A JavaBean representing the configuration information of a<message-resources>
element in a Struts configuration file.Methods in org.apache.struts.config with parameters of type BaseConfigModifier and TypeMethodDescriptionprotected void
BaseConfig.inheritProperties
(BaseConfig baseConfig) Compare the properties of this config with that of the given and copy those that are not present.void
ModuleConfigPostProcessor.postProcessAfterInitialization
(BaseConfig config, ModuleConfig moduleConfig) Applies this post-processor to the specified configuration object after it has been initialized by Struts but before it is frozen.void
ModuleConfigPostProcessor.postProcessBeforeInitialization
(BaseConfig config, ModuleConfig moduleConfig) Applies this post-processor to the specified configuration object before it has been initialized and processed by Struts (such as heirarchy extensions). -
Uses of BaseConfig in org.apache.struts.config.impl
Subclasses of BaseConfig in org.apache.struts.config.implModifier and TypeClassDescriptionclass
The collection of static configuration information that describes a Struts-based module.