Uses of Class
org.wso2.carbon.ui.deployment.beans.Context
-
Packages that use Context Package Description org.wso2.carbon.ui.deployment.beans -
-
Uses of Context in org.wso2.carbon.ui.deployment.beans
Methods in org.wso2.carbon.ui.deployment.beans that return types with arguments of type Context Modifier and Type Method Description HashMap<String,Context>CarbonUIDefinitions. getContexts()List<Context>Component. getContextsList()Methods in org.wso2.carbon.ui.deployment.beans with parameters of type Context Modifier and Type Method Description voidComponent. addContext(Context context)voidCarbonUIDefinitions. addContexts(String contextId, Context context)voidCarbonUIDefinitions. removeContexts(Context context)Method parameters in org.wso2.carbon.ui.deployment.beans with type arguments of type Context Modifier and Type Method Description voidCarbonUIDefinitions. addContexts(List<Context> contexts)voidCarbonUIDefinitions. removeContexts(List<Context> contexts)
-