org.mortbay.jetty.plugin
Class MavenAnnotationConfiguration

java.lang.Object
  extended by org.eclipse.jetty.webapp.AbstractConfiguration
      extended by org.eclipse.jetty.annotations.AnnotationConfiguration
          extended by org.mortbay.jetty.plugin.MavenAnnotationConfiguration
All Implemented Interfaces:
org.eclipse.jetty.webapp.Configuration

public class MavenAnnotationConfiguration
extends org.eclipse.jetty.annotations.AnnotationConfiguration


Field Summary
 
Fields inherited from class org.eclipse.jetty.annotations.AnnotationConfiguration
CLASS_INHERITANCE_MAP, CONTAINER_INITIALIZERS
 
Constructor Summary
MavenAnnotationConfiguration()
           
 
Method Summary
 void parseWebInfClasses(org.eclipse.jetty.webapp.WebAppContext context, org.eclipse.jetty.annotations.AnnotationParser parser)
           
 
Methods inherited from class org.eclipse.jetty.annotations.AnnotationConfiguration
clearAnnotationList, cloneConfigure, configure, createAnnotationParser, gatherAnnotations, getFragmentFromJar, getNonExcludedInitializers, isFromExcludedJar, isMetaDataComplete, parseContainerPath, parseWebInfLib, preConfigure, registerServletContainerInitializerAnnotationHandlers
 
Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
deconfigure, destroy, postConfigure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenAnnotationConfiguration

public MavenAnnotationConfiguration()
Method Detail

parseWebInfClasses

public void parseWebInfClasses(org.eclipse.jetty.webapp.WebAppContext context,
                               org.eclipse.jetty.annotations.AnnotationParser parser)
                        throws Exception
Overrides:
parseWebInfClasses in class org.eclipse.jetty.annotations.AnnotationConfiguration
Throws:
Exception


Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.