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

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