com.liferay.portlet
Class PortletURLUtil
java.lang.Object
com.liferay.portlet.PortletURLUtil
public class PortletURLUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletURLUtil
public PortletURLUtil()
getCurrent
public static PortletURL getCurrent(PortletRequest portletRequest,
MimeResponse mimeResponse)
clone
public static PortletURL clone(PortletURL portletURL,
MimeResponse mimeResponse)
throws PortletException
- Throws:
PortletException
clone
public static PortletURL clone(PortletURL portletURL,
String lifecycle,
MimeResponse mimeResponse)
throws PortletException
- Throws:
PortletException
clone
public static PortletURL clone(LiferayPortletURL liferayPortletURL,
String lifecycle,
MimeResponse mimeResponse)
throws PortletException
- Throws:
PortletException
getRefreshURL
public static String getRefreshURL(javax.servlet.http.HttpServletRequest request,
ThemeDisplay themeDisplay)