Uses of Class
org.wso2.carbon.webapp.mgt.WebContextParameter
Packages that use WebContextParameter
-
Uses of WebContextParameter in org.wso2.carbon.webapp.mgt
Fields in org.wso2.carbon.webapp.mgt with type parameters of type WebContextParameterModifier and TypeFieldDescriptionprotected final List<WebContextParameter> AbstractWebappDeployer.servletContextParametersMethod parameters in org.wso2.carbon.webapp.mgt with type arguments of type WebContextParameterModifier and TypeMethodDescriptionvoidTomcatGenericWebappsDeployer.deploy(File webappFile, List<WebContextParameter> webContextParams, List<Object> applicationEventListeners) Deploy webappsprotected voidTomcatGenericWebappsDeployer.handleExplodedWebappDeployment(File webappDir, List<WebContextParameter> webContextParams, List<Object> applicationEventListeners) Handle the deployment of a an exploded webapp.protected voidTomcatGenericWebappsDeployer.handleHotDeployment(File webapp, List<WebContextParameter> webContextParams, List<Object> applicationEventListeners) Hot deploy a webapp.protected voidTomcatGenericWebappsDeployer.handleHotUpdate(WebApplication webApplication, List<WebContextParameter> webContextParams, List<Object> applicationEventListeners) Hot update an existing webapp.protected voidTomcatGenericWebappsDeployer.handleWarWebappDeployment(File webappWAR, List<WebContextParameter> webContextParams, List<Object> applicationEventListeners) Handle the deployment of a an archive webapp.protected voidTomcatGenericWebappsDeployer.handleWebappDeployment(File webappFile, String contextStr, List<WebContextParameter> webContextParams, List<Object> applicationEventListeners) protected voidTomcatGenericWebappsDeployer.handleZipWebappDeployment(File webapp, List<WebContextParameter> webContextParams, List<Object> applicationEventListeners) voidWebApplication.setServletContextParameters(List<WebContextParameter> parameters) Set ServletContext parameters for this webapp