org.mortbay.jetty.plugin
Class MavenAnnotationConfiguration

java.lang.Object
  extended by org.eclipse.jetty.annotations.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
 
Fields inherited from class org.eclipse.jetty.annotations.AbstractConfiguration
CONTAINER_JAR_RESOURCES, METADATA_COMPLETE, WEB_INF_JAR_RESOURCES, WEBXML_CLASSNAMES, WEBXML_VERSION
 
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
configure, deconfigure, postConfigure, preConfigure
 
Methods inherited from class org.eclipse.jetty.annotations.AbstractConfiguration
parse25Classes, parseContainerPath, parseWebInfLib
 
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 java.lang.Exception
Overrides:
parseWebInfClasses in class org.eclipse.jetty.annotations.AbstractConfiguration
Throws:
java.lang.Exception


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