Class WarUrlActivator
java.lang.Object
org.eclipse.jetty.osgi.boot.warurl.WarUrlActivator
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
Register the factory to handle the war scheme specified by rfc66
when the bundle is activated.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WarUrlActivator
public WarUrlActivator()
-
-
Method Details
-
start
Register the url stream handler factory.- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Parameters:
context- theBundleContextto use- Throws:
Exception
-
stop
Remove the url stream handler. (probably not required, as osgi might shutdown every registered service by default: need test)- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-