public class AnnotationConfiguration
extends org.eclipse.jetty.webapp.AbstractConfiguration
| Constructor and Description |
|---|
AnnotationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearAnnotationList(List<org.eclipse.jetty.annotations.AnnotationParser.DiscoverableAnnotationHandler> handlers) |
void |
cloneConfigure(org.eclipse.jetty.webapp.WebAppContext template,
org.eclipse.jetty.webapp.WebAppContext context) |
void |
configure(org.eclipse.jetty.webapp.WebAppContext context) |
protected void |
gatherAnnotations(List<org.eclipse.jetty.webapp.DiscoveredAnnotation> annotations,
List<org.eclipse.jetty.annotations.AnnotationParser.DiscoverableAnnotationHandler> handlers) |
void |
parseContainerPath(org.eclipse.jetty.webapp.WebAppContext context,
org.eclipse.jetty.annotations.AnnotationParser parser) |
void |
parseWebInfClasses(org.eclipse.jetty.webapp.WebAppContext context,
org.eclipse.jetty.annotations.AnnotationParser parser) |
void |
parseWebInfLib(org.eclipse.jetty.webapp.WebAppContext context,
org.eclipse.jetty.annotations.AnnotationParser parser) |
public void configure(org.eclipse.jetty.webapp.WebAppContext context)
throws Exception
configure in interface org.eclipse.jetty.webapp.Configurationconfigure in class org.eclipse.jetty.webapp.AbstractConfigurationExceptionpublic void cloneConfigure(org.eclipse.jetty.webapp.WebAppContext template,
org.eclipse.jetty.webapp.WebAppContext context)
throws Exception
cloneConfigure in interface org.eclipse.jetty.webapp.ConfigurationcloneConfigure in class org.eclipse.jetty.webapp.AbstractConfigurationExceptionpublic void parseContainerPath(org.eclipse.jetty.webapp.WebAppContext context,
org.eclipse.jetty.annotations.AnnotationParser parser)
throws Exception
Exceptionpublic void parseWebInfLib(org.eclipse.jetty.webapp.WebAppContext context,
org.eclipse.jetty.annotations.AnnotationParser parser)
throws Exception
Exceptionpublic void parseWebInfClasses(org.eclipse.jetty.webapp.WebAppContext context,
org.eclipse.jetty.annotations.AnnotationParser parser)
throws Exception
Exceptionprotected void clearAnnotationList(List<org.eclipse.jetty.annotations.AnnotationParser.DiscoverableAnnotationHandler> handlers)
Copyright © 2014. All Rights Reserved.