Klasse BundledScriptTracker
java.lang.Object
org.apache.sling.servlets.resolver.internal.bundle.BundledScriptTracker
- Alle implementierten Schnittstellen:
org.osgi.util.tracker.BundleTrackerCustomizer<List<org.osgi.framework.ServiceRegistration<jakarta.servlet.Servlet>>>
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidactivate(org.osgi.framework.BundleContext context) List<org.osgi.framework.ServiceRegistration<jakarta.servlet.Servlet>> addingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event) protected voidbindSearchPathProvider(SearchPathProvider searchPathProvider) protected voidvoidmodifiedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, List<org.osgi.framework.ServiceRegistration<jakarta.servlet.Servlet>> regs) voidremovedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, List<org.osgi.framework.ServiceRegistration<jakarta.servlet.Servlet>> regs) protected voidunbindSearchPathProvider(SearchPathProvider searchPathProvider)
-
Felddetails
-
NS_SLING_SERVLET
- Siehe auch:
-
AT_VERSION
- Siehe auch:
-
AT_SCRIPT_ENGINE
- Siehe auch:
-
AT_SCRIPT_EXTENSION
- Siehe auch:
-
AT_EXTENDS
- Siehe auch:
-
-
Konstruktordetails
-
BundledScriptTracker
public BundledScriptTracker()
-
-
Methodendetails
-
activate
protected void activate(org.osgi.framework.BundleContext context) -
deactivate
protected void deactivate() -
bindSearchPathProvider
-
unbindSearchPathProvider
-
addingBundle
public List<org.osgi.framework.ServiceRegistration<jakarta.servlet.Servlet>> addingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event) - Angegeben von:
addingBundlein Schnittstelleorg.osgi.util.tracker.BundleTrackerCustomizer<List<org.osgi.framework.ServiceRegistration<jakarta.servlet.Servlet>>>
-
modifiedBundle
public void modifiedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, List<org.osgi.framework.ServiceRegistration<jakarta.servlet.Servlet>> regs) - Angegeben von:
modifiedBundlein Schnittstelleorg.osgi.util.tracker.BundleTrackerCustomizer<List<org.osgi.framework.ServiceRegistration<jakarta.servlet.Servlet>>>
-
removedBundle
public void removedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, List<org.osgi.framework.ServiceRegistration<jakarta.servlet.Servlet>> regs) - Angegeben von:
removedBundlein Schnittstelleorg.osgi.util.tracker.BundleTrackerCustomizer<List<org.osgi.framework.ServiceRegistration<jakarta.servlet.Servlet>>>
-
getRegisteredBundles
-