Uses of Interface
org.mortbay.jetty.webapp.Configuration

Packages that use Configuration
org.mortbay.jetty.webapp   
 

Uses of Configuration in org.mortbay.jetty.webapp
 

Classes in org.mortbay.jetty.webapp that implement Configuration
 class JettyWebXmlConfiguration
          JettyWebConfiguration.
 class TagLibConfiguration
          TagLibConfiguration.
 class WebInfConfiguration
          Configure class path from a WEB-INF directory found within a contexts resource base.
 class WebXmlConfiguration
          Configure by parsing default web.xml and web.xml
 

Methods in org.mortbay.jetty.webapp that return Configuration
 Configuration[] WebAppContext.getConfigurations()
           
 

Methods in org.mortbay.jetty.webapp with parameters of type Configuration
 void WebAppContext.setConfigurations(Configuration[] configurations)