Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.WebResourceCollectionType

Packages that use WebResourceCollectionType
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
 

Uses of WebResourceCollectionType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return WebResourceCollectionType
 WebResourceCollectionType<T> WebResourceCollectionType.removeAllDescription()
          Removes the description element
 WebResourceCollectionType<T> WebResourceCollectionType.removeAllHttpMethod()
          Removes the http-method element
 WebResourceCollectionType<T> WebResourceCollectionType.removeAllHttpMethodOmission()
          Removes the http-method-omission element
 WebResourceCollectionType<T> WebResourceCollectionType.removeAllUrlPattern()
          Removes the url-pattern element
 WebResourceCollectionType<T> WebResourceCollectionType.removeWebResourceName()
          Removes the web-resource-name element
 WebResourceCollectionType<T> WebResourceCollectionType.setDescription(java.lang.String description)
          Creates a new description element
 WebResourceCollectionType<T> WebResourceCollectionType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 WebResourceCollectionType<T> WebResourceCollectionType.setHttpMethod(java.lang.String httpMethod)
          Creates a new http-method element
 WebResourceCollectionType<T> WebResourceCollectionType.setHttpMethodList(java.lang.String... values)
          Creates for all String objects representing http-method elements, a new http-method element
 WebResourceCollectionType<T> WebResourceCollectionType.setHttpMethodOmission(java.lang.String httpMethodOmission)
          Creates a new http-method-omission element
 WebResourceCollectionType<T> WebResourceCollectionType.setHttpMethodOmissionList(java.lang.String... values)
          Creates for all String objects representing http-method-omission elements, a new http-method-omission element
 WebResourceCollectionType<T> WebResourceCollectionType.setUrlPattern(java.lang.String urlPattern)
          Creates a new url-pattern element
 WebResourceCollectionType<T> WebResourceCollectionType.setUrlPatternList(java.lang.String... values)
          Creates for all String objects representing url-pattern elements, a new url-pattern element
 WebResourceCollectionType<T> WebResourceCollectionType.setWebResourceName(java.lang.String webResourceName)
          If not already created, a new web-resource-name element with the given value will be created.
 WebResourceCollectionType<SecurityConstraintType<T>> SecurityConstraintType.webResourceCollection()
          Returns the web-resource-collection element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type WebResourceCollectionType
 java.util.List<WebResourceCollectionType<SecurityConstraintType<T>>> SecurityConstraintType.getWebResourceCollectionList()
          Returns all web-resource-collection elements
 

Uses of WebResourceCollectionType in org.jboss.shrinkwrap.descriptor.impl.webcommon30
 

Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement WebResourceCollectionType
 class WebResourceCollectionTypeImpl<T>
          This class implements the web-resource-collectionType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return WebResourceCollectionType
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.removeAllDescription()
          Removes the description element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.removeAllHttpMethod()
          Removes the http-method element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.removeAllHttpMethodOmission()
          Removes the http-method-omission element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.removeAllUrlPattern()
          Removes the url-pattern element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.removeWebResourceName()
          Removes the web-resource-name element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.setHttpMethod(java.lang.String httpMethod)
          Creates a new http-method element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.setHttpMethodList(java.lang.String... values)
          Creates for all String objects representing http-method elements, a new http-method element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.setHttpMethodOmission(java.lang.String httpMethodOmission)
          Creates a new http-method-omission element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.setHttpMethodOmissionList(java.lang.String... values)
          Creates for all String objects representing http-method-omission elements, a new http-method-omission element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.setUrlPattern(java.lang.String urlPattern)
          Creates a new url-pattern element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.setUrlPatternList(java.lang.String... values)
          Creates for all String objects representing url-pattern elements, a new url-pattern element
 WebResourceCollectionType<T> WebResourceCollectionTypeImpl.setWebResourceName(java.lang.String webResourceName)
          If not already created, a new web-resource-name element with the given value will be created.
 WebResourceCollectionType<SecurityConstraintType<T>> SecurityConstraintTypeImpl.webResourceCollection()
          Returns the web-resource-collection element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type WebResourceCollectionType
 java.util.List<WebResourceCollectionType<SecurityConstraintType<T>>> SecurityConstraintTypeImpl.getWebResourceCollectionList()
          Returns all web-resource-collection elements