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 PortletURL
clone
(LiferayPortletURL liferayPortletURL, String lifecycle, LiferayPortletResponse liferayPortletResponse) static PortletURL
clone
(PortletURL portletURL, LiferayPortletResponse liferayPortletResponse) static PortletURL
clone
(PortletURL portletURL, String lifecycle, LiferayPortletResponse liferayPortletResponse) static PortletURL
clone
(PortletURL portletURL, String lifecycle, MimeResponse mimeResponse) static PortletURL
clone
(PortletURL portletURL, MimeResponse mimeResponse) static PortletURL
getCurrent
(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse) static PortletURL
getCurrent
(PortletRequest portletRequest, MimeResponse mimeResponse) static String
getRefreshURL
(javax.servlet.http.HttpServletRequest httpServletRequest, ThemeDisplay themeDisplay) static String
getRefreshURL
(javax.servlet.http.HttpServletRequest httpServletRequest, ThemeDisplay themeDisplay, boolean includeParameters) getRefreshURLParameters
(javax.servlet.http.HttpServletRequest httpServletRequest) protected static boolean
isRefreshURLReservedParameter
(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
-