org.mortbay.http.handler
public class ExpiryHandler extends AbstractHttpHandler
Version: $Id: ExpiryHandler.java,v 1.11 2005/08/13 00:01:26 gregwilkins Exp $
Method Summary | |
---|---|
void | handle(String pathInContext, String pathParams, HttpRequest request, HttpResponse response) Handle a request by pre-populating the Expires header with a a value
that corresponds to now + ttl. |
void | setTimeToLive(long ttl)
Set the default expiry time in seconds.
|
Parameters: pathInContext The context path pathParams Path parameters such as encoded Session ID request The HttpRequest request response The HttpResponse response
Parameters: ttl The default time to live in seconds. If negative (the default) then all content will be set to expire 01Jan1970 by default.