|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.xml.struct.Interceptors
public class Interceptors
This class defines the implementation of the element interceptors.
Field Summary | |
---|---|
private java.util.List<Interceptor> |
interceptorList
List of <interceptor> elements. |
static java.lang.String |
NAME
Name of this element. |
Constructor Summary | |
---|---|
Interceptors()
Constructor. |
Method Summary | |
---|---|
void |
addInterceptor(Interceptor interceptor)
Adds a new <interceptor> element to assembly descriptor. |
java.util.List<Interceptor> |
getInterceptorList()
Gets the list of <interceptor> elements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
private java.util.List<Interceptor> interceptorList
Constructor Detail |
---|
public Interceptors()
Method Detail |
---|
public java.util.List<Interceptor> getInterceptorList()
public void addInterceptor(Interceptor interceptor)
interceptor
- the <interceptor> element
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |