com.vaadin.terminal.gwt.server
Class ApplicationResourceHandler

java.lang.Object
  extended by com.vaadin.terminal.gwt.server.ApplicationResourceHandler
All Implemented Interfaces:
RequestHandler, Serializable

public class ApplicationResourceHandler
extends Object
implements RequestHandler

See Also:
Serialized Form

Constructor Summary
ApplicationResourceHandler()
           
 
Method Summary
 boolean handleRequest(Application application, WrappedRequest request, WrappedResponse response)
          Handles a non-UIDL request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationResourceHandler

public ApplicationResourceHandler()
Method Detail

handleRequest

public boolean handleRequest(Application application,
                             WrappedRequest request,
                             WrappedResponse response)
                      throws IOException
Description copied from interface: RequestHandler
Handles a non-UIDL request. If a response is written, this method should return false to indicate that no more request handlers should be invoked for the request.

Specified by:
handleRequest in interface RequestHandler
Parameters:
application - The application to which the request belongs
request - The request to handle
response - The response object to which a response can be written.
Returns:
true if a response has been written and no further request handlers should be called, otherwise false
Throws:
IOException


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.