org.eclipse.jetty.annotations
Class AbstractConfiguration

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

public abstract class AbstractConfiguration
extends Object
implements Configuration


Field Summary
static String CONTAINER_JAR_RESOURCES
           
static String METADATA_COMPLETE
           
static String WEB_INF_JAR_RESOURCES
           
static String WEBXML_CLASSNAMES
           
static String WEBXML_VERSION
           
 
Constructor Summary
AbstractConfiguration()
           
 
Method Summary
 void parse25Classes(WebAppContext context, AnnotationParser parser)
           
 void parseContainerPath(WebAppContext context, AnnotationParser parser)
           
 void parseWebInfClasses(WebAppContext context, AnnotationParser parser)
           
 void parseWebInfLib(WebAppContext context, AnnotationParser parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jetty.webapp.Configuration
configure, deconfigure, postConfigure, preConfigure
 

Field Detail

CONTAINER_JAR_RESOURCES

public static final String CONTAINER_JAR_RESOURCES
See Also:
Constant Field Values

WEB_INF_JAR_RESOURCES

public static final String WEB_INF_JAR_RESOURCES
See Also:
Constant Field Values

WEBXML_VERSION

public static final String WEBXML_VERSION
See Also:
Constant Field Values

METADATA_COMPLETE

public static final String METADATA_COMPLETE
See Also:
Constant Field Values

WEBXML_CLASSNAMES

public static final String WEBXML_CLASSNAMES
See Also:
Constant Field Values
Constructor Detail

AbstractConfiguration

public AbstractConfiguration()
Method Detail

parseContainerPath

public void parseContainerPath(WebAppContext context,
                               AnnotationParser parser)
                        throws Exception
Throws:
Exception

parseWebInfLib

public void parseWebInfLib(WebAppContext context,
                           AnnotationParser parser)
                    throws Exception
Throws:
Exception

parseWebInfClasses

public void parseWebInfClasses(WebAppContext context,
                               AnnotationParser parser)
                        throws Exception
Throws:
Exception

parse25Classes

public void parse25Classes(WebAppContext context,
                           AnnotationParser parser)
                    throws Exception
Throws:
Exception


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