org.deegree.commons.utils
Interface URITranslator


public interface URITranslator

Provides translation of URIs (e.g. between internal and external ones).

Version:
$Revision: 27134 $, $Date: 2010-10-01 18:48:40 +0200 (Fri, 01 Oct 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 String translate(String uri)
          Translates the given URI.
 

Method Detail

translate

String translate(String uri)
Translates the given URI.

Parameters:
uri - to be translated, never null
Returns:
translated URI, never null


Copyright © 2011. All Rights Reserved.