Uses of Interface
com.vaadin.server.VaadinRequest

Packages that use VaadinRequest
com.vaadin.server   
com.vaadin.ui   
 

Uses of VaadinRequest in com.vaadin.server
 

Classes in com.vaadin.server that implement VaadinRequest
 class CombinedRequest
          A VaadinRequest with path and parameters from one request and VaadinRequest.BrowserDetails extracted from another request.
static class VaadinPortlet.VaadinGateinRequest
           
static class VaadinPortlet.VaadinHttpAndPortletRequest
           
static class VaadinPortlet.VaadinLiferayRequest
           
 class VaadinPortletRequest
          Wrapper for PortletRequest and its subclasses.
 class VaadinServletRequest
          Wrapper for HttpServletRequest.
 

Methods in com.vaadin.server that return VaadinRequest
static VaadinRequest VaadinService.getCurrentRequest()
          Gets the currently processed Vaadin request.
 VaadinRequest SessionInitEvent.getRequest()
          Gets the request that triggered the initialization.
 VaadinRequest BootstrapResponse.getRequest()
          Gets the request for which the generated bootstrap HTML will be the response.
 VaadinRequest UIProviderEvent.getRequest()
          Gets the request associated with this event.
 VaadinRequest BootstrapHandler.BootstrapContext.getRequest()
           
 VaadinRequest CombinedRequest.getSecondRequest()
          Gets the original second request.
 

Methods in com.vaadin.server with parameters of type VaadinRequest
static VaadinPortletRequest VaadinPortletRequest.cast(VaadinRequest request)
          Helper method to get a VaadinPortletRequest from a VaadinRequest.
static VaadinServletRequest VaadinServletRequest.cast(VaadinRequest request)
          Helper method to get a VaadinServletRequest from a VaadinRequest.
protected  VaadinServiceSession VaadinService.createVaadinSession(VaadinRequest request)
          Creates a new Vaadin service session.
protected  VaadinServiceSession VaadinPortletService.createVaadinSession(VaadinRequest request)
           
 void VaadinPortlet.AbstractApplicationPortletWrapper.criticalNotification(VaadinRequest request, VaadinResponse response, java.lang.String cap, java.lang.String msg, java.lang.String details, java.lang.String outOfSyncURL)
           
 void AbstractCommunicationManager.Callback.criticalNotification(VaadinRequest request, VaadinResponse response, java.lang.String cap, java.lang.String msg, java.lang.String details, java.lang.String outOfSyncURL)
          Deprecated.  
protected  void AbstractCommunicationManager.doHandleSimpleMultipartFileUpload(VaadinRequest request, VaadinResponse response, StreamVariable streamVariable, java.lang.String variableName, ClientConnector owner, java.lang.String boundary)
          Deprecated. Method used to stream content from a multipart request (either from servlet or portlet request) to given StreamVariable
protected  void AbstractCommunicationManager.doHandleXhrFilePost(VaadinRequest request, VaadinResponse response, StreamVariable streamVariable, java.lang.String variableName, ClientConnector owner, int contentLength)
          Deprecated. Used to stream plain file post (aka XHR2.post(File))
 UI VaadinService.findUI(VaadinRequest request)
          Finds the UI that belongs to the provided request.
 VaadinServiceSession VaadinService.findVaadinSession(VaadinRequest request)
          Attempts to find a Vaadin service session associated with this request.
protected  java.net.URL VaadinService.getApplicationUrl(VaadinRequest request)
          Deprecated. Only used to support LegacyApplication.
protected  java.net.URL VaadinServletService.getApplicationUrl(VaadinRequest request)
           
abstract  java.lang.String VaadinService.getConfiguredTheme(VaadinRequest request)
          Gets the theme that is configured for this deployment, e.g.
 java.lang.String VaadinPortletService.getConfiguredTheme(VaadinRequest request)
           
 java.lang.String VaadinServletService.getConfiguredTheme(VaadinRequest request)
           
