
public interface WebType<T> extends Child<T>, JavaeeWebCommonType<T,WebType<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 |
getId()
Returns the
id attribute |
String |
getWebUri()
Returns the
web-uri element |
WebType<T> |
id(String id)
Sets the
id attribute |
WebType<T> |
removeContextRoot()
Removes the
context-root element |
WebType<T> |
removeId()
Removes the
id attribute |
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-rootWebType<T> removeContextRoot()
context-root elementWebTypeWebType<T> id(String id)
id attributeid - the value for the attribute idWebTypeString getId()
id attributeidCopyright © 2025 JBoss by Red Hat. All rights reserved.