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

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

Introduction

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

Usage

From source file com.liferay.bookmarks.web.internal.portlet.action.FindFolderAction.java

/**
 * @author Alexander Chow
 */
@Component(property = "path=/bookmarks/find_folder", service = StrutsAction.class)
public class FindFolderAction extends FindStrutsAction {

From source file com.liferay.wiki.web.internal.portlet.action.FindPageAction.java

/**
 * @author Samuel Kong
 */
@Component(property = "path=/wiki/find_page", service = StrutsAction.class)
public class FindPageAction extends FindStrutsAction {