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

Packages that use ActionServlet
org.apache.struts.action The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. 
org.apache.struts.chain Contains the new ComposableRequestProcessor which was introduced in Struts 1.3. 
org.apache.struts.chain.contexts This package provides objects that encapsulate access to the request and session-scoped resources to service command processing. 
org.apache.struts.config The "config" package contains configuration objects that correspond to elements that may be specified in the struts-config.xml module configuration file. 
org.apache.struts.faces.util   
org.apache.struts.mock Mock objects of the Struts Framework. 
org.apache.struts.plugins   
org.apache.struts.taglib.html The "struts-html" tag library contains JSP custom tags useful in creating dynamic HTML user interfaces, including input forms. 
org.apache.struts.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
org.apache.struts.upload The upload package facilities to upload files using multi-part requests. 
org.apache.struts.util The Utilities package provides a variety of families of classes, to solve problems that are commonly encountered in building web applications. 
org.apache.struts.validator The validator package provides a series of classes to validate ActionForm type of input. 
 

Uses of ActionServlet in org.apache.struts.action
 

Fields in org.apache.struts.action declared as ActionServlet
protected  ActionServlet RequestProcessor.servlet
          The servlet with which we are associated.
protected  ActionServlet ActionServletWrapper.servlet
          The servlet instance to which we are attached.
protected  ActionServlet ActionForm.servlet
          The servlet instance to which we are attached.
protected  ActionServlet Action.servlet
          The servlet to which we are attached.
 

Methods in org.apache.struts.action that return ActionServlet
protected  ActionServlet ActionForm.getServlet()
          Return the servlet instance to which we are attached.
 ActionServlet Action.getServlet()
          Return the servlet instance to which we are attached.
 

Methods in org.apache.struts.action with parameters of type ActionServlet
 void RequestProcessor.init(ActionServlet servlet, ModuleConfig moduleConfig)
          Initialize this request processor instance.
 void PlugIn.init(ActionServlet servlet, ModuleConfig config)
          Receive notification that the specified module is being started up.
 void ActionForm.setServlet(ActionServlet servlet)
          Set the servlet instance to which we are attached (if servlet is non-null).
 void Action.setServlet(ActionServlet servlet)
          Set the servlet instance to which we are attached (if servlet is non-null), or release any allocated resources (if servlet is null).
 

Constructors in org.apache.struts.action with parameters of type ActionServlet
ActionServletWrapper(ActionServlet servlet)
          Create object and set servlet property.
 

Uses of ActionServlet in org.apache.struts.chain
 

Methods in org.apache.struts.chain with parameters of type ActionServlet
 void ComposableRequestProcessor.init(ActionServlet servlet, ModuleConfig moduleConfig)
          Initialize this request processor instance.
protected  void ComposableRequestProcessor.initCatalogFactory(ActionServlet servlet, ModuleConfig moduleConfig)
           Establish the CatalogFactory which will be used to look up the catalog which has the request processing command.
 

Uses of ActionServlet in org.apache.struts.chain.contexts
 

Methods in org.apache.struts.chain.contexts that return ActionServlet
 ActionServlet ServletActionContext.getActionServlet()
           Return the ActionServlet for this context.
 

Methods in org.apache.struts.chain.contexts with parameters of type ActionServlet
 void ServletActionContext.setActionServlet(ActionServlet servlet)
           Set the ActionServlet instance for this context.
 

Uses of ActionServlet in org.apache.struts.config
 

Methods in org.apache.struts.config with parameters of type ActionServlet
 ActionForm FormBeanConfig.createActionForm(ActionServlet servlet)
          Create and return an ActionForm instance appropriate to the information in this FormBeanConfig.
 

Uses of ActionServlet in org.apache.struts.faces.util
 

Methods in org.apache.struts.faces.util that return ActionServlet
 ActionServlet StrutsContext.getActionServlet()
          Return the ActionServlet instance for this web application.
 

Uses of ActionServlet in org.apache.struts.mock
 

Subclasses of ActionServlet in org.apache.struts.mock
 class MockActionServlet
          Mock ActionServlet object for low-level unit tests of Struts controller components.
 

Methods in org.apache.struts.mock that return ActionServlet
 ActionServlet MockMultipartRequestHandler.getServlet()
          Get the mock ActionServlet instance.
 

