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.java 433543 2006-08-22 06:22:54Z crossley $
- 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-2007 The Apache Software Foundation. All Rights Reserved.