Java com.vaadin.server VaadinServletRequest fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server VaadinServletRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.server VaadinServletRequest.

The text is from its open source code.

Subclass

com.vaadin.server.VaadinServletRequest has subclasses.
Click this link to see all its subclasses.

Method

HttpServletRequestgetHttpServletRequest()
Gets the original, unwrapped HTTP servlet request.
StringgetParameter(String parameter)
Gets the named request parameter This is typically a HTTP GET or POST parameter, though other request types might have other ways of representing parameters.
StringgetRemoteAddr()
Returns the IP address from which the request came.