|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleConfig | |
org.apache.struts.action | The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. |
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. |
org.apache.struts.config.impl | |
org.apache.struts.plugins | |
org.apache.struts.taglib.html | The "struts-html" tag library contains JSP custom tags useful in creating dynamic HTML user interfaces, including input forms. |
org.apache.struts.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles. |
org.apache.struts.upload | The upload package facilities to upload files using multi-part requests. |
org.apache.struts.util | The Utilities package provides a variety of families of classes, to solve problems that are commonly encountered in building web applications. |
org.apache.struts.validator | The validator package provides a series of classes to validate
ActionForm type of input. |
Uses of ModuleConfig in org.apache.struts.action |
Fields in org.apache.struts.action declared as ModuleConfig | |
protected ModuleConfig |
RequestProcessor.appConfig
Deprecated. use moduleConfig instead. |
protected ModuleConfig |
RequestProcessor.moduleConfig
The ModuleConfiguration we are associated with. |
Methods in org.apache.struts.action that return ModuleConfig | |
protected ModuleConfig |
ActionServlet.getModuleConfig(javax.servlet.http.HttpServletRequest request)
Return the module configuration object for the currently selected module. |
protected ModuleConfig |
ActionServlet.initModuleConfig(java.lang.String prefix,
java.lang.String paths)
Initialize the application configuration information for the specified module. |
Methods in org.apache.struts.action with parameters of type ModuleConfig | |
void |
RequestProcessor.init(ActionServlet servlet,
ModuleConfig moduleConfig)
Initialize this request processor instance. |
void |
PlugIn.init(ActionServlet servlet,
ModuleConfig config)
Receive notification that the specified module is being started up. |
protected RequestProcessor |
ActionServlet.getRequestProcessor(ModuleConfig config)
Look up and return the RequestProcessor responsible for the
specified module, creating a new one if necessary. |
private void |
ActionServlet.parseModuleConfigFile(java.lang.String prefix,
java.lang.String paths,
ModuleConfig config,
org.apache.commons.digester.Digester digester,
java.lang.String path)
Parses one module config file. |
protected void |
ActionServlet.initApplicationDataSources(ModuleConfig config)
Deprecated. use initModuleDataSources(ModuleConfig) |
protected void |
ActionServlet.initModuleDataSources(ModuleConfig config)
Initialize the data sources for the specified module. |
protected void |
ActionServlet.initApplicationPlugIns(ModuleConfig config)
Deprecated. use ActionServlet.initModulePlugIns(ModuleConfig) |
protected void |
ActionServlet.initModulePlugIns(ModuleConfig config)
Initialize the plug ins for the specified module. |
protected void |
ActionServlet.initApplicationMessageResources(ModuleConfig config)
Deprecated. use initModuleMessageResources() |
protected void |
ActionServlet.initModuleMessageResources(ModuleConfig config)
Initialize the application MessageResources for the specified module. |
private void |
ActionServlet.defaultControllerConfig(ModuleConfig config)
Deprecated. Will be removed in a release after Struts 1.1. |
private void |
ActionServlet.defaultFormBeansConfig(ModuleConfig config)
Deprecated. Will be removed in a release after Struts 1.1. |
private void |
ActionServlet.defaultForwardsConfig(ModuleConfig config)
Deprecated. Will be removed in a release after Struts 1.1. |
private void |
ActionServlet.defaultMappingsConfig(ModuleConfig config)
Deprecated. Will be removed in a release after Struts 1.1. |
private void |
ActionServlet.defaultMessageResourcesConfig(ModuleConfig config)
Deprecated. Will be removed in a release after Struts 1.1. |
Uses of ModuleConfig in org.apache.struts.config |
Classes in org.apache.struts.config that implement ModuleConfig | |
class |
ApplicationConfig
Deprecated. Usage replaced by ModuleConfig Interface. |
Fields in org.apache.struts.config declared as ModuleConfig | |
protected ModuleConfig |
FormBeanConfig.moduleConfig
The ModuleConfig with which this form bean definition
is associated. |
protected ModuleConfig |
ActionConfig.moduleConfig
The module configuration with which we are associated. |
Methods in org.apache.struts.config that return ModuleConfig | |
abstract ModuleConfig |
ModuleConfigFactory.createModuleConfig(java.lang.String prefix)
Create and return a newly instansiated ModuleConfig . |
ModuleConfig |
FormBeanConfig.getModuleConfig()
Return the ModuleConfig with which this form bean definition
is associated. |
ModuleConfig |
ActionConfig.getApplicationConfig()
Deprecated. ActionConfig.getModuleConfig() |
ModuleConfig |
ActionConfig.getModuleConfig()
The module configuration with which we are associated. |
Methods in org.apache.struts.config with parameters of type ModuleConfig | |
void |
FormBeanConfig.setModuleConfig(ModuleConfig moduleConfig)
Set the ModuleConfig with which this form bean definition
is associated. |
void |
ActionConfig.setApplicationConfig(ModuleConfig moduleConfig)
Deprecated. ActionConfig.setModuleConfig(ModuleConfig) |
void |
ActionConfig.setModuleConfig(ModuleConfig moduleConfig)
The module configuration with which we are associated. |
Uses of ModuleConfig in org.apache.struts.config.impl |
Classes in org.apache.struts.config.impl that implement ModuleConfig | |
class |
ModuleConfigImpl
The collection of static configuration information that describes a Struts-based module. |
Methods in org.apache.struts.config.impl that return ModuleConfig | |
ModuleConfig |
DefaultModuleConfigFactory.createModuleConfig(java.lang.String prefix)
Create and return a newly instansiated ModuleConfig . |
Uses of ModuleConfig in org.apache.struts.plugins |
Fields in org.apache.struts.plugins declared as ModuleConfig | |
protected ModuleConfig |
ModuleConfigVerifier.config
The ModuleConfig instance for our application module. |
Methods in org.apache.struts.plugins with parameters of type ModuleConfig | |
void |
ModuleConfigVerifier.init(ActionServlet servlet,
ModuleConfig config)
Receive notification that the specified module is being started up. |
Uses of ModuleConfig in org.apache.struts.taglib.html |
Fields in org.apache.struts.taglib.html declared as ModuleConfig | |
protected ModuleConfig |
FormTag.moduleConfig
The module configuration for our module. |
Uses of ModuleConfig in org.apache.struts.tiles |
Methods in org.apache.struts.tiles that return ModuleConfig | |
protected ModuleConfig |
TilesUtilStrutsModulesImpl.getModuleConfig(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext servletContext)
Get the current ModuleConfig. |
Methods in org.apache.struts.tiles with parameters of type ModuleConfig | |
DefinitionsFactory |
TilesUtilStrutsModulesImpl.getDefinitionsFactory(javax.servlet.ServletContext servletContext,
ModuleConfig moduleConfig)
Get definition factory for the module attached to specified moduleConfig. |
DefinitionsFactory |
TilesUtilStrutsImpl.getDefinitionsFactory(javax.servlet.ServletContext servletContext,
ModuleConfig moduleConfig)
Get definition factory for the module attached to the specified moduleConfig. |
void |
TilesRequestProcessor.init(ActionServlet servlet,
ModuleConfig moduleConfig)
Initialize this request processor instance. |
void |
TilesPlugin.init(ActionServlet servlet,
ModuleConfig moduleConfig)
Receive notification that the specified module is being started up. |
protected DefinitionsFactoryConfig |
TilesPlugin.readFactoryConfig(ActionServlet servlet,
ModuleConfig config)
Create FactoryConfig and initialize it from web.xml and struts-config.xml. |
protected java.util.Map |
TilesPlugin.findStrutsPlugInConfigProperties(ActionServlet servlet,
ModuleConfig config)
Find original properties set in the Struts PlugInConfig object. |
protected void |
TilesPlugin.initRequestProcessorClass(ModuleConfig config)
Set RequestProcessor to appropriate Tiles RequestProcessor . |
Uses of ModuleConfig in org.apache.struts.upload |
Methods in org.apache.struts.upload with parameters of type ModuleConfig | |
protected void |
DiskMultipartRequestHandler.retrieveTempDir(ModuleConfig moduleConfig)
Retrieves the temporary directory from either ActionServlet, a context property, or a system property, in that order. |
protected long |
CommonsMultipartRequestHandler.getSizeMax(ModuleConfig mc)
Returns the maximum allowable size, in bytes, of an uploaded file. |
protected long |
CommonsMultipartRequestHandler.getSizeThreshold(ModuleConfig mc)
Returns the size threshold which determines whether an uploaded file will be written to disk or cached in memory. |
protected java.lang.String |
CommonsMultipartRequestHandler.getRepositoryPath(ModuleConfig mc)
Returns the path to the temporary directory to be used for uploaded files which are written to disk. |
Uses of ModuleConfig in org.apache.struts.util |
Methods in org.apache.struts.util that return ModuleConfig | |
static ModuleConfig |
RequestUtils.getRequestModuleConfig(javax.servlet.http.HttpServletRequest request)
Return the current ModuleConfig object stored in request, if it exists, null otherwise. |
static ModuleConfig |
RequestUtils.getModuleConfig(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
Return the ModuleConfig object is it exists, null otherwise. |
static ModuleConfig |
RequestUtils.getModuleConfig(javax.servlet.jsp.PageContext pageContext)
Return the ModuleConfig object if it exists, null if otherwise. |
Methods in org.apache.struts.util with parameters of type ModuleConfig | |
static ActionForm |
RequestUtils.createActionForm(javax.servlet.http.HttpServletRequest request,
ActionMapping mapping,
ModuleConfig moduleConfig,
ActionServlet servlet)
Create (if necessary) and return an ActionForm instance appropriate for this request. |
Uses of ModuleConfig in org.apache.struts.validator |
Fields in org.apache.struts.validator declared as ModuleConfig | |
private ModuleConfig |
ValidatorPlugIn.config
The module configuration for our owning module. |
Methods in org.apache.struts.validator with parameters of type ModuleConfig | |
void |
ValidatorPlugIn.init(ActionServlet servlet,
ModuleConfig config)
Initialize and load our resources. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |