Uses of Class
com.vaadin.server.VaadinServletRequest

Packages that use VaadinServletRequest
com.vaadin.server   
 

Uses of VaadinServletRequest in com.vaadin.server
 

Methods in com.vaadin.server that return VaadinServletRequest
protected  VaadinServletRequest VaadinServlet.createVaadinRequest(javax.servlet.http.HttpServletRequest request)
          Create a Vaadin request for a http servlet request.
 

Methods in com.vaadin.server with parameters of type VaadinServletRequest
protected  void VaadinServlet.criticalNotification(VaadinServletRequest request, VaadinServletResponse response, java.lang.String caption, java.lang.String message, java.lang.String details, java.lang.String url)
          Deprecated. As of 7.0. This method is retained only for backwards compatibility and for GAEVaadinServlet.
protected  VaadinServlet.RequestType VaadinServlet.getRequestType(VaadinServletRequest request)
          Deprecated. As of 7.0. This is no longer used and only provided for backwards compatibility. Each RequestHandler can individually decide whether it wants to handle a request or not.
protected  void GAEVaadinServlet.sendCriticalErrorNotification(VaadinServletRequest request, VaadinServletResponse response)
           
protected  void GAEVaadinServlet.sendDeadlineExceededNotification(VaadinServletRequest request, VaadinServletResponse response)
           
protected  void GAEVaadinServlet.sendNotSerializableNotification(VaadinServletRequest request, VaadinServletResponse response)
           
 



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