lumis.portal.url
Class URLConversionCacheObserver

Package class diagram package URLConversionCacheObserver
java.lang.Object
  extended by lumis.portal.event.AbstractPortalEventObserver
      extended by lumis.portal.url.URLConversionCacheObserver
All Implemented Interfaces:
IPortalEventObserver

public class URLConversionCacheObserver
extends AbstractPortalEventObserver

Triggers the clearing of URL conversions cache due to updates of pages or channels.

Since:
5.0.0

Constructor Summary
URLConversionCacheObserver()
           
 
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

URLConversionCacheObserver

public URLConversionCacheObserver()
Method Detail

getEventFilter

public IPortalEventFilter getEventFilter()
Description copied from interface: IPortalEventObserver
Returns the event filter for this observer.

PortalEventFilters provides methods for generating commonly used filters.

Specified by:
getEventFilter in interface IPortalEventObserver
Overrides:
getEventFilter in class AbstractPortalEventObserver
Returns:
a collection of event group identifiers.
See Also:
PortalEventFilters

onEvent

public void onEvent(IPortalEvent ev)
             throws PortalException
Description copied from interface: IPortalEventObserver
Notifies that an event has been raised. This method will be called only for events that belong to the groups specified by #getExpectedEventGroups().

Important: The implementation of this method must not be time consuming, as it may impact the overall time response of the portal.

Parameters:
ev - the event.
Throws:
PortalException


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.