ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.application6 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.removeContextRoot()
          Removes the context-root element
 WebType<T> WebType.removeWebUri()
          Removes the web-uri element
 WebType<T> WebType.webUri(String webUri)
          Sets the web-uri element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.