Class PortletURLUtil
java.lang.Object
com.liferay.portal.kernel.portlet.PortletURLUtil
- Author:
- Brian Wing Shun Chan, Miguel Pastor, Neil Griffin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic javax.portlet.PortletURLclone(LiferayPortletURL liferayPortletURL, String lifecycle, LiferayPortletResponse liferayPortletResponse) static javax.portlet.PortletURLclone(javax.portlet.PortletURL portletURL, LiferayPortletResponse liferayPortletResponse) static javax.portlet.PortletURLclone(javax.portlet.PortletURL portletURL, String lifecycle, LiferayPortletResponse liferayPortletResponse) static javax.portlet.PortletURLclone(javax.portlet.PortletURL portletURL, String lifecycle, javax.portlet.MimeResponse mimeResponse) static javax.portlet.PortletURLclone(javax.portlet.PortletURL portletURL, javax.portlet.MimeResponse mimeResponse) static javax.portlet.PortletURLgetCurrent(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse) static javax.portlet.PortletURLgetCurrent(javax.portlet.PortletRequest portletRequest, javax.portlet.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 javax.portlet.PortletURL clone(LiferayPortletURL liferayPortletURL, String lifecycle, LiferayPortletResponse liferayPortletResponse) throws javax.portlet.PortletException - Throws:
javax.portlet.PortletException
-
clone
public static javax.portlet.PortletURL clone(javax.portlet.PortletURL portletURL, LiferayPortletResponse liferayPortletResponse) throws javax.portlet.PortletException - Throws:
javax.portlet.PortletException
-
clone
public static javax.portlet.PortletURL clone(javax.portlet.PortletURL portletURL, javax.portlet.MimeResponse mimeResponse) throws javax.portlet.PortletException - Throws:
javax.portlet.PortletException
-
clone
public static javax.portlet.PortletURL clone(javax.portlet.PortletURL portletURL, String lifecycle, LiferayPortletResponse liferayPortletResponse) throws javax.portlet.PortletException - Throws:
javax.portlet.PortletException
-
clone
public static javax.portlet.PortletURL clone(javax.portlet.PortletURL portletURL, String lifecycle, javax.portlet.MimeResponse mimeResponse) throws javax.portlet.PortletException - Throws:
javax.portlet.PortletException
-
getCurrent
public static javax.portlet.PortletURL getCurrent(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse) -
getCurrent
public static javax.portlet.PortletURL getCurrent(javax.portlet.PortletRequest portletRequest, javax.portlet.MimeResponse mimeResponse) -
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
-