|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Beans<T>
This interface defines the contract for the beans
xsd type
Method Summary | |
---|---|
Alternatives<Beans<T>> |
getOrCreateAlternatives()
If not already created, a new alternatives element with the given value will be created. |
Decorators<Beans<T>> |
getOrCreateDecorators()
If not already created, a new decorators element with the given value will be created. |
Interceptors<Beans<T>> |
getOrCreateInterceptors()
If not already created, a new interceptors element with the given value will be created. |
Beans<T> |
removeAlternatives()
Removes the alternatives element |
Beans<T> |
removeDecorators()
Removes the decorators element |
Beans<T> |
removeInterceptors()
Removes the interceptors element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
Interceptors<Beans<T>> getOrCreateInterceptors()
interceptors
element with the given value will be created.
Otherwise, the existing interceptors
element will be returned.
Interceptors>
Beans<T> removeInterceptors()
interceptors
element
Beans
Decorators<Beans<T>> getOrCreateDecorators()
decorators
element with the given value will be created.
Otherwise, the existing decorators
element will be returned.
Decorators>
Beans<T> removeDecorators()
decorators
element
Beans
Alternatives<Beans<T>> getOrCreateAlternatives()
alternatives
element with the given value will be created.
Otherwise, the existing alternatives
element will be returned.
Alternatives>
Beans<T> removeAlternatives()
alternatives
element
Beans
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |