public interface WebType<T> extends Child<T>
webType xsd type| Modifier and Type | Method and Description |
|---|---|
WebType<T> |
contextRoot(String contextRoot)
Sets the
context-root element |
String |
getContextRoot()
Returns the
context-root element |
String |
getWebUri()
Returns the
web-uri element |
WebType<T> |
removeContextRoot()
Removes the
context-root element |
WebType<T> |
removeWebUri()
Removes the
web-uri element |
WebType<T> |
webUri(String webUri)
Sets the
web-uri element |
WebType<T> webUri(String webUri)
web-uri elementwebUri - the value for the element web-uriWebTypeString getWebUri()
web-uri elementweb-uriWebType<T> removeWebUri()
web-uri elementWebTypeWebType<T> contextRoot(String contextRoot)
context-root elementcontextRoot - the value for the element context-rootWebTypeString getContextRoot()
context-root elementcontext-rootCopyright © 2016 JBoss by Red Hat. All rights reserved.