Deployment Descriptor
A deployment descriptor such as application.xml.
Functions
Link copied to clipboard
The application name.
Link copied to clipboard
The application description.
Link copied to clipboard
The application display name.
Link copied to clipboard
The name of the descriptor file, typically "application.
Link copied to clipboard
Whether to initialize modules in the order they appear in the descriptor, with the exception of client modules.
Link copied to clipboard
The name of the directory to look for libraries in.
Link copied to clipboard
List of module descriptors.
Link copied to clipboard
Mapping of module paths to module types.
Link copied to clipboard
List of security roles.
Link copied to clipboard
The version of application.xml.
Link copied to clipboard
Add a module to the deployment descriptor.
Link copied to clipboard
Add a security role to the deployment descriptor.
Add a security role to the deployment descriptor after configuring it with the given action.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Add a web module to the deployment descriptor.
Link copied to clipboard
abstract fun withXml(@DelegatesTo(value = XmlProvider::class ) closure: Closure): DeploymentDescriptor
Adds a closure to be called when the XML document has been created.
Adds an action to be called when the XML document has been created.
Link copied to clipboard
Writes the deployment descriptor into a writer.
Writes the deployment descriptor into a file.