Example usage for com.liferay.portal.struts JSONAction subclass-usage

List of usage examples for com.liferay.portal.struts JSONAction subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.struts JSONAction subclass-usage.

Usage

From source file com.liferay.portlet.asset.action.GetCategoriesAction.java

/**
 * @author Eduardo Lundgren
 */
public class GetCategoriesAction extends JSONAction {

    @Override

From source file com.liferay.portlet.layoutsadmin.action.GetLayoutsAction.java

/**
 * @author Eduardo Lundgren
 */
public class GetLayoutsAction extends JSONAction {

    @Override

From source file com.liferay.portlet.layoutsadmin.action.UpdateLayoutAction.java

/**
 * @author Ming-Gih Lam
 * @author Hugo Huijser
 */
public class UpdateLayoutAction extends JSONAction {

From source file com.liferay.portlet.portletconfiguration.action.GetLookAndFeelAction.java

/**
 * @author Brian Wing Shun Chan
 */
public class GetLookAndFeelAction extends JSONAction {

    @Override

From source file com.liferay.portlet.portletconfiguration.action.UpdateLookAndFeelAction.java

/**
 * @author Brian Wing Shun Chan
 * @author Wilson Man
 */
public class UpdateLookAndFeelAction extends JSONAction {

From source file com.liferay.portlet.portletconfiguration.action.UpdateTitleAction.java

/**
 * @author Ming-Gih Lam
 */
public class UpdateTitleAction extends JSONAction {

    @Override

From source file com.liferay.portlet.quicknote.action.SaveAction.java

/**
 * @author Alexander Chow
 */
public class SaveAction extends JSONAction {

    @Override

From source file com.liferay.portlet.ratings.action.RateEntryAction.java

/**
 * @author Brian Wing Shun Chan
 */
public class RateEntryAction extends JSONAction {

    @Override