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 classDeprecated.protected static interfaceDeprecated.protected classDeprecated.classDeprecated.protected classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<InterceptorRegistry.InterceptorFactory> Deprecated.Deprecated.protected List<InterceptorRegistryListener> Deprecated.Deprecated.Deprecated.protected ResteasyProviderFactoryDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionInterceptorRegistry(Class<T> intf, ResteasyProviderFactory providerFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddNewInterceptor(List<T> list, Object interceptor) Deprecated.voidappendPrecedence(String precedence) Deprecated.T[]bind(Class declaring, AccessibleObject target) Deprecated.bindForList(Class declaring, AccessibleObject target) Deprecated.cloneTo(ResteasyProviderFactory factory) Deprecated.getIntf()Deprecated.Deprecated.voidinsertPrecedenceAfter(String after, String newPrecedence) Deprecated.voidinsertPrecedenceBefore(String after, String newPrecedence) Deprecated.protected voidDeprecated.voidDeprecated.voidDeprecated.
-
Field Details
-
providerFactory
Deprecated. -
intf
-
interceptors
Deprecated. -
precedenceOrder
-
precedenceList
-
listeners
Deprecated.
-
-
Constructor Details
-
InterceptorRegistry
Deprecated.
-
-
Method Details
-
cloneTo
Deprecated. -
getListeners
Deprecated. -
getIntf
-
recalculateOrder
protected void recalculateOrder()Deprecated. -
appendPrecedence
Deprecated. -
insertPrecedenceAfter
-
insertPrecedenceBefore
-
bind
Deprecated. -
bindForList
Deprecated. -
addNewInterceptor
-
register
-
register
Deprecated.
-