Class RawTextResult

  • All Implemented Interfaces:
    com.opensymphony.xwork2.Result, Serializable, org.apache.struts2.StrutsStatics

    public class RawTextResult
    extends org.apache.struts2.result.StrutsResultSupport
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.struts2.result.StrutsResultSupport

        DEFAULT_PARAM, DEFAULT_URL_ENCODING, parseLocation
      • Fields inherited from interface org.apache.struts2.StrutsStatics

        HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT
    • Constructor Summary

      Constructors 
      Constructor Description
      RawTextResult()  
    • Constructor Detail

      • RawTextResult

        public RawTextResult()
    • Method Detail

      • doExecute

        protected void doExecute​(String finalLocation,
                                 com.opensymphony.xwork2.ActionInvocation actionInvocation)
                          throws Exception
        Specified by:
        doExecute in class org.apache.struts2.result.StrutsResultSupport
        Throws:
        Exception