Uses of Interface
nl.gx.webmanager.wcb.ComponentBundle
-
Packages that use ComponentBundle Package Description nl.gx.webmanager.wcb nl.gx.webmanager.wcb.foundation -
-
Uses of ComponentBundle in nl.gx.webmanager.wcb
Methods in nl.gx.webmanager.wcb that return ComponentBundle Modifier and Type Method Description ComponentBundle
Component. getComponentBundle()
Returns the component bundle which contains this component.ComponentBundle
ComponentManager. getOfflineComponentBundle(org.osgi.framework.Bundle bundle)
Returns the offline component bundle for the given bundle.Methods in nl.gx.webmanager.wcb with parameters of type ComponentBundle Modifier and Type Method Description void
Component. setComponentBundle(ComponentBundle componentBundle)
Sets the component bundle which contains this component.void
ComponentManager. startComponentBundle(ComponentBundle componentBundle)
Starts a component bundle. -
Uses of ComponentBundle in nl.gx.webmanager.wcb.foundation
Classes in nl.gx.webmanager.wcb.foundation that implement ComponentBundle Modifier and Type Class Description class
ComponentBundleImpl
Implementation of a GX WebManager component bundle providing registration and management of the components the WCB provides.Methods in nl.gx.webmanager.wcb.foundation that return ComponentBundle Modifier and Type Method Description ComponentBundle
ComponentBase. getComponentBundle()
Methods in nl.gx.webmanager.wcb.foundation with parameters of type ComponentBundle Modifier and Type Method Description void
ComponentBase. setComponentBundle(ComponentBundle componentBundle)
-