|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebResourceCollectionType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema |
Uses of WebResourceCollectionType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return WebResourceCollectionType | |
---|---|
WebResourceCollectionType<SecurityConstraintType<T>> |
SecurityConstraintType.createWebResourceCollection()
Creates a new web-resource-collection element |
WebResourceCollectionType<T> |
WebResourceCollectionType.description(String... values)
Creates for all String objects representing description elements,
a new description element |
WebResourceCollectionType<SecurityConstraintType<T>> |
SecurityConstraintType.getOrCreateWebResourceCollection()
If not already created, a new web-resource-collection element will be created and returned. |
WebResourceCollectionType<T> |
WebResourceCollectionType.httpMethod(String... values)
Creates for all String objects representing http-method elements,
a new http-method element |
WebResourceCollectionType<T> |
WebResourceCollectionType.httpMethodOmission(String... values)
Creates for all String objects representing http-method-omission elements,
a new http-method-omission element |
WebResourceCollectionType<T> |
WebResourceCollectionType.id(String id)
Sets the id attribute |
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.removeId()
Removes the id attribute |
WebResourceCollectionType<T> |
WebResourceCollectionType.removeWebResourceName()
Removes the web-resource-name element |
WebResourceCollectionType<T> |
WebResourceCollectionType.urlPattern(String... values)
Creates for all String objects representing url-pattern elements,
a new url-pattern element |
WebResourceCollectionType<T> |
WebResourceCollectionType.webResourceName(String webResourceName)
Sets the web-resource-name element |
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type WebResourceCollectionType | |
---|---|
List<WebResourceCollectionType<SecurityConstraintType<T>>> |
SecurityConstraintType.getAllWebResourceCollection()
Returns all web-resource-collection elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |