Class PortletURLUtil

java.lang.Object
com.liferay.portal.kernel.portlet.PortletURLUtil

public class PortletURLUtil extends Object
Author:
Brian Wing Shun Chan, Miguel Pastor, Neil Griffin
  • 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

      public static Map<String,String[]> getRefreshURLParameters(javax.servlet.http.HttpServletRequest httpServletRequest)
    • isRefreshURLReservedParameter

      protected static boolean isRefreshURLReservedParameter(String parameter, String namespace)