Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » url » [javadoc | source]
org.apache.cocoon.components.url
public interface: URLFactory [javadoc | source]

All Implemented Interfaces:
    org.apache.avalon.framework.component.Component

All Known Implementing Classes:
    ResourceURLFactory, ContextURLFactory, URLFactoryImpl

Deprecated! by - the new source resolving of avalon excalibur

Field Summary
 String ROLE     
Method from org.apache.cocoon.components.url.URLFactory Summary:
getURL,   getURL
Method from org.apache.cocoon.components.url.URLFactory Detail:
 public URL getURL(String location) throws MalformedURLException       Deprecated!
    Get an URL
 public URL getURL(URL base,
    String location) throws MalformedURLException       Deprecated!