List of usage examples for com.liferay.portal.struts FindStrutsAction subclass-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 {