|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar30.InterceptorOrderTypeImpl<T>
public class InterceptorOrderTypeImpl<T>
This class implements the interceptor-orderType
xsd type
Original Documentation:
The interceptor-orderType element describes a total ordering
of interceptor classes.
Constructor Summary | |
---|---|
InterceptorOrderTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
InterceptorOrderTypeImpl(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> |
getInterceptorClassList()
Returns all interceptor-class elements |
InterceptorOrderType<T> |
removeAllInterceptorClass()
Removes the interceptor-class element |
InterceptorOrderType<T> |
setInterceptorClass(java.lang.String interceptorClass)
Creates a new interceptor-class element |
InterceptorOrderType<T> |
setInterceptorClassList(java.lang.String... values)
Creates for all String objects representing interceptor-class elements,
a new interceptor-class element |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterceptorOrderTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public InterceptorOrderTypeImpl(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 InterceptorOrderType<T> setInterceptorClass(java.lang.String interceptorClass)
interceptor-class
element
setInterceptorClass
in interface InterceptorOrderType<T>
InterceptorOrderType
public InterceptorOrderType<T> setInterceptorClassList(java.lang.String... values)
interceptor-class
elements,
a new interceptor-class
element
setInterceptorClassList
in interface InterceptorOrderType<T>
list
- of interceptor-class
objects
InterceptorOrderType
public InterceptorOrderType<T> removeAllInterceptorClass()
interceptor-class
element
removeAllInterceptorClass
in interface InterceptorOrderType<T>
InterceptorOrderType
public java.util.List<java.lang.String> getInterceptorClassList()
interceptor-class
elements
getInterceptorClassList
in interface InterceptorOrderType<T>
interceptor-class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |