StrutsCommand is an abstract class for representing the
method by which next view page should be included.
Right now, there are 3 ways by which struts transfers
controlls to view page. These are forward/include/ActionForwrd.
Correspondingly, there are 3 subclass for StrutsCommand viz.
ForwardCommand, IncludeCommand and ForwardConfigCommand.
Constructor Summary
public
StrutsCommand(HttpServletRequest request) Request attributes set in the HttpServletRequest
during the processAction should be available to the
view during render request.
getRequest(HttpServletRequest request) Every command class extending StrutsCommand will use
following method to popuplate all the request attribute
stored during processAction before passing it to the
respective view processing methods.
Following method will be implemented by various StrutsCommands
Parameters: processor - Parameters: request - Parameters: response - throws: IOException - throws: ServletException -
Every command class extending StrutsCommand will use
following method to popuplate all the request attribute
stored during processAction before passing it to the
respective view processing methods.
Parameters: request -