Class InterceptorRegistry<T>
java.lang.Object
org.jboss.resteasy.core.interception.InterceptorRegistry<T>
Deprecated.
The Resteasy interceptor facility introduced in release 2.x
is replaced by the JAX-RS 2.0 compliant interceptor facility in release 3.0.x.
- Version:
- $Revision: 1 $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
Deprecated.protected static interface
Deprecated.protected class
Deprecated.class
Deprecated.protected class
Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<InterceptorRegistry.InterceptorFactory> Deprecated.Deprecated.protected List
<InterceptorRegistryListener> Deprecated.Deprecated.Deprecated.protected ResteasyProviderFactory
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionInterceptorRegistry
(Class<T> intf, ResteasyProviderFactory providerFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addNewInterceptor
(List<T> list, Object interceptor) Deprecated.void
appendPrecedence
(String precedence) Deprecated.T[]
bind
(Class declaring, AccessibleObject target) Deprecated.bindForList
(Class declaring, AccessibleObject target) Deprecated.cloneTo
(ResteasyProviderFactory factory) Deprecated.getIntf()
Deprecated.Deprecated.void
insertPrecedenceAfter
(String after, String newPrecedence) Deprecated.void
insertPrecedenceBefore
(String after, String newPrecedence) Deprecated.protected void
Deprecated.void
Deprecated.void
Deprecated.
-
Field Details
-
providerFactory
Deprecated. -
intf
Deprecated. -
interceptors
Deprecated. -
precedenceOrder
Deprecated. -
precedenceList
Deprecated. -
listeners
Deprecated.
-
-
Constructor Details
-
InterceptorRegistry
Deprecated.
-
-
Method Details
-
cloneTo
Deprecated. -
getListeners
Deprecated. -
getIntf
Deprecated. -
recalculateOrder
protected void recalculateOrder()Deprecated. -
appendPrecedence
Deprecated. -
insertPrecedenceAfter
Deprecated. -
insertPrecedenceBefore
Deprecated. -
bind
Deprecated. -
bindForList
Deprecated. -
addNewInterceptor
Deprecated. -
register
Deprecated. -
register
Deprecated.
-