Liferay 7.0-ga1 portal-impl

com.liferay.portlet
Class PortletURLFactoryImpl

java.lang.Object
  extended by 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


Constructor Summary
PortletURLFactoryImpl()
           
 
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
 

Constructor Detail

PortletURLFactoryImpl

public PortletURLFactoryImpl()
Method Detail

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

Liferay 7.0-ga1 portal-impl