Frames | No Frames |
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 | 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. |
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. |
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. |
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
|
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). |
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. |
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. |