Class JsonResult

java.lang.Object
org.apache.struts2.result.StrutsResultSupport
com.atlassian.confluence.json.JsonResult
All Implemented Interfaces:
com.opensymphony.xwork2.Result, Serializable, org.apache.struts2.StrutsStatics

@Deprecated public class JsonResult extends org.apache.struts2.result.StrutsResultSupport
Deprecated.
since 8.6.0. Use a JAX-RS resource instead.
This result will format the result of an action using JSON. It will look at the JSONString property of the action. This result will set the content type to 'application/javascript'.
See Also:
  • 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

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

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doExecute(String finalDestination, com.opensymphony.xwork2.ActionInvocation actionInvocation)
    Deprecated.
     
    getJsonString(com.opensymphony.xwork2.ActionInvocation actionInvocation)
    Deprecated.
     
    void
    Deprecated.
     

    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
  • Constructor Details

    • JsonResult

      public JsonResult()
      Deprecated.
  • Method Details

    • doExecute

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

      public void setJsonator(Jsonator<Object> jsonator)
      Deprecated.
    • getJsonString

      public String getJsonString(com.opensymphony.xwork2.ActionInvocation actionInvocation)
      Deprecated.