Package lumis.service.htmlinjector
Class HtmlInjectorEventObserver
- java.lang.Object
-
- lumis.service.htmlinjector.HtmlInjectorEventObserver
-
- All Implemented Interfaces:
IPortalEventObserver
public class HtmlInjectorEventObserver extends Object implements IPortalEventObserver
Portal event listener that clear cache of calculatedHtmlInjectionConfigs
.- Since:
- 8.2.0
- Version:
- $Revision: 21838 $ $Date: 2018-09-17 13:41:23 -0300 (Mon, 17 Sep 2018) $
-
-
Constructor Summary
Constructors Constructor Description HtmlInjectorEventObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPortalEventFilter
getEventFilter()
Returns the event filter for this observer.void
onEvent(IPortalEvent event)
Clear cache of the Service Instance if is a lumis.service.htmlinjector
-
-
-
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 interfaceIPortalEventObserver
- Returns:
- a collection of event group identifiers.
- See Also:
PortalEventFilters
-
onEvent
public void onEvent(IPortalEvent event) throws PortalException
Clear cache of the Service Instance if is a lumis.service.htmlinjector- Specified by:
onEvent
in interfaceIPortalEventObserver
- Parameters:
event
- the event.- Throws:
PortalException
-
-