When running Weblogic Server 6.1, this class should be
specified in web.xml instead of
FilterDispatcher .
This class properly handles the weblogic.jar handling
of servlet filters.
A custom Result type for setting HTTP headers and status by optionally evaluating against the ValueStack.
This result type takes the following parameters:
status - the http servlet response status code that should be set on a response.
This result uses the
ActionMapper provided by the
ActionMapperFactory to redirect the browser to a
URL that invokes the specified action and (optional) namespace.
A base class for all Struts action execution results.
The "location" param is the default parameter, meaning the most common usage of this result would be:
This class provides two common parameters for any subclass:
location - the location to go to after execution (could be a jsp page or another action).
It can be parsed as per the rules definied in the
TextParseUtil.translateVariables(java.lang.Stringcom.opensymphony.xwork2.util.ValueStack) translateVariables method
Using the Servlet container's
JspFactory , this result mocks a JSP
execution environment and then displays a Velocity template that will be
streamed directly to the servlet output.
This result type takes the following parameters:
location (default) - the location of the template to process.