|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interceptor | |
---|---|
com.dyuproject.ext.jpa | |
com.dyuproject.web.rest | |
com.dyuproject.web.rest.mvc | |
com.dyuproject.web.rest.service |
Uses of Interceptor in com.dyuproject.ext.jpa |
---|
Classes in com.dyuproject.ext.jpa that implement Interceptor | |
---|---|
class |
EntityManagerManager
|
Uses of Interceptor in com.dyuproject.web.rest |
---|
Classes in com.dyuproject.web.rest that implement Interceptor | |
---|---|
class |
AbstractInterceptor
Base interceptor to pre-handle and post-handle requests. |
class |
ConsumerInterceptor
An interceptor that checks sets the mapped Consumer in the
RequestContext for use with the REST handlers. |
class |
InterceptorCollection
Wraps an array of interceptors and does the handle chain. |
class |
WrapperInterceptor
Wraps an interceptor for pre-handling and post-handling. |
Methods in com.dyuproject.web.rest that return Interceptor | |
---|---|
Interceptor |
WrapperInterceptor.getInterceptor()
|
Interceptor[] |
InterceptorCollection.getInterceptors()
|
Methods in com.dyuproject.web.rest with parameters of type Interceptor | |
---|---|
boolean |
InterceptorCollection.add(Interceptor interceptor)
|
InterceptorCollection |
InterceptorCollection.addInterceptor(Interceptor interceptor)
|
int |
InterceptorCollection.indexOf(Interceptor interceptor)
|
boolean |
InterceptorCollection.remove(Interceptor interceptor)
|
void |
WrapperInterceptor.setInterceptor(Interceptor interceptor)
|
void |
InterceptorCollection.setInterceptors(Interceptor[] interceptors)
|
Uses of Interceptor in com.dyuproject.web.rest.mvc |
---|
Methods in com.dyuproject.web.rest.mvc that return Interceptor | |
---|---|
Interceptor |
AbstractController.getInterceptor()
Deprecated. |
Interceptor |
Controller.getInterceptor()
Deprecated. |
Methods in com.dyuproject.web.rest.mvc with parameters of type Interceptor | |
---|---|
void |
AbstractController.setInterceptor(Interceptor interceptor)
Deprecated. |
Uses of Interceptor in com.dyuproject.web.rest.service |
---|
Methods in com.dyuproject.web.rest.service with parameters of type Interceptor | |
---|---|
void |
RESTServiceContext.addInterceptor(String path,
Interceptor interceptor)
|
boolean |
PathHandler.map(String path,
Interceptor interceptor)
|
Method parameters in com.dyuproject.web.rest.service with type arguments of type Interceptor | |
---|---|
void |
RESTServiceContext.setInterceptors(Map<String,Interceptor> interceptors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |