public interface Beans<T> extends Child<T>
beans
xsd typeModifier 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.interceptors
Interceptors<Beans<T>> createInterceptors()
interceptors
elementInterceptors>
List<Interceptors<Beans<T>>> getAllInterceptors()
interceptors
elementsinterceptors
Beans<T> removeAllInterceptors()
interceptors
elementsInterceptors>
Decorators<Beans<T>> getOrCreateDecorators()
decorators
element will be created and returned.
Otherwise, the first existing decorators
element will be returned.decorators
Decorators<Beans<T>> createDecorators()
decorators
elementDecorators>
List<Decorators<Beans<T>>> getAllDecorators()
decorators
elementsdecorators
Beans<T> removeAllDecorators()
decorators
elementsDecorators>
Alternatives<Beans<T>> getOrCreateAlternatives()
alternatives
element will be created and returned.
Otherwise, the first existing alternatives
element will be returned.alternatives
Alternatives<Beans<T>> createAlternatives()
alternatives
elementAlternatives>
List<Alternatives<Beans<T>>> getAllAlternatives()
alternatives
elementsalternatives
Copyright © 2015 JBoss by Red Hat. All rights reserved.