Class PortletURLUtil
Object
com.liferay.portal.kernel.portlet.PortletURLUtil
- Author:
- Brian Wing Shun Chan, Miguel Pastor, Neil Griffin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PortletURLclone(LiferayPortletURL liferayPortletURL, String lifecycle, LiferayPortletResponse liferayPortletResponse) static PortletURLclone(PortletURL portletURL, LiferayPortletResponse liferayPortletResponse) static PortletURLclone(PortletURL portletURL, String lifecycle, LiferayPortletResponse liferayPortletResponse) static PortletURLclone(PortletURL portletURL, String lifecycle, MimeResponse mimeResponse) static PortletURLclone(PortletURL portletURL, MimeResponse mimeResponse) static PortletURLgetCurrent(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse) static PortletURLgetCurrent(PortletRequest portletRequest, MimeResponse mimeResponse) static StringgetRefreshURL(javax.servlet.http.HttpServletRequest httpServletRequest, ThemeDisplay themeDisplay) static StringgetRefreshURL(javax.servlet.http.HttpServletRequest httpServletRequest, ThemeDisplay themeDisplay, boolean includeParameters) getRefreshURLParameters(javax.servlet.http.HttpServletRequest httpServletRequest) protected static booleanisRefreshURLReservedParameter(String parameter, String namespace)
-
Constructor Details
-
PortletURLUtil
public PortletURLUtil()
-
-
Method Details
-
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
-
getRefreshURL
public static String getRefreshURL(javax.servlet.http.HttpServletRequest httpServletRequest, ThemeDisplay themeDisplay) -
getRefreshURL
public static String getRefreshURL(javax.servlet.http.HttpServletRequest httpServletRequest, ThemeDisplay themeDisplay, boolean includeParameters) -
getRefreshURLParameters
-
isRefreshURLReservedParameter
-