| Package | Description |
|---|---|
| com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
| com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
| com.liferay.portal.kernel.trash |
| Modifier and Type | Method and Description |
|---|---|
List<TrashHandler> |
Portlet.getTrashHandlerInstances()
Returns the trash handler instances of the portlet.
|
List<TrashHandler> |
PortletWrapper.getTrashHandlerInstances()
Returns the trash handler instances of the portlet.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrashHandler> |
PortletBag.getTrashHandlerInstances() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTrashHandler
Provides the base implementation of
TrashHandler. |
| Modifier and Type | Method and Description |
|---|---|
static TrashHandler |
TrashHandlerRegistryUtil.getTrashHandler(String className) |
| Modifier and Type | Method and Description |
|---|---|
static List<TrashHandler> |
TrashHandlerRegistryUtil.getTrashHandlers() |