Package | Description |
---|---|
com.liferay.asset.kernel.model | |
com.liferay.portal.kernel.display.context.helper | |
com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
com.liferay.portal.kernel.workflow |
Modifier and Type | Method and Description |
---|---|
javax.portlet.PortletURL |
BaseAssetRendererFactory.getURLAdd(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
long classTypeId) |
javax.portlet.PortletURL |
AssetRendererFactory.getURLAdd(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
long classTypeId) |
javax.portlet.PortletURL |
BaseAssetRenderer.getURLEdit(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
javax.portlet.PortletURL |
AssetRenderer.getURLEdit(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
javax.portlet.PortletURL |
BaseAssetRenderer.getURLEdit(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
javax.portlet.WindowState windowState,
javax.portlet.PortletURL redirectURL) |
javax.portlet.PortletURL |
AssetRenderer.getURLEdit(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
javax.portlet.WindowState windowState,
javax.portlet.PortletURL redirectURL) |
javax.portlet.PortletURL |
BaseAssetRenderer.getURLEdit(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
javax.portlet.WindowState windowState,
String redirect) |
default javax.portlet.PortletURL |
AssetRenderer.getURLEdit(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
javax.portlet.WindowState windowState,
String redirect) |
javax.portlet.PortletURL |
BaseAssetRenderer.getURLExport(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
javax.portlet.PortletURL |
AssetRenderer.getURLExport(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
javax.portlet.PortletURL |
BaseAssetRendererFactory.getURLView(LiferayPortletResponse liferayPortletResponse,
javax.portlet.WindowState windowState) |
javax.portlet.PortletURL |
AssetRendererFactory.getURLView(LiferayPortletResponse liferayPortletResponse,
javax.portlet.WindowState windowState) |
String |
BaseAssetRenderer.getURLView(LiferayPortletResponse liferayPortletResponse,
javax.portlet.WindowState windowState) |
String |
AssetRenderer.getURLView(LiferayPortletResponse liferayPortletResponse,
javax.portlet.WindowState windowState) |
javax.portlet.PortletURL |
BaseAssetRenderer.getURLViewDiffs(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
javax.portlet.PortletURL |
AssetRenderer.getURLViewDiffs(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
String |
BaseAssetRenderer.getURLViewInContext(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
String noSuchEntryRedirect) |
String |
AssetRenderer.getURLViewInContext(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
String noSuchEntryRedirect) |
Modifier and Type | Method and Description |
---|---|
LiferayPortletResponse |
BaseRequestHelper.getLiferayPortletResponse() |
Modifier and Type | Interface and Description |
---|---|
interface |
LiferayActionResponse |
interface |
LiferayEventResponse |
interface |
LiferayHeaderResponse |
interface |
LiferayRenderResponse |
interface |
LiferayResourceResponse |
interface |
LiferayStateAwareResponse |
Modifier and Type | Method and Description |
---|---|
static javax.portlet.PortletURL |
PortletURLUtil.clone(LiferayPortletURL liferayPortletURL,
String lifecycle,
LiferayPortletResponse liferayPortletResponse) |
static javax.portlet.PortletURL |
PortletURLUtil.clone(javax.portlet.PortletURL portletURL,
LiferayPortletResponse liferayPortletResponse) |
static javax.portlet.PortletURL |
PortletURLUtil.clone(javax.portlet.PortletURL portletURL,
String lifecycle,
LiferayPortletResponse liferayPortletResponse) |
static javax.portlet.PortletURL |
PortletURLUtil.getCurrent(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
Modifier and Type | Method and Description |
---|---|
LiferayPortletResponse |
ServiceContext.getLiferayPortletResponse() |
Modifier and Type | Method and Description |
---|---|
static LiferayPortletResponse |
PortalUtil.getLiferayPortletResponse(javax.portlet.PortletResponse portletResponse) |
LiferayPortletResponse |
Portal.getLiferayPortletResponse(javax.portlet.PortletResponse portletResponse) |
Modifier and Type | Method and Description |
---|---|
javax.portlet.PortletURL |
WorkflowHandlerWrapper.getURLEdit(long classPK,
LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
javax.portlet.PortletURL |
WorkflowHandler.getURLEdit(long classPK,
LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
javax.portlet.PortletURL |
BaseWorkflowHandler.getURLEdit(long classPK,
LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
javax.portlet.PortletURL |
WorkflowHandlerWrapper.getURLViewDiffs(long classPK,
LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
javax.portlet.PortletURL |
WorkflowHandler.getURLViewDiffs(long classPK,
LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
javax.portlet.PortletURL |
BaseWorkflowHandler.getURLViewDiffs(long classPK,
LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
String |
WorkflowHandlerWrapper.getURLViewInContext(long classPK,
LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
String noSuchEntryRedirect) |
String |
WorkflowHandler.getURLViewInContext(long classPK,
LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
String noSuchEntryRedirect) |
String |
BaseWorkflowHandler.getURLViewInContext(long classPK,
LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
String noSuchEntryRedirect) |