com.liferay.portlet
Class PortletURLFactoryImpl

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

public class PortletURLFactoryImpl
extends java.lang.Object
implements com.liferay.portlet.PortletURLFactory

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PortletURLFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest request, java.lang.String portletName, long plid, java.lang.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,
                                                                  java.lang.String portletName,
                                                                  long plid,
                                                                  java.lang.String lifecycle)
Specified by:
create in interface com.liferay.portlet.PortletURLFactory