public class CachedContentTestHandler extends Object implements org.mortbay.http.HttpHandler
Constructor and Description |
---|
CachedContentTestHandler() |
Modifier and Type | Method and Description |
---|---|
org.mortbay.http.HttpContext |
getHttpContext() |
String |
getName() |
void |
handle(String pathInContext,
String pathParams,
org.mortbay.http.HttpRequest httpRequest,
org.mortbay.http.HttpResponse res) |
void |
initialize(org.mortbay.http.HttpContext c) |
boolean |
isStarted() |
void |
start() |
void |
stop() |
public void handle(String pathInContext, String pathParams, org.mortbay.http.HttpRequest httpRequest, org.mortbay.http.HttpResponse res) throws org.mortbay.http.HttpException, IOException
handle
in interface org.mortbay.http.HttpHandler
org.mortbay.http.HttpException
IOException
public String getName()
getName
in interface org.mortbay.http.HttpHandler
public org.mortbay.http.HttpContext getHttpContext()
getHttpContext
in interface org.mortbay.http.HttpHandler
public void initialize(org.mortbay.http.HttpContext c)
initialize
in interface org.mortbay.http.HttpHandler
public void start() throws Exception
start
in interface org.mortbay.util.LifeCycle
Exception
public void stop() throws InterruptedException
stop
in interface org.mortbay.util.LifeCycle
InterruptedException
public boolean isStarted()
isStarted
in interface org.mortbay.util.LifeCycle
Copyright © 2012. All Rights Reserved.