Package org.wso2.carbon.ui.deployment
Class UIBundleDeployer
- java.lang.Object
-
- org.wso2.carbon.ui.deployment.UIBundleDeployer
-
- All Implemented Interfaces:
EventListener,org.osgi.framework.BundleListener,org.osgi.framework.SynchronousBundleListener
public class UIBundleDeployer extends Object implements org.osgi.framework.SynchronousBundleListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classUIBundleDeployer.ServletServiceListener
-
Constructor Summary
Constructors Constructor Description UIBundleDeployer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbundleChanged(org.osgi.framework.BundleEvent event)voiddeploy(org.osgi.framework.BundleContext bundleContext, org.osgi.service.http.HttpContext context)UIResourceProvidergetBundleBasedUIResourcePrvider()voidregisterServlet(javax.servlet.Servlet servlet, String urlPattern, Dictionary params, Dictionary servletAttrs, int event, javax.servlet.Filter associatedFilter)
-
-
-
Method Detail
-
getBundleBasedUIResourcePrvider
public UIResourceProvider getBundleBasedUIResourcePrvider()
-
deploy
public void deploy(org.osgi.framework.BundleContext bundleContext, org.osgi.service.http.HttpContext context)
-
bundleChanged
public void bundleChanged(org.osgi.framework.BundleEvent event)
- Specified by:
bundleChangedin interfaceorg.osgi.framework.BundleListener
-
registerServlet
public void registerServlet(javax.servlet.Servlet servlet, String urlPattern, Dictionary params, Dictionary servletAttrs, int event, javax.servlet.Filter associatedFilter) throws org.wso2.carbon.CarbonException- Throws:
org.wso2.carbon.CarbonException
-
-