Liferay 6.2-ce-ga5

com.liferay.portlet
Class PortletURLUtil

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

public class PortletURLUtil
extends Object


Constructor Summary
PortletURLUtil()
           
 
Method Summary
static PortletURL clone(LiferayPortletURL liferayPortletURL, String lifecycle, LiferayPortletResponse liferayPortletResponse)
           
static PortletURL clone(PortletURL portletURL, LiferayPortletResponse liferayPortletResponse)
           
static PortletURL clone(PortletURL portletURL, MimeResponse mimeResponse)
           
static PortletURL clone(PortletURL portletURL, String lifecycle, LiferayPortletResponse liferayPortletResponse)
           
static PortletURL clone(PortletURL portletURL, String lifecycle, MimeResponse mimeResponse)
           
static PortletURL getCurrent(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
static PortletURL getCurrent(PortletRequest portletRequest, MimeResponse mimeResponse)
           
static String getRefreshURL(javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay)
           
protected static boolean isRefreshURLReservedParameter(String parameter, String namespace)
           
 
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

clone

public static PortletURL clone(LiferayPortletURL liferayPortletURL,
                               String lifecycle,
                               LiferayPortletResponse liferayPortletResponse)
                        throws PortletException
Throws:
PortletException

clone

public static PortletURL clone(PortletURL portletURL,
                               LiferayPortletResponse liferayPortletResponse)
                        throws PortletException
Throws:
PortletException

clone

public static PortletURL clone(PortletURL portletURL,
                               MimeResponse mimeResponse)
                        throws PortletException
Throws:
PortletException

clone

public static PortletURL clone(PortletURL portletURL,
                               String lifecycle,
                               LiferayPortletResponse liferayPortletResponse)
                        throws PortletException
Throws:
PortletException

clone

public static PortletURL clone(PortletURL portletURL,
                               String lifecycle,
                               MimeResponse mimeResponse)
                        throws PortletException
Throws:
PortletException

getCurrent

public static PortletURL getCurrent(LiferayPortletRequest liferayPortletRequest,
                                    LiferayPortletResponse liferayPortletResponse)

getCurrent

public static PortletURL getCurrent(PortletRequest portletRequest,
                                    MimeResponse mimeResponse)

getRefreshURL

public static String getRefreshURL(javax.servlet.http.HttpServletRequest request,
                                   ThemeDisplay themeDisplay)

isRefreshURLReservedParameter

protected static boolean isRefreshURLReservedParameter(String parameter,
                                                       String namespace)

Liferay 6.2-ce-ga5