org.apache.cocoon.components.url
Interface URLFactory
- All Superinterfaces:
- org.apache.avalon.framework.thread.ThreadSafe
- All Known Implementing Classes:
- URLFactoryImpl, ResourceURLFactory, ContextURLFactory
- public interface URLFactory
- extends org.apache.avalon.framework.thread.ThreadSafe
- Version:
- $Id: URLFactory.java,v 1.1.1.1.2.4 2001/10/11 08:56:10 cziegeler Exp $
- Author:
- Giacomo Pati
Field Summary |
static java.lang.String |
ROLE
|
Method Summary |
java.net.URL |
getURL(java.lang.String location)
Get an URL |
java.net.URL |
getURL(java.net.URL base,
java.lang.String location)
|
ROLE
public static final java.lang.String ROLE
getURL
public java.net.URL getURL(java.lang.String location)
throws java.net.MalformedURLException
- Get an URL
getURL
public java.net.URL getURL(java.net.URL base,
java.lang.String location)
throws java.net.MalformedURLException
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.