org.outerj.xreporter.http
Class HttpConnectorImpl.DataSourcesHandler
java.lang.Object
org.mortbay.http.handler.AbstractHttpHandler
org.outerj.xreporter.http.HttpConnectorImpl.DataSourcesHandler
- All Implemented Interfaces:
- org.mortbay.http.HttpHandler, org.apache.avalon.framework.activity.Initializable, org.mortbay.util.LifeCycle, java.io.Serializable
- Enclosing class:
- HttpConnectorImpl
- protected class HttpConnectorImpl.DataSourcesHandler
- extends org.mortbay.http.handler.AbstractHttpHandler
- implements org.apache.avalon.framework.activity.Initializable
Handles all URL's starting with '/datasources'
- See Also:
- Serialized Form
Method Summary |
void |
handle(java.lang.String pathInContext,
java.lang.String pathParams,
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 |
HttpConnectorImpl.DataSourcesHandler
protected HttpConnectorImpl.DataSourcesHandler()
initialize
public void initialize()
throws java.lang.Exception
- Specified by:
initialize
in interface org.apache.avalon.framework.activity.Initializable
- Throws:
java.lang.Exception
handle
public void handle(java.lang.String pathInContext,
java.lang.String pathParams,
org.mortbay.http.HttpRequest request,
org.mortbay.http.HttpResponse response)
throws org.mortbay.http.HttpException,
java.io.IOException
- Specified by:
handle
in interface org.mortbay.http.HttpHandler
- Throws:
org.mortbay.http.HttpException
java.io.IOException