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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbundleChanged(org.osgi.framework.BundleEvent event) voiddeploy(org.osgi.framework.BundleContext bundleContext, org.osgi.service.http.HttpContext context)
-
Constructor Details
-
UIBundleDeployer
public UIBundleDeployer()
-
-
Method Details
-
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
-