abstract  java.lang.String VaadinService.getConfiguredWidgetset(VaadinRequest request)
          Gets the widgetset that is configured for this deployment, e.g.
 java.lang.String VaadinPortletService.getConfiguredWidgetset(VaadinRequest request)
           
 java.lang.String VaadinServletService.getConfiguredWidgetset(VaadinRequest request)
           
protected  VaadinServiceSession VaadinService.getExistingSession(VaadinRequest request, boolean allowSessionCreation)
           
protected  java.lang.String AbstractCommunicationManager.getInitialUIDL(VaadinRequest request, UI uI)
          Deprecated. Generates the initial UIDL message that can e.g.
protected  java.lang.String AbstractCommunicationManager.getRequestPayload(VaadinRequest request)
          Deprecated. Reads the request data from the Request and returns it converted to an UTF-8 string.
protected  VaadinPortlet.RequestType VaadinPortletService.getRequestType(VaadinRequest request)
          Deprecated. might be refactored or removed before 7.0.0
protected  VaadinServlet.RequestType VaadinServletService.getRequestType(VaadinRequest request)
          Deprecated. might be refactored or removed before 7.0.0
protected  java.lang.String AbstractCommunicationManager.getSecurityKey(VaadinRequest request)
          Deprecated. Gets the security key (and generates one if needed).
 java.lang.String AbstractCommunicationManager.getSecurityKeyUIDL(VaadinRequest request)
          Deprecated. Gets the security key (and generates one if needed) as UIDL.
