com.liferay.portlet
Class PortletURLFactoryUtil

java.lang.Object
  extended by com.liferay.portlet.PortletURLFactoryUtil

public class PortletURLFactoryUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PortletURLFactoryUtil()
           
 
Method Summary
static com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest request, java.lang.String portletName, long plid, java.lang.String lifecycle)
           
static PortletURLFactory getPortletURLFactory()
           
 void setPortletURLFactory(PortletURLFactory portletURLFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletURLFactoryUtil

public PortletURLFactoryUtil()
Method Detail

create

public static com.liferay.portal.kernel.portlet.LiferayPortletURL create(javax.servlet.http.HttpServletRequest request,
                                                                         java.lang.String portletName,
                                                                         long plid,
                                                                         java.lang.String lifecycle)

getPortletURLFactory

public static PortletURLFactory getPortletURLFactory()

setPortletURLFactory

public void setPortletURLFactory(PortletURLFactory portletURLFactory)