|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterceptorOrderType<T>
This interface defines the contract for the interceptor-orderType
xsd type
Method Summary | |
---|---|
List<String> |
getAllInterceptorClass()
Returns all interceptor-class elements |
String |
getId()
Returns the id attribute |
InterceptorOrderType<T> |
id(String id)
Sets the id attribute |
InterceptorOrderType<T> |
interceptorClass(String... values)
Creates for all String objects representing interceptor-class elements,
a new interceptor-class element |
InterceptorOrderType<T> |
removeAllInterceptorClass()
Removes the interceptor-class element |
InterceptorOrderType<T> |
removeId()
Removes the id attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
InterceptorOrderType<T> interceptorClass(String... values)
interceptor-class
elements,
a new interceptor-class
element
values
- list of interceptor-class
objects
InterceptorOrderType
List<String> getAllInterceptorClass()
interceptor-class
elements
interceptor-class
InterceptorOrderType<T> removeAllInterceptorClass()
interceptor-class
element
InterceptorOrderType
InterceptorOrderType<T> id(String id)
id
attribute
id
- the value for the attribute id
InterceptorOrderType
String getId()
id
attribute
id
InterceptorOrderType<T> removeId()
id
attribute
InterceptorOrderType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |