public class ActionURLBuilder
extends java.lang.Object
Constructor and Description |
---|
ActionURLBuilder() |
Modifier and Type | Method and Description |
---|---|
static ActionURLBuilder.ActionURLStep |
createActionURL(javax.portlet.ActionURL actionURL) |
static ActionURLBuilder.ActionURLStep |
createActionURL(com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse) |
static ActionURLBuilder.ActionURLStep |
createActionURL(com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse,
javax.portlet.MimeResponse.Copy copy) |
static ActionURLBuilder.ActionURLStep |
createActionURL(com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse,
java.lang.String portletName) |
static ActionURLBuilder.ActionURLStep |
createActionURL(com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse,
java.lang.String portletName,
javax.portlet.MimeResponse.Copy copy) |
static ActionURLBuilder.ActionURLStep |
createActionURL(javax.portlet.MimeResponse mimeResponse) |
static ActionURLBuilder.ActionURLStep |
createActionURL(javax.portlet.MimeResponse mimeResponse,
javax.portlet.MimeResponse.Copy copy) |
public static ActionURLBuilder.ActionURLStep createActionURL(javax.portlet.ActionURL actionURL)
public static ActionURLBuilder.ActionURLStep createActionURL(com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
public static ActionURLBuilder.ActionURLStep createActionURL(com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, javax.portlet.MimeResponse.Copy copy)
public static ActionURLBuilder.ActionURLStep createActionURL(com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, java.lang.String portletName)
public static ActionURLBuilder.ActionURLStep createActionURL(com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, java.lang.String portletName, javax.portlet.MimeResponse.Copy copy)
public static ActionURLBuilder.ActionURLStep createActionURL(javax.portlet.MimeResponse mimeResponse)
public static ActionURLBuilder.ActionURLStep createActionURL(javax.portlet.MimeResponse mimeResponse, javax.portlet.MimeResponse.Copy copy)