Class ContainerInitializer
java.lang.Object
org.eclipse.jetty.plus.annotation.ContainerInitializer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContainerInitializer
(ClassLoader loader, String toString) ContainerInitializer
(javax.servlet.ServletContainerInitializer target, Class<?>[] classes) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAnnotatedTypeName
(String className) A class has been found that has an annotation of interest to this initializer.void
addApplicableTypeName
(String className) private void
void
callStartup
(WebAppContext context) Class[]
javax.servlet.ServletContainerInitializer
void
resolveClasses
(WebAppContext context, Map<String, Set<String>> classMap) toString()
-
Field Details
-
LOG
-
_target
protected final javax.servlet.ServletContainerInitializer _target -
_interestedTypes
-
_applicableTypeNames
-
_annotatedTypeNames
-
-
Constructor Details
-
ContainerInitializer
-
ContainerInitializer
-
-
Method Details
-
getTarget
public javax.servlet.ServletContainerInitializer getTarget() -
getInterestedTypes
-
addAnnotatedTypeName
A class has been found that has an annotation of interest to this initializer.- Parameters:
className
- the class name to add
-
getAnnotatedTypeNames
-
addApplicableTypeName
-
getApplicableTypeNames
-
callStartup
- Throws:
Exception
-
toString
-
resolveClasses
-
addInheritedTypes
-