Class PortletURLBuilder
Object
com.liferay.portal.kernel.portlet.url.builder.PortletURLBuilder
- Author:
- Hugo Huijser
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static class
static interface
static interface
static interface
static interface
static interface
PortletURLBuilder.UnsafeSupplier<T,
E extends Throwable> static interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(PortletURL portletURL) createActionURL
(LiferayPortletResponse liferayPortletResponse) createActionURL
(LiferayPortletResponse liferayPortletResponse, String portletName) createActionURL
(LiferayPortletResponse liferayPortletResponse, String portletName, MimeResponse.Copy copy) createActionURL
(LiferayPortletResponse liferayPortletResponse, MimeResponse.Copy copy) createActionURL
(MimeResponse mimeResponse) createActionURL
(MimeResponse mimeResponse, MimeResponse.Copy copy) createLiferayPortletURL
(LiferayPortletResponse liferayPortletResponse, long plid, String portletName, String lifecycle) createLiferayPortletURL
(LiferayPortletResponse liferayPortletResponse, long plid, String portletName, String lifecycle, boolean includeLinkToLayoutUuid) createLiferayPortletURL
(LiferayPortletResponse liferayPortletResponse, long plid, String portletName, String lifecycle, MimeResponse.Copy copy) createLiferayPortletURL
(LiferayPortletResponse liferayPortletResponse, long plid, String portletName, String lifecycle, MimeResponse.Copy copy, boolean includeLinkToLayoutUuid) createLiferayPortletURL
(LiferayPortletResponse liferayPortletResponse, String lifecycle) createLiferayPortletURL
(LiferayPortletResponse liferayPortletResponse, String portletName, String lifecycle) createLiferayPortletURL
(LiferayPortletResponse liferayPortletResponse, String portletName, String lifecycle, MimeResponse.Copy copy) createRenderURL
(LiferayPortletResponse liferayPortletResponse) createRenderURL
(LiferayPortletResponse liferayPortletResponse, String portletName) createRenderURL
(LiferayPortletResponse liferayPortletResponse, String portletName, MimeResponse.Copy copy) createRenderURL
(LiferayPortletResponse liferayPortletResponse, MimeResponse.Copy copy) createRenderURL
(MimeResponse mimeResponse) createRenderURL
(MimeResponse mimeResponse, MimeResponse.Copy copy)
-
Constructor Details
-
PortletURLBuilder
public PortletURLBuilder()
-
-
Method Details
-
create
-
createActionURL
public static PortletURLBuilder.PortletURLStep createActionURL(LiferayPortletResponse liferayPortletResponse) -
createActionURL
public static PortletURLBuilder.PortletURLStep createActionURL(LiferayPortletResponse liferayPortletResponse, MimeResponse.Copy copy) -
createActionURL
public static PortletURLBuilder.PortletURLStep createActionURL(LiferayPortletResponse liferayPortletResponse, String portletName) -
createActionURL
public static PortletURLBuilder.PortletURLStep createActionURL(LiferayPortletResponse liferayPortletResponse, String portletName, MimeResponse.Copy copy) -
createActionURL
-
createActionURL
public static PortletURLBuilder.PortletURLStep createActionURL(MimeResponse mimeResponse, MimeResponse.Copy copy) -
createLiferayPortletURL
public static PortletURLBuilder.PortletURLStep createLiferayPortletURL(LiferayPortletResponse liferayPortletResponse, long plid, String portletName, String lifecycle) -
createLiferayPortletURL
public static PortletURLBuilder.PortletURLStep createLiferayPortletURL(LiferayPortletResponse liferayPortletResponse, long plid, String portletName, String lifecycle, boolean includeLinkToLayoutUuid) -
createLiferayPortletURL
public static PortletURLBuilder.PortletURLStep createLiferayPortletURL(LiferayPortletResponse liferayPortletResponse, long plid, String portletName, String lifecycle, MimeResponse.Copy copy) -
createLiferayPortletURL
public static PortletURLBuilder.PortletURLStep createLiferayPortletURL(LiferayPortletResponse liferayPortletResponse, long plid, String portletName, String lifecycle, MimeResponse.Copy copy, boolean includeLinkToLayoutUuid) -
createLiferayPortletURL
public static PortletURLBuilder.PortletURLStep createLiferayPortletURL(LiferayPortletResponse liferayPortletResponse, String lifecycle) -
createLiferayPortletURL
public static PortletURLBuilder.PortletURLStep createLiferayPortletURL(LiferayPortletResponse liferayPortletResponse, String portletName, String lifecycle) -
createLiferayPortletURL
public static PortletURLBuilder.PortletURLStep createLiferayPortletURL(LiferayPortletResponse liferayPortletResponse, String portletName, String lifecycle, MimeResponse.Copy copy) -
createRenderURL
public static PortletURLBuilder.PortletURLStep createRenderURL(LiferayPortletResponse liferayPortletResponse) -
createRenderURL
public static PortletURLBuilder.PortletURLStep createRenderURL(LiferayPortletResponse liferayPortletResponse, MimeResponse.Copy copy) -
createRenderURL
public static PortletURLBuilder.PortletURLStep createRenderURL(LiferayPortletResponse liferayPortletResponse, String portletName) -
createRenderURL
public static PortletURLBuilder.PortletURLStep createRenderURL(LiferayPortletResponse liferayPortletResponse, String portletName, MimeResponse.Copy copy) -
createRenderURL
-
createRenderURL
public static PortletURLBuilder.PortletURLStep createRenderURL(MimeResponse mimeResponse, MimeResponse.Copy copy)
-