Class ContainerInitializer

java.lang.Object
org.eclipse.jetty.plus.annotation.ContainerInitializer

@Deprecated public class ContainerInitializer extends Object
Deprecated.
  • Field Details

    • _target

      protected final javax.servlet.ServletContainerInitializer _target
      Deprecated.
    • _interestedTypes

      protected final Class<?>[] _interestedTypes
      Deprecated.
    • _applicableTypeNames

      protected final Set<String> _applicableTypeNames
      Deprecated.
    • _annotatedTypeNames

      protected final Set<String> _annotatedTypeNames
      Deprecated.
  • Constructor Details

    • ContainerInitializer

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

      public ContainerInitializer(ClassLoader loader, String toString)
      Deprecated.
  • Method Details

    • getTarget

      public javax.servlet.ServletContainerInitializer getTarget()
      Deprecated.
    • getInterestedTypes

      public Class[] getInterestedTypes()
      Deprecated.
    • addAnnotatedTypeName

      public void addAnnotatedTypeName(String className)
      Deprecated.
      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()
      Deprecated.
    • addApplicableTypeName

      public void addApplicableTypeName(String className)
      Deprecated.
    • getApplicableTypeNames

      public Set<String> getApplicableTypeNames()
      Deprecated.
    • callStartup

      public void callStartup(WebAppContext context) throws Exception
      Deprecated.
      Throws:
      Exception
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • resolveClasses

      public void resolveClasses(WebAppContext context, Map<String,Set<String>> classMap)
      Deprecated.