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
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 BootstrapResponse.getRequest()
          Gets the request for which the generated bootstrap HTML will be the response.
 VaadinRequest SessionInitEvent.getRequest()
          Gets the request that triggered the initialization.
 VaadinRequest BootstrapHandler.BootstrapContext.getRequest()
           
 VaadinRequest UIProviderEvent.getRequest()
          Gets the request associated with this event.
 

Methods in com.vaadin.server with parameters of type VaadinRequest
protected  VaadinServiceSession VaadinPortletService.createVaadinSession(VaadinRequest request)
           
protected  VaadinServiceSession VaadinService.createVaadinSession(VaadinRequest request)
          Creates a new Vaadin service session.
 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 VaadinServletService.getApplicationUrl(VaadinRequest request)
           
protected  java.net.URL VaadinService.getApplicationUrl(VaadinRequest request)
          Deprecated. Only used to support LegacyApplication.
 java.lang.String VaadinPortletService.getConfiguredTheme(VaadinRequest request)
           
 java.lang.String VaadinServletService.getConfiguredTheme(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.getConfiguredWidgetset(VaadinRequest request)
           
 java.lang.String VaadinServletService.getConfiguredWidgetset(VaadinRequest request)
           
abstract  java.lang.String VaadinService.getConfiguredWidgetset(VaadinRequest request)
          Gets the widgetset that is configured for this deployment, e.g.
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.
 java.lang.String VaadinPortletService.getMainDivId(VaadinServiceSession session, VaadinRequest request, java.lang.Class<? extends UI> uiClass)
           
 java.lang.String VaadinServletService.getMainDivId(VaadinServiceSession session, VaadinRequest request, java.lang.Class<? extends UI> uiClass)
           
abstract  java.lang.String VaadinService.getMainDivId(VaadinServiceSession session, VaadinRequest request, java.lang.Class<? extends UI> uiClass)
          Creates and returns a unique ID for the DIV where the UI is to be rendered.
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.
 java.lang.String VaadinPortletService.getStaticFileLocation(VaadinRequest request)
           
 java.lang.String VaadinServletService.getStaticFileLocation(VaadinRequest request)
           
abstract  java.lang.String VaadinService.getStaticFileLocation(VaadinRequest request)
          Return the URL from where static files, e.g.
 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 FileDownloader.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.
 boolean DragAndDropService.handleConnectorRequest(VaadinRequest request, VaadinResponse response, java.lang.String path)
           
 boolean AbstractClientConnector.handleConnectorRequest(VaadinRequest request, VaadinResponse response, java.lang.String path)
           
 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 UnsupportedBrowserHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
           
 boolean ConnectorResourceHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
           
 boolean RequestHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
          Handles a non-UIDL request.
 boolean BootstrapHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
          Deprecated.  
 boolean GlobalResourceHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
           
 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)
           
 boolean VaadinPortletService.isStandalone(VaadinRequest request)
           
 boolean VaadinServletService.isStandalone(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.
static void VaadinService.reinitializeSession(VaadinRequest request)
          Discards the current session and creates a new session with the same contents.
protected  boolean VaadinPortletService.requestCanCreateSession(VaadinRequest request)
           
protected  boolean VaadinServletService.requestCanCreateSession(VaadinRequest request)
           
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  void AbstractCommunicationManager.sendUploadResponse(VaadinRequest request, VaadinResponse response)
          Deprecated. TODO document
 void AbstractCommunicationManager.serveDependencyResource(VaadinRequest request, VaadinResponse response)
          Deprecated. Serve a connector resource from the classpath if the resource has previously been registered by calling AbstractCommunicationManager.registerDependency(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.
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 LoginForm.handleConnectorRequest(VaadinRequest request, VaadinResponse response, java.lang.String path)
          Deprecated.  
 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.