org.apache.geronimo.jetty
Interface JettyContainer
- All Known Implementing Classes:
- JettyContainerImpl
- public interface JettyContainer
- Version:
- $Revision: 1.4 $ $Date: 2004/05/30 19:09:57 $
Method Summary |
void |
addContext(org.mortbay.http.HttpContext context)
|
void |
addListener(org.mortbay.http.HttpListener listener)
|
void |
addRealm(org.mortbay.http.UserRealm realm)
|
void |
removeContext(org.mortbay.http.HttpContext context)
|
void |
removeListener(org.mortbay.http.HttpListener listener)
|
void |
removeRealm(org.mortbay.http.UserRealm realm)
|
addListener
public void addListener(org.mortbay.http.HttpListener listener)
removeListener
public void removeListener(org.mortbay.http.HttpListener listener)
addContext
public void addContext(org.mortbay.http.HttpContext context)
removeContext
public void removeContext(org.mortbay.http.HttpContext context)
addRealm
public void addRealm(org.mortbay.http.UserRealm realm)
removeRealm
public void removeRealm(org.mortbay.http.UserRealm realm)
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.