Liferay 6.1.2-ce-ga3

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
defaultLocale, servlet
 
Constructor Summary
JSONWebServiceServiceAction(String servletContextPath, ClassLoader classLoader)
           
 
Method Summary
 void destroy()
           
 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  String getReroutePath()
           
 
Methods inherited from class com.liferay.portal.action.JSONServiceAction
checkMethodGuestAccess, getArgValue, getMethodAndParameterTypes, getReturnValue, getStringArrayFromJSON, getTypeNameOrClassDescriptor, isValidRequest
 
Methods inherited from class com.liferay.portal.struts.JSONAction
checkAuthToken, execute, isAccessAllowed, rerouteExecute, setServletContext
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, 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(String servletContextPath,
                                   ClassLoader classLoader)
Method Detail

destroy

public void destroy()

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

getReroutePath

protected String getReroutePath()
Overrides:
getReroutePath in class JSONServiceAction

Liferay 6.1.2-ce-ga3