| ||||||||||
Resin 3.1 Documentation Examples Changes Overview Installation Configuration Quercus SOA/IoC JSP Servlets and Filters Admin (JMX) EJB Amber Security Performance Hessian XML and XSLT Third-party Troubleshooting/FAQ Introduction Compilation EL JSTL Directives Variables Actions Applications Schema for JSP-2.0 .tld files Velocity syntax JSP Templates FAQ |
JSP makes implicit variables available to the script. These variables are used to gain information about the request, and to help form a response. They also expose some useful functionality. JSP VariablesrequestContains the request object. responseContains the response object. pageContextState for the current page. sessionThe current session. applicationThe current application. outThe buffered stream to the HTTP response. pageThe current servlet. exceptionFor error pages, the exception thrown from the broken page.
|