public class AnnotationConfiguration extends AbstractConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_INHERITANCE_MAP |
static String |
CONTAINER_INITIALIZERS |
| Constructor and Description |
|---|
AnnotationConfiguration() |
deconfigure, destroy, postConfigurepublic static final String CLASS_INHERITANCE_MAP
public static final String CONTAINER_INITIALIZERS
public void preConfigure(WebAppContext context) throws Exception
preConfigure in interface ConfigurationpreConfigure in class AbstractConfigurationExceptionpublic void configure(WebAppContext context) throws Exception
configure in interface Configurationconfigure in class AbstractConfigurationExceptionprotected AnnotationParser createAnnotationParser()
public void cloneConfigure(WebAppContext template, WebAppContext context) throws Exception
cloneConfigure in interface ConfigurationcloneConfigure in class AbstractConfigurationExceptionpublic AnnotationParser registerServletContainerInitializerAnnotationHandlers(WebAppContext context, AnnotationParser parser, List<javax.servlet.ServletContainerInitializer> scis) throws Exception
Exceptionpublic boolean isFromExcludedJar(WebAppContext context, javax.servlet.ServletContainerInitializer service) throws Exception
orderedJars - service - Exceptionpublic List<javax.servlet.ServletContainerInitializer> getNonExcludedInitializers(WebAppContext context) throws Exception
Exceptionpublic void parseContainerPath(WebAppContext context, AnnotationParser parser) throws Exception
Exceptionpublic void parseWebInfLib(WebAppContext context, AnnotationParser parser) throws Exception
Exceptionpublic void parseWebInfClasses(WebAppContext context, AnnotationParser parser) throws Exception
Exceptionpublic FragmentDescriptor getFragmentFromJar(Resource jar, List<FragmentDescriptor> frags) throws Exception
Exceptionpublic boolean isMetaDataComplete(WebDescriptor d)
protected void clearAnnotationList(List<AnnotationParser.DiscoverableAnnotationHandler> handlers)
protected void gatherAnnotations(List<DiscoveredAnnotation> annotations, List<AnnotationParser.DiscoverableAnnotationHandler> handlers)
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.