|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RequestHandler in org.gcube.smartgears.configuration.application |
|---|
| Methods in org.gcube.smartgears.configuration.application that return types with arguments of type RequestHandler | |
|---|---|
List<RequestHandler> |
ApplicationHandlers.requestHandlers()
Returns the RequestHandlers for the service. |
| Methods in org.gcube.smartgears.configuration.application with parameters of type RequestHandler | |
|---|---|
ApplicationHandlers |
ApplicationHandlers.set(RequestHandler... handlers)
Sets the RequestHandlers for the service. |
| Uses of RequestHandler in org.gcube.smartgears.handlers.application |
|---|
| Method parameters in org.gcube.smartgears.handlers.application with type arguments of type RequestHandler | |
|---|---|
void |
RequestHandler.onEvent(ApplicationEvent<RequestHandler> e)
|
| Uses of RequestHandler in org.gcube.smartgears.handlers.application.request |
|---|
| Subclasses of RequestHandler in org.gcube.smartgears.handlers.application.request | |
|---|---|
class |
RequestValidator
|
| Uses of RequestHandler in org.gcube.smartgears.managers |
|---|
| Constructor parameters in org.gcube.smartgears.managers with type arguments of type RequestHandler | |
|---|---|
RequestManager(ApplicationContext context,
String servletName,
ApplicationPipeline<RequestHandler> pipeline)
Creates an instance with the name of the target servlet and a pipeline. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||