List of usage examples for com.liferay.portal.kernel.portlet LiferayPortlet subclass-usage
From source file com.liferay.portlet.tagscompiler.TagsCompilerPortlet.java
/** * @author Brian Wing Shun Chan */ public class TagsCompilerPortlet extends LiferayPortlet { @Override
From source file com.liferay.testmisc.portlet.TestPortlet.java
/** * @author Brian Wing Shun Chan * @author Amos Fong */ public class TestPortlet extends LiferayPortlet {
From source file com.liferay.util.bridges.mvc.MVCPortlet.java
/** * @author Brian Wing Shun Chan * @author Raymond Aug */ public class MVCPortlet extends LiferayPortlet {
From source file com.liferay.util.bridges.wai.WAIPortlet.java
/** * @author Jorge Ferrer * @author Connor McKay */ public class WAIPortlet extends LiferayPortlet {