Pages

Friday, January 1, 2010

Scope Objects

Scope Object Class Accessible From
Web context javax.servlet.ServletContext Web components within a web context. See “Accessing the
Web Context” on page 124.
Session javax.servlet.http.HttpSession Web components handling a request that belongs to the
session. See “Maintaining Client State” on page 125.
Request subtype of javax.servlet. Web components handling the request.
ServletRequest
Page javax.servlet.jsp.JspContext The JSP page that creates the object. See “Using Implicit
Objects” on page 145.

No comments:

Post a Comment