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