com.liferay.portlet
Class PortletURLUtil

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

public class PortletURLUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PortletURLUtil()
           
 
Method Summary
static javax.portlet.PortletURL clone(com.liferay.portal.kernel.portlet.LiferayPortletURL liferayPortletURL, java.lang.String lifecycle, javax.portlet.RenderResponse res)
           
static javax.portlet.PortletURL clone(javax.portlet.PortletURL portletURL, javax.portlet.RenderResponse res)
           
static javax.portlet.PortletURL clone(javax.portlet.PortletURL portletURL, java.lang.String lifecycle, javax.portlet.RenderResponse res)
           
static javax.portlet.PortletURL getCurrent(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletURLUtil

public PortletURLUtil()
Method Detail

getCurrent

public static javax.portlet.PortletURL getCurrent(javax.portlet.RenderRequest req,
                                                  javax.portlet.RenderResponse res)

clone

public static javax.portlet.PortletURL clone(javax.portlet.PortletURL portletURL,
                                             javax.portlet.RenderResponse res)
                                      throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

clone

public static javax.portlet.PortletURL clone(javax.portlet.PortletURL portletURL,
                                             java.lang.String lifecycle,
                                             javax.portlet.RenderResponse res)
                                      throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

clone

public static javax.portlet.PortletURL clone(com.liferay.portal.kernel.portlet.LiferayPortletURL liferayPortletURL,
                                             java.lang.String lifecycle,
                                             javax.portlet.RenderResponse res)
                                      throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException