org.mortbay.jetty
Interface HandlerContainer

All Superinterfaces:
LifeCycle
All Known Subinterfaces:
SecurityHandler
All Known Implementing Classes:
AbstractHandlerContainer, ConstraintsSecurityHandler, Context, ContextHandler, ContextHandlerCollection, HandlerCollection, HandlerList, HandlerWrapper, HTAccessHandler, Jetty6PluginWebAppContext, MovedContextHandler, RequestLogHandler, RewriteHandler, Server, SessionHandler, StatisticsHandler, WebAppContext

public interface HandlerContainer
extends LifeCycle


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.mortbay.component.LifeCycle
LifeCycle.Listener
 
Method Summary
 void addHandler(Handler handler)
           
 Handler getChildHandlerByClass(Class<?> byclass)
           
 Handler[] getChildHandlers()
           
 Handler[] getChildHandlersByClass(Class<?> byclass)
           
 void removeHandler(Handler handler)
           
 
Methods inherited from interface org.mortbay.component.LifeCycle
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 

Method Detail

addHandler

void addHandler(Handler handler)

removeHandler

void removeHandler(Handler handler)

getChildHandlers

Handler[] getChildHandlers()

getChildHandlersByClass

Handler[] getChildHandlersByClass(Class<?> byclass)

getChildHandlerByClass

Handler getChildHandlerByClass(Class<?> byclass)


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