|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar31.InterceptorsTypeImpl<T>
public class InterceptorsTypeImpl<T>
This class implements the interceptorsType
xsd type
Original Documentation:
The interceptorsType element declares one or more interceptor
classes used by components within this ejb-jar or .war. The declaration
consists of :
- An optional description.
- One or more interceptor elements.
Constructor Summary | |
---|---|
InterceptorsTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
InterceptorsTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<InterceptorType<InterceptorsType<T>>> |
getInterceptorList()
Returns all interceptor elements |
InterceptorType<InterceptorsType<T>> |
interceptor()
Returns the interceptor element |
InterceptorsType<T> |
removeAllDescription()
Removes the description element |
InterceptorsType<T> |
removeAllInterceptor()
Removes all interceptor elements |
InterceptorsType<T> |
setDescription(java.lang.String description)
Creates a new description element |
InterceptorsType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterceptorsTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public InterceptorsTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public InterceptorsType<T> setDescription(java.lang.String description)
description
element
setDescription
in interface InterceptorsType<T>
InterceptorsType
public InterceptorsType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface InterceptorsType<T>
list
- of description
objects
InterceptorsType
public InterceptorsType<T> removeAllDescription()
description
element
removeAllDescription
in interface InterceptorsType<T>
InterceptorsType
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface InterceptorsType<T>
description
public InterceptorsType<T> removeAllInterceptor()
interceptor
elements
removeAllInterceptor
in interface InterceptorsType<T>
InterceptorsType
public InterceptorType<InterceptorsType<T>> interceptor()
interceptor
element
interceptor
in interface InterceptorsType<T>
interceptor
public java.util.List<InterceptorType<InterceptorsType<T>>> getInterceptorList()
interceptor
elements
getInterceptorList
in interface InterceptorsType<T>
interceptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |