|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebType<T>
This interface defines the contract for the webType
xsd type
Original Documentation:
The webType defines the web-uri and context-root of
a web application module.
Method Summary | |
---|---|
java.lang.String |
getContextRoot()
Returns the context-root element |
java.lang.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> |
setContextRoot(java.lang.String contextRoot)
If not already created, a new context-root element with the given value will be created. |
WebType<T> |
setWebUri(java.lang.String webUri)
If not already created, a new web-uri element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
WebType<T> setWebUri(java.lang.String webUri)
web-uri
element with the given value will be created.
Otherwise, the existing web-uri
element will be updated with the given value.
WebType
WebType<T> removeWebUri()
web-uri
element
WebType
java.lang.String getWebUri()
web-uri
element
web-uri
WebType<T> setContextRoot(java.lang.String contextRoot)
context-root
element with the given value will be created.
Otherwise, the existing context-root
element will be updated with the given value.
WebType
WebType<T> removeContextRoot()
context-root
element
WebType
java.lang.String getContextRoot()
context-root
element
context-root
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |