org.outerj.xreporter.http
Class HttpConnectorImpl.ReportDefinitionHandler

java.lang.Object
  extended byorg.mortbay.http.handler.AbstractHttpHandler
      extended byorg.outerj.xreporter.http.HttpConnectorImpl.ReportDefinitionHandler
All Implemented Interfaces:
org.mortbay.http.HttpHandler, org.mortbay.util.LifeCycle, java.io.Serializable
Enclosing class:
HttpConnectorImpl

public class HttpConnectorImpl.ReportDefinitionHandler
extends org.mortbay.http.handler.AbstractHttpHandler

See Also:
Serialized Form

Field Summary
protected  int[] reportDefinitionsPattern
           
 
Constructor Summary
HttpConnectorImpl.ReportDefinitionHandler()
           
 
Method Summary
 void handle(java.lang.String s, java.lang.String s1, org.mortbay.http.HttpRequest request, org.mortbay.http.HttpResponse response)
           
 void initialize()
           
 
Methods inherited from class org.mortbay.http.handler.AbstractHttpHandler
getHttpContext, getName, handleTrace, initialize, isStarted, setName, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reportDefinitionsPattern

protected int[] reportDefinitionsPattern
Constructor Detail

HttpConnectorImpl.ReportDefinitionHandler

public HttpConnectorImpl.ReportDefinitionHandler()
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Throws:
java.lang.Exception

handle

public void handle(java.lang.String s,
                   java.lang.String s1,
                   org.mortbay.http.HttpRequest request,
                   org.mortbay.http.HttpResponse response)
            throws org.mortbay.http.HttpException,
                   java.io.IOException
Throws:
org.mortbay.http.HttpException
java.io.IOException