org.gcube.smartgears.handlers.application.request
Class RequestValidator

java.lang.Object
  extended by org.gcube.smartgears.handlers.AbstractHandler
      extended by org.gcube.smartgears.handlers.application.RequestHandler
          extended by org.gcube.smartgears.handlers.application.request.RequestValidator
All Implemented Interfaces:
ApplicationHandler<RequestHandler>, Handler<ApplicationEvent<RequestHandler>>

public class RequestValidator
extends RequestHandler


Constructor Summary
RequestValidator()
           
 
Method Summary
 void handleRequest(RequestEvent call)
          Invoked when the container receives a request for a servlet of a managed app.
 String toString()
           
 
Methods inherited from class org.gcube.smartgears.handlers.application.RequestHandler
handleResponse, onEvent, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestValidator

public RequestValidator()
Method Detail

handleRequest

public void handleRequest(RequestEvent call)
Description copied from class: RequestHandler
Invoked when the container receives a request for a servlet of a managed app.

Overrides:
handleRequest in class RequestHandler
Parameters:
call - the event

toString

public String toString()
Overrides:
toString in class AbstractHandler


Copyright © 2014. All Rights Reserved.