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

Packages that use WebType
org.jboss.shrinkwrap.descriptor.api.application5 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.application5 that return WebType
 WebType<T> WebType.contextRoot(String contextRoot)
          Sets the context-root element
 WebType<ModuleType<T>> ModuleType.getOrCreateWeb()
          If not already created, a new web element with the given value will be created.
 WebType<T> WebType.id(String id)
          Sets the id attribute
 WebType<T> WebType.removeContextRoot()
          Removes the context-root element
 WebType<T> WebType.removeId()
          Removes the id attribute
 WebType<T> WebType.removeWebUri()
          Removes the web-uri element
 WebType<T> WebType.webUri(String webUri)
          Sets the web-uri element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.