Uses of Class
org.wso2.carbon.ui.deployment.beans.Component
-
Packages that use Component Package Description org.wso2.carbon.ui org.wso2.carbon.ui.deployment -
-
Uses of Component in org.wso2.carbon.ui
Method parameters in org.wso2.carbon.ui with type arguments of type Component Modifier and Type Method Description voidComponentDeployer. layout(Map<Long,Component> componentMap) -
Uses of Component in org.wso2.carbon.ui.deployment
Methods in org.wso2.carbon.ui.deployment that return Component Modifier and Type Method Description static ComponentComponentBuilder. build(InputStream componentIn, String componentName, String componentVersion, org.osgi.framework.BundleContext bundleContext)static ComponentComponentBuilder. build(org.osgi.framework.Bundle registeredBundle, org.osgi.framework.BundleContext bundleContext)reads component.xml from given bundle & returns an object representation of itMethods in org.wso2.carbon.ui.deployment with parameters of type Component Modifier and Type Method Description static voidComponentBuilder. processCustomUIs(org.apache.axiom.om.OMElement document, Component component)static voidComponentBuilder. processMenus(String componentName, org.apache.axiom.om.OMElement document, Component component)
-