public interface Beans<T> extends Child<T>
beans xsd type| Modifier and Type | Method and Description |
|---|---|
Alternatives<Beans<T>> |
createAlternatives()
Creates a new
alternatives element |
Decorators<Beans<T>> |
createDecorators()
Creates a new
decorators element |
Interceptors<Beans<T>> |
createInterceptors()
Creates a new
interceptors element |
List<Alternatives<Beans<T>>> |
getAllAlternatives()
Returns all
alternatives elements |
List<Decorators<Beans<T>>> |
getAllDecorators()
Returns all
decorators elements |
List<Interceptors<Beans<T>>> |
getAllInterceptors()
Returns all
interceptors elements |
Alternatives<Beans<T>> |
getOrCreateAlternatives()
If not already created, a new
alternatives element will be created and returned. |
Decorators<Beans<T>> |
getOrCreateDecorators()
If not already created, a new
decorators element will be created and returned. |
Interceptors<Beans<T>> |
getOrCreateInterceptors()
If not already created, a new
interceptors element will be created and returned. |
Beans<T> |
removeAllAlternatives()
Removes all
alternatives elements |
Beans<T> |
removeAllDecorators()
Removes all
decorators elements |
Beans<T> |
removeAllInterceptors()
Removes all
interceptors elements |
Interceptors<Beans<T>> getOrCreateInterceptors()
interceptors element will be created and returned.
Otherwise, the first existing interceptors element will be returned.interceptorsInterceptors<Beans<T>> createInterceptors()
interceptors elementInterceptors> List<Interceptors<Beans<T>>> getAllInterceptors()
interceptors elementsinterceptorsBeans<T> removeAllInterceptors()
interceptors elementsInterceptors> Decorators<Beans<T>> getOrCreateDecorators()
decorators element will be created and returned.
Otherwise, the first existing decorators element will be returned.decoratorsDecorators<Beans<T>> createDecorators()
decorators elementDecorators> List<Decorators<Beans<T>>> getAllDecorators()
decorators elementsdecoratorsBeans<T> removeAllDecorators()
decorators elementsDecorators> Alternatives<Beans<T>> getOrCreateAlternatives()
alternatives element will be created and returned.
Otherwise, the first existing alternatives element will be returned.alternativesAlternatives<Beans<T>> createAlternatives()
alternatives elementAlternatives> List<Alternatives<Beans<T>>> getAllAlternatives()
alternatives elementsalternativesCopyright © 2016 JBoss by Red Hat. All rights reserved.