Java Reference
In-Depth Information
Implicit Object Implicit Object Type
Implicit Object Description
request
javax.servlet.
ServletRequest
Commonly used to obtain HTTP
request parameters and attributes.
response
javax.servlet.
ServletResponse
Contains several methods to
manipulate the HTTP response sent
to the browser. Can be used to add
HTTP headers, cookies, etc.
session
javax.servlet.http.
HttpSession
Typically used to set and retrieve
attributes that are specific to each
user session.
After typing an implicit object followed by a dot, NetBeans will present a list of all
available methods for that object, along with a description of each method.
 
Search WWH ::




Custom Search