Class ContextConfig.JavaClassCacheEntry
java.lang.Object
org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry
- Enclosing class:
ContextConfig
Cache entry for a Java class used during annotation scanning.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionString[]Returns the names of the implemented interfaces.Returns the set of ServletContainerInitializers interested in this class.Returns the name of the superclass.voidsetSciSet(Set<ServletContainerInitializer> sciSet) Sets the set of ServletContainerInitializers interested in this class.
-
Field Details
-
superclassName
The name of the superclass. -
interfaceNames
The names of the implemented interfaces.
-
-
Method Details
-
getSuperclassName
-
getInterfaceNames
Returns the names of the implemented interfaces.- Returns:
- the interface names
-
getSciSet
Returns the set of ServletContainerInitializers interested in this class.- Returns:
- the SCI set
-
setSciSet
Sets the set of ServletContainerInitializers interested in this class.- Parameters:
sciSet- the SCI set
-