Uses of Class org.apache.struts.action.ActionServlet

Uses in package org.apache.struts.util

Methods with parameter type org.apache.struts.action.ActionServlet

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

Uses in package org.apache.struts.upload

Fields of type org.apache.struts.action.ActionServlet

ActionServlet
The servlet with which this handler is associated.
ActionServlet
The ActionServlet instance used for this class.

Methods with parameter type org.apache.struts.action.ActionServlet

void
Sets the servlet with which this handler is associated.
void
Convienience method to set a reference to a working ActionServlet instance.
void
Convienience method to set a reference to a working ActionServlet instance.

Methods with return type org.apache.struts.action.ActionServlet

ActionServlet
Retrieves the servlet with which this handler is associated.
ActionServlet
Get the ActionServlet instance
ActionServlet
Get the ActionServlet instance

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

Fields of type org.apache.struts.action.ActionServlet

ActionServlet
The ActionServlet instance we are associated with (so that we can initialize the servlet property on any form bean that we create).

Uses in package org.apache.struts.plugins

Fields of type org.apache.struts.action.ActionServlet

ActionServlet
ActionServlet
The ActionServlet instance we are associated with.

Methods with parameter type org.apache.struts.action.ActionServlet

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

Constructors with parameter type org.apache.struts.action.ActionServlet

Create object and set servlet property.

Fields of type org.apache.struts.action.ActionServlet

ActionServlet
The servlet to which we are attached.
ActionServlet
The servlet instance to which we are attached.
ActionServlet
The servlet instance to which we are attached.
ActionServlet
The servlet with which we are associated.

Methods with parameter type org.apache.struts.action.ActionServlet

void
Receive notification that the specified module is being started up.
void
Initialize this request processor instance.
void
Set the servlet instance to which we are attached (if servlet is non-null), or release any allocated resources (if servlet is null).
void
Set the servlet instance to which we are attached (if servlet is non-null), or release any allocated resources (if servlet is null).

Methods with return type org.apache.struts.action.ActionServlet

ActionServlet
Return the servlet instance to which we are attached.
ActionServlet
Return the servlet instance to which we are attached.

Uses in package org.apache.struts.config

Methods with parameter type org.apache.struts.action.ActionServlet

ActionForm
Create and return an ActionForm instance appropriate to the information in this FormBeanConfig.

Uses in package org.apache.struts.actions

Classes derived from org.apache.struts.action.ActionServlet

class
WebLogic (at least v6 and v7) attempts to serialize the TilesRequestProcessor when re-deploying the Webapp in development mode.

Uses in package org.apache.struts.validator

Fields of type org.apache.struts.action.ActionServlet

ActionServlet
The ActionServlet owning this application.

Methods with parameter type org.apache.struts.action.ActionServlet

void
Initialize and load our resources.

Uses in package org.apache.struts.tiles

Methods with parameter type org.apache.struts.action.ActionServlet

Map
Find original properties set in the Struts PlugInConfig object.
void
TilesPlugin.init(ActionServlet servlet, ModuleConfig moduleConfig)
Receive notification that the specified module is being started up.
void
Initialize this request processor instance.
DefinitionsFactoryConfig
Create FactoryConfig and initialize it from web.xml and struts-config.xml.

Copyright B) 2000-2007 - The Apache Software Foundation