| Field and Description |
|---|
| org.apache.jasper.Constants.ESC |
| org.apache.jasper.Constants.ESCStr |
| org.apache.jasper.Constants.HACK_CHAR |
| org.apache.jasper.Constants.HACK_STR |
| Method and Description |
|---|
| org.apache.jasper.servlet.JspCServletContext.getServlet(String)
This method has been deprecated with no replacement
|
| org.apache.jasper.servlet.JspCServletContext.getServletNames()
This method has been deprecated with no replacement
|
| org.apache.jasper.servlet.JspCServletContext.getServlets()
This method has been deprecated with no replacement
|
| org.apache.jasper.compiler.JspUtil.getTagHandlerClassName(String, ErrorDispatcher)
Use
JspUtil.getTagHandlerClassName(String, String,
ErrorDispatcher)
See https://issues.apache.org/bugzilla/show_bug.cgi?id=46471 |
| org.apache.jasper.servlet.JspCServletContext.log(Exception, String)
Use log(String,Throwable) instead
|
| Constructor and Description |
|---|
| org.apache.jasper.runtime.TagHandlerPool(int)
Use static getTagHandlerPool
|
Copyright ? 2000-2004 Apache Software Foundation. All Rights Reserved.