org.apache.geronimo.jetty
Interface HandleInterceptor

All Known Implementing Classes:
AbstractClusteredHandleInterceptor

public interface HandleInterceptor


Method Summary
 void handle(String pathInContext, String pathParams, org.mortbay.http.HttpRequest httpRequest, org.mortbay.http.HttpResponse httpResponse, HandleInterceptor end)
           
 

Method Detail

handle

void handle(String pathInContext,
            String pathParams,
            org.mortbay.http.HttpRequest httpRequest,
            org.mortbay.http.HttpResponse httpResponse,
            HandleInterceptor end)
            throws org.mortbay.http.HttpException,
                   IOException
Throws:
org.mortbay.http.HttpException
IOException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.