Uses of Interface
com.vaadin.terminal.RequestHandler

Packages that use RequestHandler
com.vaadin The Vaadin base package. 
com.vaadin.terminal.gwt.server   
 

Uses of RequestHandler in com.vaadin
 

Methods in com.vaadin that return types with arguments of type RequestHandler
 Collection<RequestHandler> Application.getRequestHandlers()
          Gets the request handlers that are registered to the application.
 

Methods in com.vaadin with parameters of type RequestHandler
 void Application.addRequestHandler(RequestHandler handler)
          Adds a request handler to this application.
 void Application.removeRequestHandler(RequestHandler handler)
          Removes a request handler from the application.
 

Uses of RequestHandler in com.vaadin.terminal.gwt.server
 

Classes in com.vaadin.terminal.gwt.server that implement RequestHandler
 class ApplicationResourceHandler
           
 class BootstrapHandler
           
 class UnsupportedBrowserHandler
          A RequestHandler that presents an informative page if the browser in use is unsupported.
 



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