Liferay 7.0-ga1 portal-impl

com.liferay.portal.jsonwebservice
Class JSONWebServiceServiceAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.liferay.portal.struts.JSONAction
          extended by com.liferay.portal.action.JSONServiceAction
              extended by com.liferay.portal.jsonwebservice.JSONWebServiceServiceAction

public class JSONWebServiceServiceAction
extends JSONServiceAction


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
servlet
 
Constructor Summary
JSONWebServiceServiceAction()
           
 
Method Summary
protected  String getCSRFOrigin(javax.servlet.http.HttpServletRequest request)
           
 String getJSON(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  com.liferay.portal.kernel.jsonwebservice.JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request)
           
protected  String getReroutePath()
           
protected  String getThrowableMessage(Throwable throwable)
           
 
Methods inherited from class com.liferay.portal.action.JSONServiceAction
getArgValue, getMethodAndParameterTypes, getReturnValue, getStringArrayFromJSON, getTypeNameOrClassDescriptor, isValidRequest
 
Methods inherited from class com.liferay.portal.struts.JSONAction
checkAuthToken, execute, rerouteExecute, setServletContext
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONWebServiceServiceAction

public JSONWebServiceServiceAction()
Method Detail

getJSON

public String getJSON(org.apache.struts.action.ActionMapping actionMapping,
                      org.apache.struts.action.ActionForm actionForm,
                      javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws Exception
Overrides:
getJSON in class JSONServiceAction
Throws:
Exception

getCSRFOrigin

protected String getCSRFOrigin(javax.servlet.http.HttpServletRequest request)
Overrides:
getCSRFOrigin in class JSONServiceAction
See Also:
JSONServiceAction.getCSRFOrigin(HttpServletRequest)

getJSONWebServiceAction

protected com.liferay.portal.kernel.jsonwebservice.JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request)
                                                                                         throws com.liferay.portal.kernel.jsonwebservice.NoSuchJSONWebServiceException
Throws:
com.liferay.portal.kernel.jsonwebservice.NoSuchJSONWebServiceException

getReroutePath

protected String getReroutePath()
Overrides:
getReroutePath in class JSONServiceAction

getThrowableMessage

protected String getThrowableMessage(Throwable throwable)

Liferay 7.0-ga1 portal-impl