|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Interceptor in com.dyuproject.demos.helloworld |
---|
Classes in com.dyuproject.demos.helloworld that implement Interceptor | |
---|---|
class |
DigestAuthInterceptor
|
class |
SimpleInterceptor
|
class |
SimpleInterceptorWC1
|
class |
SimpleInterceptorWC2
|
Uses of Interceptor in com.dyuproject.demos.todolist.service |
---|
Classes in com.dyuproject.demos.todolist.service that implement Interceptor | |
---|---|
class |
LoginInterceptor
|
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 |
InterceptorCollection
Wraps an arry 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 | |
---|---|
InterceptorCollection |
InterceptorCollection.addInterceptor(Interceptor interceptor)
|
int |
InterceptorCollection.indexOf(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 |