Methods in org.apache.struts.mock with parameters of type ActionServlet
 void MockMultipartRequestHandler.setServlet(ActionServlet servlet)
          Convienience method to set a reference to a mock ActionServlet instance.
 

Uses of ActionServlet in org.apache.struts.plugins
 

Fields in org.apache.struts.plugins declared as ActionServlet
protected  ActionServlet ModuleConfigVerifier.servlet
          The ActionServlet instance we are associated with.
protected  ActionServlet DigestingPlugIn.servlet
           
 

Methods in org.apache.struts.plugins with parameters of type ActionServlet
 void ModuleConfigVerifier.init(ActionServlet servlet, ModuleConfig config)
           
 void DigestingPlugIn.init(ActionServlet servlet, ModuleConfig config)
          Initialize a Digester and use it to parse a configuration file, resulting in a root object which will be placed into the ServletContext.
 

Uses of ActionServlet in org.apache.struts.taglib.html
 

Fields in org.apache.struts.taglib.html declared as ActionServlet
protected  ActionServlet FormTag.servlet
          The ActionServlet instance we are associated with (so that we can initialize the servlet property on any form bean that we create).
 

Uses of ActionServlet in org.apache.struts.tiles
 

Subclasses of ActionServlet in org.apache.struts.tiles
 class RedeployableActionServlet
           WebLogic (at least v6 and v7) attempts to serialize the TilesRequestProcessor when re-deploying the Webapp in development mode.
 

Methods in org.apache.struts.tiles with parameters of type ActionServlet
protected  Map TilesPlugin.findStrutsPlugInConfigProperties(ActionServlet servlet, ModuleConfig config)
          Find original properties set in the Struts PlugInConfig object.
 void TilesRequestProcessor.init(ActionServlet servlet, ModuleConfig moduleConfig)
          Initialize this request processor instance.
 void TilesPlugin.init(ActionServlet servlet, ModuleConfig moduleConfig)
          Receive notification that the specified module is being started up.
protected  DefinitionsFactoryConfig TilesPlugin.readFactoryConfig(ActionServlet servlet, ModuleConfig config)
          Create FactoryConfig and initialize it from web.xml and struts-config.xml.
 

Uses of ActionServlet in org.apache.struts.upload
 

Methods in org.apache.struts.upload that return ActionServlet
 ActionServlet MultipartRequestHandler.getServlet()
           Get the ActionServlet instance
 ActionServlet CommonsMultipartRequestHandler.getServlet()
           Retrieves the servlet with which this handler is associated.
 

Methods in org.apache.struts.upload with parameters of type ActionServlet
 void MultipartRequestHandler.setServlet(ActionServlet servlet)
           Convienience method to set a reference to a working ActionServlet instance.
 void CommonsMultipartRequestHandler.setServlet(ActionServlet servlet)
           Sets the servlet with which this handler is associated.
 

Uses of ActionServlet in org.apache.struts.util
 

Methods in org.apache.struts.util with parameters of type ActionServlet
static String RequestUtils.actionIdURL(ForwardConfig forward, HttpServletRequest request, ActionServlet servlet)
          Returns the true path of the destination action if the specified forward is an action-aliased URL.
static String RequestUtils.actionIdURL(String originalPath, ModuleConfig moduleConfig, ActionServlet servlet)
          Returns the true path of the destination action if the specified forward is an action-aliased URL.
static ActionForm RequestUtils.createActionForm(FormBeanConfig config, ActionServlet servlet)
          Create and return an ActionForm instance appropriate to the information in config.
static ActionForm RequestUtils.createActionForm(HttpServletRequest request, ActionMapping mapping, ModuleConfig moduleConfig, ActionServlet servlet)
          Create (if necessary) and return an ActionForm instance appropriate for this request.
static String RequestUtils.getServletMapping(ActionServlet servlet)
          Retrieves the servlet mapping pattern for the specified ActionServlet.
 

Uses of ActionServlet in org.apache.struts.validator
 

Methods in org.apache.struts.validator with parameters of type ActionServlet
 void ValidatorPlugIn.init(ActionServlet servlet, ModuleConfig config)
          Initialize and load our resources.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.