|
||||||||||
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
Original Documentation:
The interceptor-orderType element describes a total ordering
of interceptor classes.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getInterceptorClassList()
Returns all interceptor-class elements |
InterceptorOrderType<T> |
removeAllInterceptorClass()
Removes the interceptor-class element |
InterceptorOrderType<T> |
setInterceptorClass(java.lang.String interceptorClass)
Creates a new interceptor-class element |
InterceptorOrderType<T> |
setInterceptorClassList(java.lang.String... values)
Creates for all String objects representing interceptor-class elements,
a new interceptor-class element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
InterceptorOrderType<T> setInterceptorClass(java.lang.String interceptorClass)
interceptor-class
element
InterceptorOrderType
InterceptorOrderType<T> setInterceptorClassList(java.lang.String... values)
interceptor-class
elements,
a new interceptor-class
element
list
- of interceptor-class
objects
InterceptorOrderType
InterceptorOrderType<T> removeAllInterceptorClass()
interceptor-class
element
InterceptorOrderType
java.util.List<java.lang.String> getInterceptorClassList()
interceptor-class
elements
interceptor-class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |