|
||||||||||
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.PageCacheUrlConversionCacheObserver
public class PageCacheUrlConversionCacheObserver
Triggers the clearing of url conversions due to updates of pages or channels.
Constructor Summary | |
---|---|
PageCacheUrlConversionCacheObserver()
|
Method Summary | |
---|---|
IPortalEventFilter |
getEventFilter()
Returns the event filter for this observer. |
void |
onEvent(IPortalEvent ev)
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 PageCacheUrlConversionCacheObserver()
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 ev) 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.
ev
- the event.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |