org.eclipse.jetty.annotations
public class AnnotationConfiguration extends AbstractConfiguration
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_INHERITANCE_MAP |
static java.lang.String |
CONTAINER_INITIALIZERS |
| Constructor and Description |
|---|
AnnotationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearAnnotationList(java.util.List<AnnotationParser.DiscoverableAnnotationHandler> handlers) |
void |
cloneConfigure(WebAppContext template,
WebAppContext context)
Clone configuration instance.
|
void |
configure(WebAppContext context)
Configure WebApp.
|
protected AnnotationParser |
createAnnotationParser() |
protected void |
gatherAnnotations(java.util.List<DiscoveredAnnotation> annotations,
java.util.List<AnnotationParser.DiscoverableAnnotationHandler> handlers) |
FragmentDescriptor |
getFragmentFromJar(Resource jar,
java.util.List<FragmentDescriptor> frags) |
java.util.List<javax.servlet.ServletContainerInitializer> |
getNonExcludedInitializers(WebAppContext context) |
boolean |
isFromExcludedJar(WebAppContext context,
javax.servlet.ServletContainerInitializer service)
Check to see if the ServletContainerIntializer loaded via the ServiceLoader came
from a jar that is excluded by the fragment ordering.
|
boolean |
isMetaDataComplete(WebDescriptor d) |
void |
parseContainerPath(WebAppContext context,
AnnotationParser parser) |
void |
parseWebInfClasses(WebAppContext context,
AnnotationParser parser) |
void |
parseWebInfLib(WebAppContext context,
AnnotationParser parser) |
void |
preConfigure(WebAppContext context)
Set up for configuration.
|
AnnotationParser |
registerServletContainerInitializerAnnotationHandlers(WebAppContext context,
AnnotationParser parser,
java.util.List<javax.servlet.ServletContainerInitializer> scis) |
deconfigure, destroy, postConfigurepublic static final java.lang.String CLASS_INHERITANCE_MAP
public static final java.lang.String CONTAINER_INITIALIZERS
public void preConfigure(WebAppContext context) throws java.lang.Exception
ConfigurationTypically this step discovers configuration resources
preConfigure in interface ConfigurationpreConfigure in class AbstractConfigurationcontext - The context to configurejava.lang.Exceptionpublic void configure(WebAppContext context) throws java.lang.Exception
Configuration
Typically this step applies the discovered configuration resources to
either the WebAppContext or the associated MetaData.
configure in interface Configurationconfigure in class AbstractConfigurationcontext - The context to configurejava.lang.Exceptionprotected AnnotationParser createAnnotationParser()
public void cloneConfigure(WebAppContext template, WebAppContext context) throws java.lang.Exception
ConfigurationConfigure an instance of a WebAppContext, based on a template WebAppContext that has previously been configured by this Configuration.
cloneConfigure in interface ConfigurationcloneConfigure in class AbstractConfigurationtemplate - The template contextcontext - The context to configurejava.lang.Exceptionpublic AnnotationParser registerServletContainerInitializerAnnotationHandlers(WebAppContext context, AnnotationParser parser, java.util.List<javax.servlet.ServletContainerInitializer> scis) throws java.lang.Exception
java.lang.Exceptionpublic boolean isFromExcludedJar(WebAppContext context, javax.servlet.ServletContainerInitializer service) throws java.lang.Exception
orderedJars - service - java.lang.Exceptionpublic java.util.List<javax.servlet.ServletContainerInitializer> getNonExcludedInitializers(WebAppContext context) throws java.lang.Exception
java.lang.Exceptionpublic void parseContainerPath(WebAppContext context, AnnotationParser parser) throws java.lang.Exception
java.lang.Exceptionpublic void parseWebInfLib(WebAppContext context, AnnotationParser parser) throws java.lang.Exception
java.lang.Exceptionpublic void parseWebInfClasses(WebAppContext context, AnnotationParser parser) throws java.lang.Exception
java.lang.Exceptionpublic FragmentDescriptor getFragmentFromJar(Resource jar, java.util.List<FragmentDescriptor> frags) throws java.lang.Exception
java.lang.Exceptionpublic boolean isMetaDataComplete(WebDescriptor d)
protected void clearAnnotationList(java.util.List<AnnotationParser.DiscoverableAnnotationHandler> handlers)
protected void gatherAnnotations(java.util.List<DiscoveredAnnotation> annotations, java.util.List<AnnotationParser.DiscoverableAnnotationHandler> handlers)
Copyright © 2017. All Rights Reserved.