Set the version of this web application - used to differentiate different versions of the same web application when using parallel deployment. @param webappVersion The webapp version associated with the context, which should be unique
(String webappVersion)
| 1486 | * @param webappVersion The webapp version associated with the context, which should be unique |
| 1487 | */ |
| 1488 | void setWebappVersion(String webappVersion); |
| 1489 | |
| 1490 | /** |
| 1491 | * Returns the version of this web application, used to differentiate different versions of the same web application |
no outgoing calls