| Author |
Page Context
|
Padma priya Gururajan
Ranch Hand
Joined: Oct 05, 2006
Posts: 411
|
|
Hi, As per the details from Enthuware, I would like to know as to how page context hides implementation details and provides a standard API to the services of the servlet container to the Jsp? Please explain. Thanks in advance.
|
Padma priya N.G.
Be the change you want to be - Mahatma Gandhi
|
 |
Sandeep Vaid
Ranch Hand
Joined: Feb 27, 2006
Posts: 390
|
|
when .jsp file gets converted to .java file, see its _jspService() method. You will find a PageContext object getting created using vendor specific API's(). Rest all the JSP's implicit objects are derived from this PageContext object..
|
 |
 |
|
|
subject: Page Context
|
|
|