Class SoyResult

java.lang.Object
org.apache.struts2.result.StrutsResultSupport
com.atlassian.bamboo.ww2.results.SoyResult
All Implemented Interfaces:
com.opensymphony.xwork2.Result, Serializable, org.apache.struts2.StrutsStatics

public class SoyResult extends org.apache.struts2.result.StrutsResultSupport
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doExecute(String template, com.opensymphony.xwork2.ActionInvocation actionInvocation)
     
    static String
     
    void
     

    Methods inherited from class org.apache.struts2.result.StrutsResultSupport

    conditionalParse, conditionalParseCollection, execute, getLastFinalLocation, getLocation, setEncode, setLocation, setParse

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • SoyResult

      public SoyResult()
  • Method Details

    • doExecute

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

      public static String getContentType()
    • setOsgiServiceProxyFactory

      public void setOsgiServiceProxyFactory(OsgiServiceProxyFactory osgiServiceProxyFactory)