org.eclipse.jetty.annotations
Class AnnotationConfiguration

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

public class AnnotationConfiguration
extends AbstractConfiguration

Configuration for Annotations


Constructor Summary
AnnotationConfiguration()
           
 
Method Summary
 void cloneConfigure(WebAppContext template, WebAppContext context)
           
 void configure(WebAppContext context)
           
 
Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
deconfigure, destroy, postConfigure, preConfigure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationConfiguration

public AnnotationConfiguration()
Method Detail

configure

public void configure(WebAppContext context)
               throws Exception
Specified by:
configure in interface Configuration
Overrides:
configure in class AbstractConfiguration
Throws:
Exception

cloneConfigure

public void cloneConfigure(WebAppContext template,
                           WebAppContext context)
                    throws Exception
Specified by:
cloneConfigure in interface Configuration
Overrides:
cloneConfigure in class AbstractConfiguration
Throws:
Exception


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