com.liferay.portlet
Class PortletURLFactoryImpl
java.lang.Object
com.liferay.portlet.PortletURLFactoryImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.portlet.PortletURLFactory
public class PortletURLFactoryImpl
- extends Object
- implements com.liferay.portal.kernel.portlet.PortletURLFactory
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletURLFactoryImpl
public PortletURLFactoryImpl()
create
public com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest request,
String portletId,
com.liferay.portal.kernel.model.Layout layout,
String lifecycle)
- Specified by:
create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
create
public com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest request,
String portletId,
long plid,
String lifecycle)
- Specified by:
create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
create
public com.liferay.portal.kernel.portlet.LiferayPortletURL create(PortletRequest portletRequest,
String portletId,
com.liferay.portal.kernel.model.Layout layout,
String lifecycle)
- Specified by:
create in interface com.liferay.portal.kernel.portlet.PortletURLFactory
create
public com.liferay.portal.kernel.portlet.LiferayPortletURL create(PortletRequest portletRequest,
String portletId,
long plid,
String lifecycle)
- Specified by:
create in interface com.liferay.portal.kernel.portlet.PortletURLFactory