org.eclipse.jetty.plus.annotation
public class ContainerInitializer extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<java.lang.String> |
_annotatedTypeNames |
protected java.util.Set<java.lang.String> |
_applicableTypeNames |
protected java.lang.Class[] |
_interestedTypes |
protected javax.servlet.ServletContainerInitializer |
_target |
Constructor and Description |
---|
ContainerInitializer() |
Modifier and Type | Method and Description |
---|---|
void |
addAnnotatedTypeName(java.lang.String className)
A class has been found that has an annotation of interest
to this initializer.
|
void |
addApplicableTypeName(java.lang.String className) |
void |
callStartup(WebAppContext context) |
java.util.Set<java.lang.String> |
getAnnotatedTypeNames() |
java.util.Set<java.lang.String> |
getApplicableTypeNames() |
java.lang.Class[] |
getInterestedTypes() |
javax.servlet.ServletContainerInitializer |
getTarget() |
void |
setInterestedTypes(java.lang.Class[] interestedTypes) |
void |
setTarget(javax.servlet.ServletContainerInitializer target) |
protected javax.servlet.ServletContainerInitializer _target
protected java.lang.Class[] _interestedTypes
protected java.util.Set<java.lang.String> _applicableTypeNames
protected java.util.Set<java.lang.String> _annotatedTypeNames
public void setTarget(javax.servlet.ServletContainerInitializer target)
public javax.servlet.ServletContainerInitializer getTarget()
public java.lang.Class[] getInterestedTypes()
public void setInterestedTypes(java.lang.Class[] interestedTypes)
public void addAnnotatedTypeName(java.lang.String className)
className
- public java.util.Set<java.lang.String> getAnnotatedTypeNames()
public void addApplicableTypeName(java.lang.String className)
public java.util.Set<java.lang.String> getApplicableTypeNames()
public void callStartup(WebAppContext context) throws java.lang.Exception
java.lang.Exception
Copyright © 2016. All Rights Reserved.