Uses of Class
org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer
Packages that use TomcatGenericWebappsDeployer
-
Uses of TomcatGenericWebappsDeployer in org.wso2.carbon.webapp.mgt
Fields in org.wso2.carbon.webapp.mgt declared as TomcatGenericWebappsDeployerModifier and TypeFieldDescriptionprotected TomcatGenericWebappsDeployerAbstractWebappDeployer.tomcatWebappDeployerMethods in org.wso2.carbon.webapp.mgt that return TomcatGenericWebappsDeployerModifier and TypeMethodDescriptionprotected abstract TomcatGenericWebappsDeployerAbstractWebappDeployer.createTomcatGenericWebappDeployer(String webContextPrefix, int tenantId, String tenantDomain) WebApplication.getTomcatGenericWebappsDeployer()Methods in org.wso2.carbon.webapp.mgt that return types with arguments of type TomcatGenericWebappsDeployerModifier and TypeMethodDescriptionstatic Map<String, TomcatGenericWebappsDeployer> TomcatUtil.getWebappsDeployers()Retrieve the list of registered webapps deployersMethods in org.wso2.carbon.webapp.mgt with parameters of type TomcatGenericWebappsDeployerModifier and TypeMethodDescriptionstatic voidTomcatUtil.addWebappsDeployer(String webappsDir, TomcatGenericWebappsDeployer webappsDeployer) Add a TomcatGenericWebappsDeployerConstructors in org.wso2.carbon.webapp.mgt with parameters of type TomcatGenericWebappsDeployerModifierConstructorDescriptionWebApplication(TomcatGenericWebappsDeployer tomcatGenericWebappsDeployer, org.apache.catalina.Context context, File webappFile) -
Uses of TomcatGenericWebappsDeployer in org.wso2.carbon.webapp.mgt.utils
Methods in org.wso2.carbon.webapp.mgt.utils with parameters of type TomcatGenericWebappsDeployerModifier and TypeMethodDescriptionstatic WebApplicationGhostWebappDeployerUtils.addGhostWebApp(File ghostFile, File originalFile, TomcatGenericWebappsDeployer applicationDeployer, org.apache.axis2.context.ConfigurationContext configContext) Creates the Ghost webapplication by reading the ghost metadata file.