Uses of Class
org.wso2.carbon.webapp.mgt.WebApplicationsHolder
Packages that use WebApplicationsHolder
-
Uses of WebApplicationsHolder in org.wso2.carbon.webapp.mgt
Fields in org.wso2.carbon.webapp.mgt with type parameters of type WebApplicationsHolderModifier and TypeFieldDescriptionprotected Map<String, WebApplicationsHolder> AbstractWebappDeployer.webApplicationsHolderMapprotected Map<String, WebApplicationsHolder> TomcatGenericWebappsDeployer.webApplicationsHolderMapConstructor parameters in org.wso2.carbon.webapp.mgt with type arguments of type WebApplicationsHolderModifierConstructorDescriptionTomcatGenericWebappsDeployer(String webContextPrefix, int tenantId, String tenantDomain, Map<String, WebApplicationsHolder> webApplicationsHolderMap, org.apache.axis2.context.ConfigurationContext configurationContext) Constructor -
Uses of WebApplicationsHolder in org.wso2.carbon.webapp.mgt.utils
Methods in org.wso2.carbon.webapp.mgt.utils that return WebApplicationsHolderModifier and TypeMethodDescriptionstatic WebApplicationsHolderWebAppUtils.getDefaultWebappHolder(org.apache.axis2.context.ConfigurationContext configurationContext) static WebApplicationsHolderWebAppUtils.getWebappHolder(String webappFilePath, org.apache.axis2.context.ConfigurationContext configurationContext) This util method will return the web application holder of the given web app fileMethods in org.wso2.carbon.webapp.mgt.utils that return types with arguments of type WebApplicationsHolderModifier and TypeMethodDescriptionstatic Map<String, WebApplicationsHolder> WebAppUtils.getAllWebappHolders(org.apache.axis2.context.ConfigurationContext configurationContext)