org.apache.geronimo.jetty
Class JettyWebAppContext.SessionManagerConfiguration

java.lang.Object
  extended byorg.apache.geronimo.jetty.JettyWebAppContext.SessionManagerConfiguration
All Implemented Interfaces:
Serializable, org.mortbay.jetty.servlet.WebApplicationContext.Configuration
Enclosing class:
JettyWebAppContext

public static class JettyWebAppContext.SessionManagerConfiguration
extends Object
implements org.mortbay.jetty.servlet.WebApplicationContext.Configuration

See Also:
Serialized Form

Constructor Summary
JettyWebAppContext.SessionManagerConfiguration()
           
 
Method Summary
 void configureClassPath()
           
 void configureDefaults()
           
 void configureWebApp()
           
 org.mortbay.jetty.servlet.WebApplicationContext getWebApplicationContext()
           
 void setWebApplicationContext(org.mortbay.jetty.servlet.WebApplicationContext webAppContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyWebAppContext.SessionManagerConfiguration

public JettyWebAppContext.SessionManagerConfiguration()
Method Detail

setWebApplicationContext

public void setWebApplicationContext(org.mortbay.jetty.servlet.WebApplicationContext webAppContext)
Specified by:
setWebApplicationContext in interface org.mortbay.jetty.servlet.WebApplicationContext.Configuration

getWebApplicationContext

public org.mortbay.jetty.servlet.WebApplicationContext getWebApplicationContext()
Specified by:
getWebApplicationContext in interface org.mortbay.jetty.servlet.WebApplicationContext.Configuration

configureClassPath

public void configureClassPath()
                        throws Exception
Specified by:
configureClassPath in interface org.mortbay.jetty.servlet.WebApplicationContext.Configuration
Throws:
Exception

configureDefaults

public void configureDefaults()
                       throws Exception
Specified by:
configureDefaults in interface org.mortbay.jetty.servlet.WebApplicationContext.Configuration
Throws:
Exception

configureWebApp

public void configureWebApp()
                     throws Exception
Specified by:
configureWebApp in interface org.mortbay.jetty.servlet.WebApplicationContext.Configuration
Throws:
Exception


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.