Example usage for com.liferay.portal.kernel.portlet PortletURLFactory interface-usage

List of usage examples for com.liferay.portal.kernel.portlet PortletURLFactory interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.portlet PortletURLFactory interface-usage.

Usage

From source file com.liferay.portlet.PortletURLFactoryImpl.java

/**
 * @author Brian Wing Shun Chan
 */
public class PortletURLFactoryImpl implements PortletURLFactory {

    public LiferayPortletURL create(HttpServletRequest request, String portletName, long plid, String lifecycle) {