|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.plugins.ear.descriptor.EarWebModule org.gradle.plugins.ear.descriptor.EarModule
public interface EarWebModule extends EarModule
A module element in a deployment descriptor like application.xml that has a web child element.
Method Summary | |
---|---|
String
|
getContextRoot()
The context-root element specifies the context root of a web application. |
void
|
setContextRoot(String contextRoot)
|
Methods inherited from interface EarModule | |
---|---|
getAltDeployDescriptor, getPath, setAltDeployDescriptor, setPath, toXmlNode |
Method Detail |
---|
public String getContextRoot()
public void setContextRoot(String contextRoot)
Gradle API 1.12