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 TypeClassDescriptionclassAn ActionFormBean is the definition of a form bean that is loaded from a<form-bean>element in the Struts configuration file.classAn 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.classAn ActionMapping represents the information that the controller,RequestProcessor, knows about the mapping of a particular request to an instance of a particularActionclass.classA subclass ofActionForwardwhich is designed for use in redirecting requests, with support for adding parameters at runtime.classA subclass ofActionForwardthat defaults theredirectattribute tofalse.classA subclass of ActionForward that defaults theredirectattribute totrue.classSubclass ofActionMappingthat defaults the form bean scope torequest.classSubclass ofActionMappingthat defaults the form bean scope tosession. -
Uses of BaseConfig in org.apache.struts.config
Subclasses of BaseConfig in org.apache.struts.configModifier and TypeClassDescriptionclassA JavaBean representing the configuration information of an<action>element from a Struts module configuration file.classA JavaBean representing the configuration information of a<controller>element in a Struts configuration file.classA JavaBean representing the configuration information of an<exception>element from a Struts configuration file.classA JavaBean representing the configuration information of a<form-bean>element in a Struts configuration file.classA JavaBean representing the configuration information of a<form-property>element in a Struts configuration file.classA JavaBean representing the configuration information of a<forward>element from a Struts configuration file.classA 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 voidBaseConfig.inheritProperties(BaseConfig baseConfig) Compare the properties of this config with that of the given and copy those that are not present.voidModuleConfigPostProcessor.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.voidModuleConfigPostProcessor.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 TypeClassDescriptionclassThe collection of static configuration information that describes a Struts-based module.