Class ContainerInitializer


  • public class ContainerInitializer
    extends Object
    • Field Detail

      • _interestedTypes

        protected final Class<?>[] _interestedTypes
      • _applicableTypeNames

        protected final Set<String> _applicableTypeNames
      • _annotatedTypeNames

        protected final Set<String> _annotatedTypeNames
    • Method Detail

      • getInterestedTypes

        public Class[] getInterestedTypes()
      • addAnnotatedTypeName

        public void addAnnotatedTypeName​(String className)
        A class has been found that has an annotation of interest to this initializer.
        Parameters:
        className - the class name to add
      • getAnnotatedTypeNames

        public Set<String> getAnnotatedTypeNames()
      • addApplicableTypeName

        public void addApplicableTypeName​(String className)
      • getApplicableTypeNames

        public Set<String> getApplicableTypeNames()
      • callStartup

        public void callStartup​(org.eclipse.jetty.webapp.WebAppContext context)
                         throws Exception
        Throws:
        Exception
      • resolveClasses

        public void resolveClasses​(org.eclipse.jetty.webapp.WebAppContext context,
                                   Map<String,​Set<String>> classMap)