Class ContainerInitializer


  • public class ContainerInitializer
    extends Object
    • Field Detail

      • _target

        protected final javax.servlet.ServletContainerInitializer _target
      • _interestedTypes

        protected final Class<?>[] _interestedTypes
      • _applicableTypeNames

        protected final Set<String> _applicableTypeNames
      • _annotatedTypeNames

        protected final Set<String> _annotatedTypeNames
    • Constructor Detail

      • ContainerInitializer

        public ContainerInitializer​(javax.servlet.ServletContainerInitializer target,
                                    Class<?>[] classes)
      • ContainerInitializer

        public ContainerInitializer​(ClassLoader loader,
                                    String toString)
    • Method Detail

      • getTarget

        public javax.servlet.ServletContainerInitializer getTarget()
      • 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()