org.mortbay.jetty.plus
Class PlusWebAppContext.Configuration

java.lang.Object
  extended byorg.mortbay.jetty.servlet.XMLConfiguration
      extended byorg.mortbay.jetty.plus.PlusWebAppContext.Configuration
All Implemented Interfaces:
java.io.Serializable, WebApplicationContext.Configuration
Enclosing class:
PlusWebAppContext

public static class PlusWebAppContext.Configuration
extends XMLConfiguration

See Also:
Serialized Form

Constructor Summary
PlusWebAppContext.Configuration()
           
 
Method Summary
 void configureWebApp()
          Configure WebApp.
 PlusWebAppContext getPlusWebAppContext()
           
 
Methods inherited from class org.mortbay.jetty.servlet.XMLConfiguration
configureClassPath, configureDefaults, getWebApplicationContext, getWebApplicationHandler, setWebApplicationContext, webXmlParser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlusWebAppContext.Configuration

public PlusWebAppContext.Configuration()
Method Detail

getPlusWebAppContext

public PlusWebAppContext getPlusWebAppContext()

configureWebApp

public void configureWebApp()
                     throws java.lang.Exception
Description copied from interface: WebApplicationContext.Configuration
Configure WebApp. This method is called to apply the standard and vendor deployment descriptors. Typically this is web.xml and jetty-web.xml. The default implementation does nothing.

Specified by:
configureWebApp in interface WebApplicationContext.Configuration
Overrides:
configureWebApp in class XMLConfiguration
Throws:
java.lang.Exception


Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.