Liferay 6.1.2-ce-ga3

com.liferay.portlet
Class PortletURLFactoryImpl

java.lang.Object
  extended by com.liferay.portlet.PortletURLFactoryImpl
All Implemented Interfaces:
PortletURLFactory

public class PortletURLFactoryImpl
extends Object
implements PortletURLFactory


Constructor Summary
PortletURLFactoryImpl()
           
 
Method Summary
 LiferayPortletURL create(javax.servlet.http.HttpServletRequest request, String portletId, long plid, String lifecycle)
           
 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 LiferayPortletURL create(javax.servlet.http.HttpServletRequest request,
                                String portletId,
                                long plid,
                                String lifecycle)
Specified by:
create in interface PortletURLFactory

create

public LiferayPortletURL create(PortletRequest portletRequest,
                                String portletId,
                                long plid,
                                String lifecycle)
Specified by:
create in interface PortletURLFactory

Liferay 6.1.2-ce-ga3