org.apache.cocoon.components.url
Interface URLFactory
- All Superinterfaces:
- Component
- All Known Implementing Classes:
- ContextURLFactory, ResourceURLFactory, URLFactoryImpl
Deprecated. by the new source resolving of avalon excalibur
public interface URLFactory
- extends Component
- Version:
- CVS $Id: URLFactory.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Giacomo Pati
ROLE
static final String ROLE
- Deprecated.
- See Also:
- Constant Field Values
getURL
URL getURL(String location)
throws MalformedURLException
- Deprecated.
- Get an URL
- Throws:
MalformedURLException
getURL
URL getURL(URL base,
String location)
throws MalformedURLException
- Deprecated.
- Throws:
MalformedURLException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.