【发布时间】:2014-07-22 09:13:50
【问题描述】:
我有 osgi 包(第三方):
此捆绑包有服务:
如果我点击该服务(http://localhost:4502/system/console/bundles->选择捆绑包->点击该服务),我会看到以下信息:
[org.osgi.service.event.EventHandler, com.adobe.granite.xss.XSSFilter]
component.id 98
component.name com.adobe.granite.xss.impl.XSSFilterImpl
event.topics org/apache/sling/api/resource/Resource/*
org/apache/sling/api/resource/ResourceProvider/*
Service PID com.adobe.granite.xss.impl.XSSFilterImpl
Service Vendor Adobe Systems Incorporated
Using Bundles com.adobe.granite.security.user (73)
com.day.cq.cq-xssprotection (75)
org.apache.felix.eventadmin (38)
我在这里看到了 eventHandler,我想知道这个服务调用时的事件。
我想知道这段代码此时执行(事件发生后)?
【问题讨论】:
标签: java events service osgi aem