Chapter 13. Core Servlet Components

The ServletRequest Class

A ServletRequest object contains information about the request from the browser. In addition to obvious things such as form variables, the request object can give you information about the kinds of languages that the browser accepts and the character encoding used in the request. ServletRequest is actually a Java interface, not a class. Because you don't have to create the request object, however, it doesn't ...

Get Special Edition Using Java™ Server Pages and Servlets now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.