org.mortbay.jetty
Interface HandlerContainer

All Superinterfaces:
LifeCycle
All Known Implementing Classes:
AbstractHandlerContainer

public interface HandlerContainer
extends LifeCycle


Method Summary
 void addHandler(Handler handler)
           
 Handler getChildHandlerByClass(Class byclass)
           
 Handler[] getChildHandlers()
           
 Handler[] getChildHandlersByClass(Class byclass)
           
 
Methods inherited from interface org.mortbay.component.LifeCycle
isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, start, stop
 

Method Detail

addHandler

public void addHandler(Handler handler)

getChildHandlers

public Handler[] getChildHandlers()

getChildHandlersByClass

public Handler[] getChildHandlersByClass(Class byclass)

getChildHandlerByClass

public Handler getChildHandlerByClass(Class byclass)


Copyright © {inceptionYear}-2007 Mort Bay Consulting. All Rights Reserved.