gov.lanl.archive.rewrite
Interface ResultURIConverter

All Known Implementing Classes:
ArchivalUrlResultURIConverter

public interface ResultURIConverter

Interface for implementations that convert a string datespec and URL into an absolute URL that will replay the specified URL at the specified date.

Version:
$Date: 2010-09-28 16:28:38 -0600 (Tue, 28 Sep 2010) $, $Revision: 3262 $
Author:
brad

Method Summary
 String makeReplayURI(String datespec, String url)
          return an absolute URL that will replay URL url at time datespec.
 

Method Detail

makeReplayURI

String makeReplayURI(String datespec,
                     String url)
return an absolute URL that will replay URL url at time datespec.

Parameters:
datespec - 14-digit timestamp for the desired Resource
url - for the desired Resource
Returns:
absolute replay URL


Copyright © 2013. All Rights Reserved.