org.archive.wayback
Interface ResultURIConverter
- All Known Implementing Classes:
- ArchivalUrlResultURIConverter, ArchivalUrlSpecialContextResultURIConverter, DomainPrefixResultURIConverter, MementoResultURIConverter, RedirectResultURIConverter
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-29 05:28:38 +0700 (Wed, 29 Sep 2010) $, $Revision: 3262 $
- Author:
- brad
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 Resourceurl - for the desired Resource
- Returns:
- absolute replay URL
Copyright © 2005-2011 Internet Archive. All Rights Reserved.