Uses of Interface org.apache.struts.config.ModuleConfig

Uses in package org.apache.struts.plugins

Fields of type org.apache.struts.config.ModuleConfig

ModuleConfig
The ModuleConfig instance for our application module.

Methods with parameter type org.apache.struts.config.ModuleConfig

void
Receive notification that the specified module is being started up.

Uses in package org.apache.struts.config.impl

Classes implementing org.apache.struts.config.ModuleConfig

class
The collection of static configuration information that describes a Struts-based module.

Methods with return type org.apache.struts.config.ModuleConfig

ModuleConfig
Create and return a newly instansiated ModuleConfig.

Uses in package org.apache.struts.config

Classes implementing org.apache.struts.config.ModuleConfig

class
The collection of static configuration information that describes a Struts-based application module.

Fields of type org.apache.struts.config.ModuleConfig

ModuleConfig
The module configuration with which we are associated.
ModuleConfig
The ModuleConfig with which this form bean definition is associated.

Methods with parameter type org.apache.struts.config.ModuleConfig

void
The module configuration with which we are associated.
void
The module configuration with which we are associated.
void
Set the ModuleConfig with which this form bean definition is associated.

Methods with return type org.apache.struts.config.ModuleConfig

ModuleConfig
Create and return a newly instansiated ModuleConfig.
ModuleConfig
The module configuration with which we are associated.
ModuleConfig
The module configuration with which we are associated.
ModuleConfig
Return the ModuleConfig with which this form bean definition is associated.

Uses in package org.apache.struts.upload

Methods with parameter type org.apache.struts.config.ModuleConfig

String
Returns the path to the temporary directory to be used for uploaded files which are written to disk.
long
Returns the maximum allowable size, in bytes, of an uploaded file.
long
Returns the size threshold which determines whether an uploaded file will be written to disk or cached in memory.
void
Retrieves the temporary directory from either ActionServlet, a context property, or a system property, in that order.

Uses in package org.apache.struts.action

Fields of type org.apache.struts.config.ModuleConfig

ModuleConfig
The ModuleConfiguration we are associated with.
ModuleConfig
The ModuleConfiguration we are associated with.

Methods with parameter type org.apache.struts.config.ModuleConfig

void
Perform backwards-compatible configuration of the default module's controller configuration from servlet initialization parameters (as were used in Struts 1.0).
void
Perform backwards-compatible configuration of an ActionFormBeans collection, and expose it as a servlet context attribute (as was used in Struts 1.0).
void
Perform backwards-compatible configuration of an ActionForwards collection, and expose it as a servlet context attribute (as was used in Struts 1.0).
void
Perform backwards-compatible configuration of an ActionMappings collection, and expose it as a servlet context attribute (as was used in Struts 1.0).
void
Perform backwards-compatible configuration of the default module's message resources configuration from servlet initialization parameters (as were used in Struts 1.0).
RequestProcessor
Look up and return the RequestProcessor responsible for the specified module, creating a new one if necessary.
void
Receive notification that the specified module is being started up.
void
Initialize this request processor instance.
void
Initialize the data sources for the specified module.
void
Initialize the application MessageResources for the specified module.
void
Initialize the plug ins for the specified module.
void
Initialize the data sources for the specified module.
void
Initialize the application MessageResources for the specified module.
void
Initialize the plug ins for the specified module.
void
ActionServlet.parseModuleConfigFile(String prefix, String paths, ModuleConfig config, Digester digester, String path)
Parses one module config file.

Methods with return type org.apache.struts.config.ModuleConfig

ModuleConfig
ActionServlet.getModuleConfig(HttpServletRequest request)
Return the module configuration object for the currently selected module.
ModuleConfig
ActionServlet.initModuleConfig(String prefix, String paths)
Initialize the application configuration information for the specified module.

Uses in package org.apache.struts.util

Methods with parameter type org.apache.struts.config.ModuleConfig

ActionForm
RequestUtils.createActionForm(HttpServletRequest request, ActionMapping mapping, ModuleConfig moduleConfig, ActionServlet servlet)
Create (if necessary) and return an ActionForm instance appropriate for this request.

Methods with return type org.apache.struts.config.ModuleConfig

ModuleConfig
RequestUtils.getModuleConfig(HttpServletRequest request, ServletContext context)
Return the ModuleConfig object is it exists, null otherwise.
ModuleConfig
RequestUtils.getModuleConfig(PageContext pageContext)
Return the ModuleConfig object if it exists, null if otherwise.
ModuleConfig
RequestUtils.getRequestModuleConfig(HttpServletRequest request)
Return the current ModuleConfig object stored in request, if it exists, null otherwise.

Uses in package org.apache.struts.tiles

Methods with parameter type org.apache.struts.config.ModuleConfig

Map
Find original properties set in the Struts PlugInConfig object.
DefinitionsFactory
TilesUtilStrutsImpl.getDefinitionsFactory(ServletContext servletContext, ModuleConfig moduleConfig)
Get definition factory for the module attached to the specified moduleConfig.
DefinitionsFactory
TilesUtilStrutsModulesImpl.getDefinitionsFactory(ServletContext servletContext, ModuleConfig moduleConfig)
Get definition factory for the module attached to specified moduleConfig.
void
TilesPlugin.init(ActionServlet servlet, ModuleConfig moduleConfig)
Receive notification that the specified module is being started up.
void
Initialize this request processor instance.
void
Set RequestProcessor to appropriate Tiles RequestProcessor.
DefinitionsFactoryConfig
Create FactoryConfig and initialize it from web.xml and struts-config.xml.

Methods with return type org.apache.struts.config.ModuleConfig

ModuleConfig
TilesUtilStrutsModulesImpl.getModuleConfig(HttpServletRequest request, ServletContext servletContext)
Get the current ModuleConfig.

Uses in package org.apache.struts.validator

Fields of type org.apache.struts.config.ModuleConfig

ModuleConfig
The module configuration for our owning module.

Methods with parameter type org.apache.struts.config.ModuleConfig

void
Initialize and load our resources.

Uses in package org.apache.struts.taglib.html

Fields of type org.apache.struts.config.ModuleConfig

ModuleConfig
The module configuration for our module.

Copyright B) 2000-2005 - Apache Software Foundation