|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.trash.TrashHandlerRegistryImpl
public class TrashHandlerRegistryImpl
| Constructor Summary | |
|---|---|
TrashHandlerRegistryImpl()
|
|
| Method Summary | |
|---|---|
TrashHandler |
getTrashHandler(String className)
Returns the trash handler associated with the class name. |
List<TrashHandler> |
getTrashHandlers()
Returns all of the trash handlers. |
void |
register(TrashHandler trashHandler)
Registers the trash handler. |
void |
unregister(TrashHandler trashHandler)
Unregisters the trash handler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrashHandlerRegistryImpl()
| Method Detail |
|---|
public TrashHandler getTrashHandler(String className)
TrashHandlerRegistry
getTrashHandler in interface TrashHandlerRegistryclassName - class name of the TrashHandler
public List<TrashHandler> getTrashHandlers()
TrashHandlerRegistry
getTrashHandlers in interface TrashHandlerRegistrypublic void register(TrashHandler trashHandler)
TrashHandlerRegistry
register in interface TrashHandlerRegistrytrashHandler - the TrashHandler to registerpublic void unregister(TrashHandler trashHandler)
TrashHandlerRegistry
unregister in interface TrashHandlerRegistrytrashHandler - the trash handler to unregister
|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||