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.

Uses in package org.apache.struts.tiles

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

class
Action Servlet to be used with Tiles and Struts 1.0.x.

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.

Uses in package org.apache.struts.plugins

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

ActionServlet
The ActionServlet instance we are associated with.

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

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

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.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.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 controller servlet to which we are attached.
ActionServlet
The controller servlet instance to which we are attached.
ActionServlet
The ActionServlet instance of our owning application.
ActionServlet
The controller servlet instance to which we are attached.
ActionServlet
The controller servlet we are associated with.

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 controller servlet instance to which we are attached (if servlet is non-null), or release any allocated resources (if servlet is null).
void
Set the controller servlet instance to which we are attached (if servlet is non-null), or release any allocated resources (if servlet is null).
void
Set the ActionServlet instance of our owning application.

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

ActionServlet
Return the controller servlet instance to which we are attached.
ActionServlet
Return the controller servlet instance to which we are attached.
ActionServlet
Return the ActionServlet instance of our owning application.

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.

Copyright B) 2000-2005 - Apache Software Foundation