See: Description
| Interface | Description |
|---|---|
| ConfigurationAction | |
| FriendlyURLMapper |
Provides friendly URL mapping for a portlet by converting portlet URL
parameters to friendly URL paths and back.
|
| LiferayPortletConfig | |
| LiferayPortletContext | |
| LiferayPortletRequest | |
| LiferayPortletRequestDispatcher | |
| LiferayPortletResponse | |
| LiferayPortletSession | |
| LiferayPortletURL |
Represents a URL pointing to a portlet.
|
| LiferayRenderResponse | |
| PortletBag | |
| PortletContainer | |
| PortletLayoutListener | |
| ResourceServingConfigurationAction | |
| Route |
Represents a single friendly URL pattern and provides the ability to either
parse a friendly URL path or generate a friendly URL from a parameter map.
|
| Router |
Contains a list of the available routes and handles conversion of URLs to
parameter maps and vice versa.
|
| Class | Description |
|---|---|
| ActionResult | |
| BaseConfigurationAction | Deprecated
As of 6.1.0, replaced by
DefaultConfigurationAction |
| BaseFriendlyURLMapper |
The base implementation of
FriendlyURLMapper. |
| DefaultConfigurationAction | |
| DefaultFriendlyURLMapper |
The default friendly URL mapper to use with friendly URL routes.
|
| DynamicActionRequest | |
| DynamicEventRequest | |
| DynamicRenderRequest | |
| DynamicResourceRequest | |
| FriendlyURLMapperThreadLocal | |
| LiferayPortlet | |
| LiferayPortletMode | |
| LiferayWindowState | |
| NoRedirectActionResponse | |
| PortletBagPool | |
| PortletClassLoaderUtil | |
| PortletConfigurationLayoutUtil | |
| PortletContainerUtil | |
| PortletFilterUtil | |
| PortletJSONUtil | |
| PortletModeFactory | |
| PortletModeFactory_IW | |
| PortletParameterUtil | |
| PortletResponseUtil | |
| PortletURLWrapper | |
| ProtectedActionRequest | |
| ProtectedRenderRequest | |
| RestrictPortletServletRequest | |
| WindowStateFactory | |
| WindowStateFactory_IW |
| Exception | Description |
|---|---|
| PortletContainerException | |
| PortletLayoutListenerException |
This package defines the kernel portlet interfaces and classes.
Some of the most significant classes that you may need to use are:
Interfaces
Classes