|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeansDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
BeansDescriptor descriptor = Descriptors.create(BeansDescriptor.class);
Method Summary | |
---|---|
Alternatives<BeansDescriptor> |
getOrCreateAlternatives()
If not already created, a new alternatives element with the given value will be created. |
Decorators<BeansDescriptor> |
getOrCreateDecorators()
If not already created, a new decorators element with the given value will be created. |
Interceptors<BeansDescriptor> |
getOrCreateInterceptors()
If not already created, a new interceptors element with the given value will be created. |
BeansDescriptor |
removeAlternatives()
Removes the alternatives element |
BeansDescriptor |
removeDecorators()
Removes the decorators element |
BeansDescriptor |
removeInterceptors()
Removes the interceptors element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Descriptor |
---|
exportAsString, exportTo, getDescriptorName |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.DescriptorNamespace |
---|
addDefaultNamespaces, addNamespace, getNamespaces, removeAllNamespaces |
Method Detail |
---|
Interceptors<BeansDescriptor> getOrCreateInterceptors()
interceptors
element with the given value will be created.
Otherwise, the existing interceptors
element will be returned.
Interceptors
BeansDescriptor removeInterceptors()
interceptors
element
BeansDescriptor
Decorators<BeansDescriptor> getOrCreateDecorators()
decorators
element with the given value will be created.
Otherwise, the existing decorators
element will be returned.
Decorators
BeansDescriptor removeDecorators()
decorators
element
BeansDescriptor
Alternatives<BeansDescriptor> getOrCreateAlternatives()
alternatives
element with the given value will be created.
Otherwise, the existing alternatives
element will be returned.
Alternatives
BeansDescriptor removeAlternatives()
alternatives
element
BeansDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |