public class FragmentActivator extends Object implements org.osgi.framework.BundleActivator
It must be placed in the org.eclipse.jetty.osgi.boot.jsp package: this is because org.eclipse.jetty.osgi.boot.jsp is the symbolic-name of this fragment. From that name, the PackageadminTracker will call this class. IN a different package it won't be called.
| Constructor and Description |
|---|
FragmentActivator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTagLibSupport() |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionpublic void addTagLibSupport()
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.