org.apache.tomee.catalina
Class ProcessAnnotatedServletsListener

java.lang.Object
  extended by org.apache.tomee.catalina.LegacyAnnotationProcessorListener
      extended by org.apache.tomee.catalina.ProcessAnnotatedServletsListener
All Implemented Interfaces:
org.apache.catalina.InstanceListener

public class ProcessAnnotatedServletsListener
extends LegacyAnnotationProcessorListener
implements org.apache.catalina.InstanceListener

Processes annotations for a v5 Tomcat install Listener is added to each StandardWrapper

Version:
$Rev$ $Date$

Field Summary
 
Fields inherited from class org.apache.tomee.catalina.LegacyAnnotationProcessorListener
annotationProcessor
 
Constructor Summary
ProcessAnnotatedServletsListener(LegacyAnnotationProcessor annotationProcessor)
           
 
Method Summary
 void instanceEvent(org.apache.catalina.InstanceEvent event)
           
 
Methods inherited from class org.apache.tomee.catalina.LegacyAnnotationProcessorListener
postConstruct, preDestroy, processAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessAnnotatedServletsListener

public ProcessAnnotatedServletsListener(LegacyAnnotationProcessor annotationProcessor)
Method Detail

instanceEvent

public void instanceEvent(org.apache.catalina.InstanceEvent event)
Specified by:
instanceEvent in interface org.apache.catalina.InstanceListener


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.