|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebResourceCollectionType<T>
This interface defines the contract for the web-resource-collectionType
xsd type
Method Summary | |
---|---|
WebResourceCollectionType<T> |
description(String... values)
Creates for all String objects representing description elements,
a new description element |
List<String> |
getAllDescription()
Returns all description elements |
List<String> |
getAllHttpMethod()
Returns all http-method elements |
List<String> |
getAllHttpMethodOmission()
Returns all http-method-omission elements |
List<String> |
getAllUrlPattern()
Returns all url-pattern elements |
String |
getId()
Returns the id attribute |
String |
getWebResourceName()
Returns the web-resource-name element |
WebResourceCollectionType<T> |
httpMethod(String... values)
Creates for all String objects representing http-method elements,
a new http-method element |
WebResourceCollectionType<T> |
httpMethodOmission(String... values)
Creates for all String objects representing http-method-omission elements,
a new http-method-omission element |
WebResourceCollectionType<T> |
id(String id)
Sets the id attribute |
WebResourceCollectionType<T> |
removeAllDescription()
Removes the description element |
WebResourceCollectionType<T> |
removeAllHttpMethod()
Removes the http-method element |
WebResourceCollectionType<T> |
removeAllHttpMethodOmission()
Removes the http-method-omission element |
WebResourceCollectionType<T> |
removeAllUrlPattern()
Removes the url-pattern element |
WebResourceCollectionType<T> |
removeId()
Removes the id attribute |
WebResourceCollectionType<T> |
removeWebResourceName()
Removes the web-resource-name element |
WebResourceCollectionType<T> |
urlPattern(String... values)
Creates for all String objects representing url-pattern elements,
a new url-pattern element |
WebResourceCollectionType<T> |
webResourceName(String webResourceName)
Sets the web-resource-name element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
WebResourceCollectionType<T> webResourceName(String webResourceName)
web-resource-name
element
webResourceName
- the value for the element web-resource-name
WebResourceCollectionType
String getWebResourceName()
web-resource-name
element
web-resource-name
WebResourceCollectionType<T> removeWebResourceName()
web-resource-name
element
WebResourceCollectionType
WebResourceCollectionType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
WebResourceCollectionType
List<String> getAllDescription()
description
elements
description
WebResourceCollectionType<T> removeAllDescription()
description
element
WebResourceCollectionType
WebResourceCollectionType<T> urlPattern(String... values)
url-pattern
elements,
a new url-pattern
element
values
- list of url-pattern
objects
WebResourceCollectionType
List<String> getAllUrlPattern()
url-pattern
elements
url-pattern
WebResourceCollectionType<T> removeAllUrlPattern()
url-pattern
element
WebResourceCollectionType
WebResourceCollectionType<T> httpMethod(String... values)
http-method
elements,
a new http-method
element
values
- list of http-method
objects
WebResourceCollectionType
List<String> getAllHttpMethod()
http-method
elements
http-method
WebResourceCollectionType<T> removeAllHttpMethod()
http-method
element
WebResourceCollectionType
WebResourceCollectionType<T> httpMethodOmission(String... values)
http-method-omission
elements,
a new http-method-omission
element
values
- list of http-method-omission
objects
WebResourceCollectionType
List<String> getAllHttpMethodOmission()
http-method-omission
elements
http-method-omission
WebResourceCollectionType<T> removeAllHttpMethodOmission()
http-method-omission
element
WebResourceCollectionType
WebResourceCollectionType<T> id(String id)
id
attribute
id
- the value for the attribute id
WebResourceCollectionType
String getId()
id
attribute
id
WebResourceCollectionType<T> removeId()
id
attribute
WebResourceCollectionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |