Interface | Description |
---|---|
TrashHandler |
The interface for managing the basic trash operations of the Recycle Bin,
which include:
Deleting trash entries
Moving trash entries out of the Recycle Bin to new destinations
Restoring trash entries to their original locations
These operations are supported for the following entities via their
respective trash handlers:
BlogsEntry via
com.liferay.portlet.blogs.trash.BlogsEntryTrashHandler
BookmarksEntry via
com.liferay.bookmarks.trash.BookmarksEntryTrashHandler
located in Liferay Portal's external modules directory. |
TrashRenderer | |
TrashRendererFactory |
Class | Description |
---|---|
BaseJSPTrashRenderer | |
BaseTrashHandler |
Provides the base implementation of
TrashHandler . |
BaseTrashRenderer | |
TrashActionKeys |
Contains constant versions of action IDs related to trash.
|
TrashHandlerRegistryUtil |