Uses of Class
org.mortbay.jetty.plus.annotation.LifeCycleCallbackCollection

Packages that use LifeCycleCallbackCollection
org.mortbay.jetty.annotations   
org.mortbay.jetty.plus.servlet   
org.mortbay.jetty.plus.webapp   
 

Uses of LifeCycleCallbackCollection in org.mortbay.jetty.annotations
 

Methods in org.mortbay.jetty.annotations that return LifeCycleCallbackCollection
 LifeCycleCallbackCollection AnnotationCollection.processLifeCycleCallbackAnnotations(LifeCycleCallbackCollection callbacks)
          Process @PostConstruct and @PreDestroy annotations.
 

Methods in org.mortbay.jetty.annotations with parameters of type LifeCycleCallbackCollection
static void AnnotationParser.parseAnnotations(WebAppContext webApp, java.lang.Class clazz, RunAsCollection runAs, InjectionCollection injections, LifeCycleCallbackCollection callbacks)
          Examine the class hierarchy for a class, finding all annotations.
 LifeCycleCallbackCollection AnnotationCollection.processLifeCycleCallbackAnnotations(LifeCycleCallbackCollection callbacks)
          Process @PostConstruct and @PreDestroy annotations.
 

Uses of LifeCycleCallbackCollection in org.mortbay.jetty.plus.servlet
 

Methods in org.mortbay.jetty.plus.servlet that return LifeCycleCallbackCollection
 LifeCycleCallbackCollection ServletHandler.getCallbacks()
           
 

Methods in org.mortbay.jetty.plus.servlet with parameters of type LifeCycleCallbackCollection
 void ServletHandler.setCallbacks(LifeCycleCallbackCollection callbacks)
           
 

Uses of LifeCycleCallbackCollection in org.mortbay.jetty.plus.webapp
 

Fields in org.mortbay.jetty.plus.webapp declared as LifeCycleCallbackCollection
protected  LifeCycleCallbackCollection AbstractConfiguration._callbacks
           
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.