Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application5 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
WebType<T> |
WebType.contextRoot(String contextRoot)
Sets the
context-root element |
WebType<ModuleType<T>> |
ModuleType.getOrCreateWeb()
If not already created, a new
web element with the given value will be created. |
WebType<T> |
WebType.id(String id)
Sets the
id attribute |
WebType<T> |
WebType.removeContextRoot()
Removes the
context-root element |
WebType<T> |
WebType.removeId()
Removes the
id attribute |
WebType<T> |
WebType.removeWebUri()
Removes the
web-uri element |
WebType<T> |
WebType.webUri(String webUri)
Sets the
web-uri element |
Copyright © 2020 JBoss by Red Hat. All rights reserved.