EarWebModule

A module element in a deployment descriptor like application.xml that has a web child element.

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getContextRoot(): String
The context-root element specifies the context root of a web application.
Link copied to clipboard
abstract fun getPath(): String
Link copied to clipboard
abstract fun setAltDeployDescriptor(altDeployDescriptor: String)
Link copied to clipboard
abstract fun setContextRoot(contextRoot: String)
Link copied to clipboard
abstract fun setPath(path: String)
Link copied to clipboard
abstract fun toXmlNode(parentModule: Node, name: Any): Node