|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.resource.ExtendableResourceRemovalListenerService
public final class ExtendableResourceRemovalListenerService
Extendable Resource Removal Listener Service
Method Summary | |
---|---|
static void |
doRemoveResourceExtentions(String strExtendableResourceType,
String strExtendableResourceId)
Notify listeners that they must remove extensions of a given resource. |
static void |
registerListener(IExtendableResourceRemovalListener removalListener)
Register an extendable resource removal listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void registerListener(IExtendableResourceRemovalListener removalListener)
removalListener
- The listener to register.public static void doRemoveResourceExtentions(String strExtendableResourceType, String strExtendableResourceId)
strExtendableResourceType
- The extendable resource type of the
resource to remove the extensions of.strExtendableResourceId
- The id of the extendable resource to
remove the extensions of.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |