Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.struts.JSONAction

Packages that use JSONAction
com.liferay.portal.action   
com.liferay.portal.jsonwebservice   
com.liferay.portal.servlet   
com.liferay.portlet.asset.action   
com.liferay.portlet.layoutsadmin.action   
com.liferay.portlet.portletconfiguration.action   
com.liferay.portlet.quicknote.action   
com.liferay.portlet.ratings.action   
 

Uses of JSONAction in com.liferay.portal.action
 

Subclasses of JSONAction in com.liferay.portal.action
 class JSONServiceAction
           
 class UpdateLayoutAction
           
 

Uses of JSONAction in com.liferay.portal.jsonwebservice
 

Subclasses of JSONAction in com.liferay.portal.jsonwebservice
 class JSONWebServiceServiceAction
           
 

Methods in com.liferay.portal.jsonwebservice that return JSONAction
protected  JSONAction JSONWebServiceServlet.getJSONAction(javax.servlet.ServletContext servletContext)
           
 

Uses of JSONAction in com.liferay.portal.servlet
 

Methods in com.liferay.portal.servlet that return JSONAction
protected  JSONAction JSONServlet.getJSONAction(javax.servlet.ServletContext servletContext)
           
 

Uses of JSONAction in com.liferay.portlet.asset.action
 

Subclasses of JSONAction in com.liferay.portlet.asset.action
 class GetCategoriesAction
           
 

Uses of JSONAction in com.liferay.portlet.layoutsadmin.action
 

Subclasses of JSONAction in com.liferay.portlet.layoutsadmin.action
 class GetLayoutsAction
           
 

Uses of JSONAction in com.liferay.portlet.portletconfiguration.action
 

Subclasses of JSONAction in com.liferay.portlet.portletconfiguration.action
 class GetLookAndFeelAction
           
 class UpdateLookAndFeelAction
           
 class UpdateTitleAction
           
 

Uses of JSONAction in com.liferay.portlet.quicknote.action
 

Subclasses of JSONAction in com.liferay.portlet.quicknote.action
 class SaveAction
           
 

Uses of JSONAction in com.liferay.portlet.ratings.action
 

Subclasses of JSONAction in com.liferay.portlet.ratings.action
 class RateEntryAction
           
 


Liferay 6.1.2-ce-ga3