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 |
java.lang.String |
absolutize(java.lang.String baseURI,
java.lang.String location)
|
absolutize
public java.lang.String absolutize(java.lang.String baseURI,
java.lang.String location)
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.