Uses of Class
org.gcube.smartgears.handlers.application.RequestEvent
-
Packages that use RequestEvent Package Description org.gcube.smartgears.handlers.application org.gcube.smartgears.handlers.application.request -
-
Uses of RequestEvent in org.gcube.smartgears.handlers.application
Subclasses of RequestEvent in org.gcube.smartgears.handlers.application Modifier and Type Class Description classResponseEventAApplicationEventthat occurs when the application returns a response to a given request.Methods in org.gcube.smartgears.handlers.application with parameters of type RequestEvent Modifier and Type Method Description voidRequestHandler. handleRequest(RequestEvent e)Invoked when the container receives a request for a servlet of a managed app. -
Uses of RequestEvent in org.gcube.smartgears.handlers.application.request
Methods in org.gcube.smartgears.handlers.application.request with parameters of type RequestEvent Modifier and Type Method Description voidRequestAccounting. handleRequest(RequestEvent e)voidRequestMetrics. handleRequest(RequestEvent e)voidRequestValidator. handleRequest(RequestEvent call)
-