| |
|
| java.lang.Object org.ow2.easybeans.deployment.xml.struct.Interceptors
Interceptors | public class Interceptors (Code) | | This class defines the implementation of the element interceptors.
author: Florent Benoit |
Field Summary | |
final public static String | NAME Name of this element. |
NAME | final public static String NAME(Code) | | Name of this element.
|
Interceptors | public Interceptors()(Code) | | Constructor.
|
addInterceptor | public void addInterceptor(Interceptor interceptor)(Code) | | Adds a new <interceptor> element to assembly descriptor.
Parameters: interceptor - the <interceptor> element |
getInterceptorList | public List<Interceptor> getInterceptorList()(Code) | | Gets the list of <interceptor> elements.
list of <interceptor> elements. |
|
|
|