Java Reference
In-Depth Information
String _value = null;
try {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType(“text/html”);
pageContext = _jspxFactory.getPageContext(this, request, response,
“errorpage.jsp”, true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
Most often, you will not need to use the config object, because you will already have access
to the ServletContext through the implicit application object.
15
F IGURE 15.4
Output from UseOut.jsp .
 
Search WWH ::




Custom Search