Uses of Package
org.apache.struts.action

Packages that use org.apache.struts.action
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.
Configurable commands that may be placed within the request processor.
Contains generic commands.
Commands which are particular to servlet processing.
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 actions package provides special adapters between the incoming HTTP request and the corresponding business logic.
 
 
 
 
The scripting package is the core of the Struts Scripting framework, which builds on Struts Action to allow Struts Actions be written with the scripting language of your choice.
 
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.
Generated classes by antlr to support the validwhen validator.
  • Class
    Description
    An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
    A class that encapsulates the error messages being reported by the validate() method of an ActionForm.
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
    An ActionForward represents a destination to which the controller, RequestProcessor, might be directed to perform a RequestDispatcher.forward or HttpServletResponse.sendRedirect to, as a result of processing activities of an Action class.
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
    An encapsulation of an individual message returned by the validate method of an ActionForm, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.
    A class that encapsulates messages.
    This class is used to store a set of messages associated with a property/key and the position it was initially added to list.
    A subclass of ActionForward which is designed for use in redirecting requests, with support for adding parameters at runtime.
    ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
    Provide a wrapper around an ActionServlet to expose only those methods needed by other objects.
    Specialized subclass of ActionForm that allows the creation of form beans with dynamic sets of properties, without requiring the developer to create a Java class for each type of form bean.
    Implementation of DynaClass for DynaActionForm classes that allow developers to define ActionForms without having to individually code all of the classes.
    Thrown when a token generated by the Cancel tag is found in the request, but the cancellable property for the Action Mapping is not set.
    RequestProcessor contains the processing logic that the ActionServlet performs as it receives each servlet request from the container.
  • Class
    Description
    ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
    RequestProcessor contains the processing logic that the ActionServlet performs as it receives each servlet request from the container.
  • Class
    Description
    An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
    A class that encapsulates the error messages being reported by the validate() method of an ActionForm.
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
  • Class
    Description
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
  • Class
    Description
    An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
    A class that encapsulates the error messages being reported by the validate() method of an ActionForm.
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
  • Class
    Description
    An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
    A class that encapsulates messages.
    ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
  • Class
    Description
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
    An ActionFormBean is the definition of a form bean that is loaded from a <form-bean> element in the Struts configuration file.
    An ActionForward represents a destination to which the controller, RequestProcessor, might be directed to perform a RequestDispatcher.forward or HttpServletResponse.sendRedirect to, as a result of processing activities of an Action class.
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
    A class that encapsulates messages.
    ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
    Implementation of DynaClass for DynaActionForm classes that allow developers to define ActionForms without having to individually code all of the classes.
  • Class
    Description
    An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
    An ActionForward represents a destination to which the controller, RequestProcessor, might be directed to perform a RequestDispatcher.forward or HttpServletResponse.sendRedirect to, as a result of processing activities of an Action class.
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
  • Class
    Description
    ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
    A PlugIn is a configuration wrapper for a module-specific resource or service that needs to be notified about application startup and application shutdown events (corresponding to when the container calls init and destroy on the corresponding ActionServlet instance).
  • Class
    Description
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
    Specialized subclass of ActionForm that allows the creation of form beans with dynamic sets of properties, without requiring the developer to create a Java class for each type of form bean.
  • Class
    Description
    An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
    An ActionForward represents a destination to which the controller, RequestProcessor, might be directed to perform a RequestDispatcher.forward or HttpServletResponse.sendRedirect to, as a result of processing activities of an Action class.
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
    Thrown when a token generated by the Cancel tag is found in the request, but the cancellable property for the Action Mapping is not set.
    RequestProcessor contains the processing logic that the ActionServlet performs as it receives each servlet request from the container.
  • Class
    Description
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
    A class that encapsulates messages.
    ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
  • Class
    Description
    An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
    A class that encapsulates the error messages being reported by the validate() method of an ActionForm.
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
    An ActionForward represents a destination to which the controller, RequestProcessor, might be directed to perform a RequestDispatcher.forward or HttpServletResponse.sendRedirect to, as a result of processing activities of an Action class.
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
    A class that encapsulates messages.
  • Class
    Description
    A class that encapsulates messages.
  • Class
    Description
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
    An encapsulation of an individual message returned by the validate method of an ActionForm, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.
    ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
  • Class
    Description
    An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
    ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
    A PlugIn is a configuration wrapper for a module-specific resource or service that needs to be notified about application startup and application shutdown events (corresponding to when the container calls init and destroy on the corresponding ActionServlet instance).
    RequestProcessor contains the processing logic that the ActionServlet performs as it receives each servlet request from the container.
  • Class
    Description
    An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
    An ActionForward represents a destination to which the controller, RequestProcessor, might be directed to perform a RequestDispatcher.forward or HttpServletResponse.sendRedirect to, as a result of processing activities of an Action class.
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
  • Class
    Description
    ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
    A PlugIn is a configuration wrapper for a module-specific resource or service that needs to be notified about application startup and application shutdown events (corresponding to when the container calls init and destroy on the corresponding ActionServlet instance).
    RequestProcessor contains the processing logic that the ActionServlet performs as it receives each servlet request from the container.
  • Class
    Description
    An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
    An ActionForward represents a destination to which the controller, RequestProcessor, might be directed to perform a RequestDispatcher.forward or HttpServletResponse.sendRedirect to, as a result of processing activities of an Action class.
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
  • Class
    Description
    An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
  • Class
    Description
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
    ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
  • Class
    Description
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
    An encapsulation of an individual message returned by the validate method of an ActionForm, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.
    A subclass of ActionForward which is designed for use in redirecting requests, with support for adding parameters at runtime.
    ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
  • Class
    Description
    A class that encapsulates the error messages being reported by the validate() method of an ActionForm.
    An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
    An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
    An encapsulation of an individual message returned by the validate method of an ActionForm, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.
    A class that encapsulates messages.
    ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
    Specialized subclass of ActionForm that allows the creation of form beans with dynamic sets of properties, without requiring the developer to create a Java class for each type of form bean.
    A PlugIn is a configuration wrapper for a module-specific resource or service that needs to be notified about application startup and application shutdown events (corresponding to when the container calls init and destroy on the corresponding ActionServlet instance).
  • Class
    Description
    A class that encapsulates messages.