- Use the classname as the servlet context attribute name for the annotation processor.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 4 Aug 2006 14:04:42 +0000 (14:04 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 4 Aug 2006 14:04:42 +0000 (14:04 +0000)
commit3be586435307a43cf1d72dda4fe8125ecd065cf7
tree1c3833cbc502ea29d6751b06860350691ca27321
parenta72b5dd12cc68a627a8efab36143baa532da4783
- Use the classname as the servlet context attribute name for the annotation processor.
- Fix init of the naming context used by the annotation processor.
- Jasper will now use the annotation processor from the servlet context.
- Remove the ignore annotation compile time parameter for Jasper, which was a temporary hack.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@428729 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/Globals.java
java/org/apache/catalina/core/StandardContext.java
java/org/apache/jasper/EmbeddedServletOptions.java
java/org/apache/jasper/JspC.java
java/org/apache/jasper/Options.java
java/org/apache/jasper/compiler/Generator.java
java/org/apache/jasper/runtime/AnnotationHelper.java [new file with mode: 0644]
java/org/apache/jasper/runtime/AnnotationProcessor.java [deleted file]
java/org/apache/jasper/runtime/TagHandlerPool.java