org.apache.geronimo.jetty6
Interface PreHandler

All Superinterfaces:
org.mortbay.jetty.Handler, org.mortbay.component.LifeCycle
All Known Implementing Classes:
AbstractClusteredPreHandler, AbstractPreHandler, WADIClusteredPreHandler

public interface PreHandler
extends org.mortbay.jetty.Handler


Field Summary
 
Fields inherited from interface org.mortbay.jetty.Handler
ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST
 
Method Summary
 void setNextHandler(org.mortbay.jetty.Handler next)
           
 
Methods inherited from interface org.mortbay.jetty.Handler
destroy, getServer, handle, setServer
 
Methods inherited from interface org.mortbay.component.LifeCycle
isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, start, stop
 

Method Detail

setNextHandler

void setNextHandler(org.mortbay.jetty.Handler next)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.