Uses of Interface
org.jboss.shrinkwrap.descriptor.api.application6.WebType

Packages that use WebType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema application_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.application6 Provides the implementation classes as defined in the schema application_6.xsd 
 

Uses of WebType in org.jboss.shrinkwrap.descriptor.api.application6
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 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.application6
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 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.