Sunday, April 5, 2009

7. JSP Implicit Objects

In JSP these implicit objects directly use instead of creating new object and using it.

API                                        Implicit Object

JspWriter                                        out


HttpServletRequest                       request


HttpServletResponse                    response


HttpSession                                  session


ServletContext                                   application


ServletConfig                                         config


Throwable                                         exception


PageContext                                         pageContext


Object                                         page

No comments:

Post a Comment