Package com.atlassian.bamboo.ww2.results
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVER_SOY_MODULE_KEY
-
Constructor Summary
Constructors Constructor Description SoyResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute(String template, com.opensymphony.xwork2.ActionInvocation actionInvocation)
static String
getContentType()
void
setOsgiServiceProxyFactory(OsgiServiceProxyFactory osgiServiceProxyFactory)
-
-
-
Field Detail
-
SERVER_SOY_MODULE_KEY
public static final String SERVER_SOY_MODULE_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
doExecute
protected void doExecute(String template, com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
- Specified by:
doExecute
in classorg.apache.struts2.result.StrutsResultSupport
- Throws:
Exception
-
getContentType
public static String getContentType()
-
setOsgiServiceProxyFactory
public void setOsgiServiceProxyFactory(OsgiServiceProxyFactory osgiServiceProxyFactory)
-
-