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

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.
String
RequestUtils.forwardURL(HttpServletRequest request, ForwardConfig forward, ModuleConfig moduleConfig)
Return the context-relative URL that corresponds to the specified ForwardConfig.

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

ModuleConfig
ModuleUtils.getModuleConfig(HttpServletRequest request)
Return the current ModuleConfig object stored in request, if it exists, null otherwise.
ModuleConfig
ModuleUtils.getModuleConfig(HttpServletRequest request, ServletContext context)
Return the ModuleConfig object is it exists, null otherwise.
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
ModuleUtils.getModuleConfig(String prefix, HttpServletRequest request, ServletContext context)
Return the desired ModuleConfig object stored in context, if it exists, otherwise return the current ModuleConfig
ModuleConfig
ModuleUtils.getModuleConfig(String prefix, ServletContext context)
Return the desired ModuleConfig object stored in context, if it exists, null 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.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.taglib.html

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

ModuleConfig
The module configuration for our module.

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

String
JavascriptValidatorTag.createDynamicJavascript(ModuleConfig config, ValidatorResources resources, Locale locale, Form form)
Generates the dynamic JavaScript for the form.
boolean
Convenience method to test whether this is the default module or if contestRelative has been set.
boolean
Determines if validations should stop on an error.

Uses in package org.apache.struts.taglib

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

String
TagUtils.pageURL(HttpServletRequest request, String page, ModuleConfig moduleConfig)
Return the context-relative URL that corresponds to the specified page attribute value, calculated based on the pagePattern property of the current module's ModuleConfig.

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

ModuleConfig
TagUtils.getModuleConfig(PageContext pageContext)
Return the ModuleConfig object if it exists, null if otherwise.
ModuleConfig
TagUtils.getModuleConfig(String module, PageContext pageContext)
Return the ModuleConfig object for the given prefix if it exists, null if otherwise.

Uses in package org.apache.struts.plugins

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

ModuleConfig
The ModuleConfig instance for our module.
ModuleConfig

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

void
Initialize a Digester and use it to parse a configuration file, resulting in a root object which will be placed into the ServletContext.
void

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.action

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

ModuleConfig
The ModuleConfiguration with which we are associated.

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

RequestProcessor
Returns the RequestProcessor for the given module or null if one does not exist.
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.

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 module configuration information for the specified module.

Uses in package org.apache.struts.config

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

ModuleConfig
The module configuration with which we are associated.

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

void
The module configuration with which we are 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.

Uses in package org.apache.struts.actions

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

RequestProcessor
Look up and return the RequestProcessor responsible for the specified module, creating a new one if necessary.

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.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
TilesPlugin.initDefinitionsFactory(ServletContext servletContext, ModuleConfig moduleConfig, DefinitionsFactoryConfig factoryConfig)
Initialize the DefinitionsFactory this module will use.
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.

Copyright B) 2000-2007 - The Apache Software Foundation