public class PortletURLFactoryImpl extends Object implements com.liferay.portal.kernel.portlet.PortletURLFactory
| Constructor and Description |
|---|
PortletURLFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.portlet.LiferayPortletURL |
create(javax.servlet.http.HttpServletRequest request,
String portletId,
com.liferay.portal.kernel.model.Layout layout,
String lifecycle) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
create(javax.servlet.http.HttpServletRequest request,
String portletId,
long plid,
String lifecycle) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
create(PortletRequest portletRequest,
String portletId,
com.liferay.portal.kernel.model.Layout layout,
String lifecycle) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
create(PortletRequest portletRequest,
String portletId,
long plid,
String lifecycle) |
public com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest request,
String portletId,
com.liferay.portal.kernel.model.Layout layout,
String lifecycle)
create in interface com.liferay.portal.kernel.portlet.PortletURLFactorypublic com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest request,
String portletId,
long plid,
String lifecycle)
create in interface com.liferay.portal.kernel.portlet.PortletURLFactorypublic com.liferay.portal.kernel.portlet.LiferayPortletURL create(PortletRequest portletRequest, String portletId, com.liferay.portal.kernel.model.Layout layout, String lifecycle)
create in interface com.liferay.portal.kernel.portlet.PortletURLFactorypublic com.liferay.portal.kernel.portlet.LiferayPortletURL create(PortletRequest portletRequest, String portletId, long plid, String lifecycle)
create in interface com.liferay.portal.kernel.portlet.PortletURLFactory