org.apache.excalibur.source
Interface URIAbsolutizer

All Known Implementing Classes:
FileSourceFactory

public interface URIAbsolutizer

Implemented by a SourceFactory when it supports applying a relative URI to a base URI to form an absolute URI.

If a source factory does not implement this interface, the standard algorithm (as described in RFC 2396) will be used. This interface only needs to be implemented for source-types which have a different behaviour.

Author:
Avalon Development Team

Method Summary
 String absolutize(String baseURI, String location)
           
 

Method Detail

absolutize

String absolutize(String baseURI,
                  String location)


Copyright © 1997-2012 The Apache Software Foundation. All Rights Reserved.