abstract  java.lang.String VaadinService.getStaticFileLocation(VaadinRequest request)
          Return the URL from where static files, e.g.
 java.lang.String VaadinPortletService.getStaticFileLocation(VaadinRequest request)
           
 java.lang.String VaadinServletService.getStaticFileLocation(VaadinRequest request)
           
 void AbstractCommunicationManager.handleBrowserDetailsRequest(VaadinRequest request, VaadinResponse response, VaadinServiceSession session)
          Deprecated.  
 boolean AbstractCommunicationManager.handleBurst(VaadinRequest source, UI uI, java.lang.String burst)
          Deprecated. Processes a message burst received from the client.
 boolean AbstractClientConnector.handleConnectorRequest(VaadinRequest request, VaadinResponse response, java.lang.String path)
           
 boolean DragAndDropService.handleConnectorRequest(VaadinRequest request, VaadinResponse response, java.lang.String path)
           
 boolean ClientConnector.handleConnectorRequest(VaadinRequest request, VaadinResponse response, java.lang.String path)
          Handle a request directed to this connector.
 void AbstractCommunicationManager.handleFileUpload(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
          Deprecated. Handles file upload request submitted via Upload component.
 void AbstractCommunicationManager.handleHeartbeatRequest(VaadinRequest request, VaadinResponse response, VaadinServiceSession session)
          Deprecated. Handles a heartbeat request.
protected  boolean AbstractCommunicationManager.handleOtherRequest(VaadinRequest request, VaadinResponse response)
          Deprecated. Handles a request by passing it to each registered RequestHandler in turn until one produces a response.
 boolean GlobalResourceHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
           
 boolean UnsupportedBrowserHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
           
 boolean RequestHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
          Handles a non-UIDL request.
 boolean ConnectorResourceHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
           
 boolean BootstrapHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
          Deprecated.  
 void AbstractCommunicationManager.handleUidlRequest(VaadinRequest request, VaadinResponse response, AbstractCommunicationManager.Callback callback, UI uI)
          Deprecated. Internally process a UIDL request from the client.
 void Page.init(VaadinRequest request)
           
abstract  boolean VaadinService.isStandalone(VaadinRequest request)
          Checks whether the UI will be rendered on its own in the browser or whether it will be included into some other context.
 boolean VaadinPortletService.isStandalone(VaadinRequest request)
           
 boolean VaadinServletService.isStandalone(VaadinRequest request)
           
static void VaadinService.reinitializeSession(VaadinRequest request)
          Discards the current session and creates a new session with the same contents.
protected abstract  boolean VaadinService.requestCanCreateSession(VaadinRequest request)
          Checks whether it's valid to create a new service session as a result of the given request.
protected  boolean VaadinPortletService.requestCanCreateSession(VaadinRequest request)
           
protected  boolean VaadinServletService.requestCanCreateSession(VaadinRequest request)
           
protected  void AbstractCommunicationManager.sendUploadResponse(VaadinRequest request, VaadinResponse response)
          Deprecated. TODO document
 void AbstractCommunicationManager.serveConnectorResource(VaadinRequest request, VaadinResponse response)
          Deprecated. Serve a connector resource from the classpath if the resource has previously been registered by calling AbstractCommunicationManager.registerResource(String, Class).
 void VaadinService.setCurrentInstances(VaadinRequest request, VaadinResponse response)
          Sets the this Vaadin service as the current service and also sets the current Vaadin request and Vaadin response.
protected  void UnsupportedBrowserHandler.writeBrowserTooOldPage(VaadinRequest request, VaadinResponse response)
          Writes a page encouraging the user to upgrade to a more current browser.
 void DownloadStream.writeResponse(VaadinRequest request, VaadinResponse response)
          Writes this download stream to a Vaadin response.
 void AbstractCommunicationManager.writeUidlResponse(VaadinRequest request, boolean repaintAll, java.io.PrintWriter outWriter, UI ui, boolean analyzeLayouts)
          Deprecated.  
 

Constructors in com.vaadin.server with parameters of type VaadinRequest
BootstrapFragmentResponse(BootstrapHandler handler, VaadinRequest request, VaadinServiceSession session, java.lang.Class<? extends UI> uiClass, java.util.List<org.jsoup.nodes.Node> fragmentNodes, UIProvider uiProvider)
          Crate a new bootstrap fragment response.
BootstrapPageResponse(BootstrapHandler handler, VaadinRequest request, VaadinServiceSession session, java.lang.Class<? extends UI> uiClass, org.jsoup.nodes.Document document, java.util.Map<java.lang.String,java.lang.Object> headers, UIProvider uiProvider)
          Crate a new bootstrap page response.
BootstrapResponse(BootstrapHandler handler, VaadinRequest request, VaadinServiceSession session, java.lang.Class<? extends UI> uiClass, UIProvider uiProvider)
          Creates a new bootstrap event.
CombinedRequest(VaadinRequest secondRequest)
          Creates a new combined request based on the second request and some details from the first request.
SessionInitEvent(VaadinService service, VaadinServiceSession session, VaadinRequest request)
          Creates a new event.
UIClassSelectionEvent(VaadinRequest request)
          Creates a new event for a specific request.
UICreateEvent(VaadinRequest request, java.lang.Class<? extends UI> uiClass)
          Creates a new UI create event for a given VaadinRequest and UI class but without a UI id.
UICreateEvent(VaadinRequest request, java.lang.Class<? extends UI> uiClass, java.lang.Integer uiId)
          Creates a new UI create event for a given VaadinRequest, UI class and UI id
UIProviderEvent(VaadinRequest request)
          Creates a new UI provider event.
 

Uses of VaadinRequest in com.vaadin.ui
 

Methods in com.vaadin.ui with parameters of type VaadinRequest
 void UI.doInit(VaadinRequest request, int uiId)
          Internal initialization method, should not be overridden.
 boolean AbstractMedia.handleConnectorRequest(VaadinRequest request, VaadinResponse response, java.lang.String path)
           
protected abstract  void UI.init(VaadinRequest request)
          Initializes this UI.
protected  void UI.LegacyWindow.init(VaadinRequest request)
          Deprecated.  
 



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