|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.application5 | Provides the interfaces and enumeration types as defined in the schema application_5.xsd |
org.jboss.shrinkwrap.descriptor.impl.application5 | Provides the implementation classes as defined in the schema application_5.xsd |
Uses of WebType in org.jboss.shrinkwrap.descriptor.api.application5 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.application5 that return WebType | |
---|---|
WebType<T> |
WebType.removeContextRoot()
Removes the context-root element |
WebType<T> |
WebType.removeWebUri()
Removes the web-uri element |
WebType<T> |
WebType.setContextRoot(java.lang.String contextRoot)
If not already created, a new context-root element with the given value will be created. |
WebType<T> |
WebType.setWebUri(java.lang.String webUri)
If not already created, a new web-uri element with the given value will be created. |
WebType<ModuleType<T>> |
ModuleType.web()
If not already created, a new web element will be created and returned. |
Uses of WebType in org.jboss.shrinkwrap.descriptor.impl.application5 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.application5 that implement WebType | |
---|---|
class |
WebTypeImpl<T>
This class implements the webType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.application5 that return WebType | |
---|---|
WebType<T> |
WebTypeImpl.removeContextRoot()
Removes the context-root element |
WebType<T> |
WebTypeImpl.removeWebUri()
Removes the web-uri element |
WebType<T> |
WebTypeImpl.setContextRoot(java.lang.String contextRoot)
If not already created, a new context-root element with the given value will be created. |
WebType<T> |
WebTypeImpl.setWebUri(java.lang.String webUri)
If not already created, a new web-uri element with the given value will be created. |
WebType<ModuleType<T>> |
ModuleTypeImpl.web()
If not already created, a new web element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |