|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.event.AbstractPortalEventObserver lumis.portal.page.cache.PageCacheObserver
public class PageCacheObserver
Observer that clears page caches according to the notifications received.
Constructor Summary | |
---|---|
PageCacheObserver()
|
Method Summary | |
---|---|
IPortalEventFilter |
getEventFilter()
Returns the event filter for this observer. |
void |
onEvent(IPortalEvent event)
Notifies that an event has been raised. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageCacheObserver()
Method Detail |
---|
public IPortalEventFilter getEventFilter()
IPortalEventObserver
PortalEventFilters
provides methods for generating commonly
used filters.
getEventFilter
in interface IPortalEventObserver
getEventFilter
in class AbstractPortalEventObserver
PortalEventFilters
public void onEvent(IPortalEvent event) throws PortalException
IPortalEventObserver
#getExpectedEventGroups()
.
Important: The implementation of this method must not be time consuming, as it may impact the overall time response of the portal.
event
- the event.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |