
public interface InterceptorOrderType<T> extends Child<T>, JavaeeInterceptorOrderCommonType<T,InterceptorOrderType<T>>
interceptor-orderType xsd type| Modifier and Type | Method and Description |
|---|---|
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 |
InterceptorOrderType<T> interceptorClass(String... values)
interceptor-class elements,
a new interceptor-class elementvalues - list of interceptor-class objectsInterceptorOrderTypeList<String> getAllInterceptorClass()
interceptor-class elementsinterceptor-classInterceptorOrderType<T> removeAllInterceptorClass()
interceptor-class elementInterceptorOrderTypeInterceptorOrderType<T> id(String id)
id attributeid - the value for the attribute idInterceptorOrderTypeString getId()
id attributeidInterceptorOrderType<T> removeId()
id attributeInterceptorOrderTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.