| org.apache.cocoon.components.url.URLFactoryImpl
URLFactoryImpl | public class URLFactoryImpl extends AbstractLogEnabled implements ThreadSafe,Configurable,Disposable,Composable,Contextualizable,URLFactory(Code) | | author: Giacomo Pati version: CVS $Id: URLFactoryImpl.java 433543 2006-08-22 06:22:54Z crossley $ |
context | protected Context context(Code) | | The context
|
factories | protected Map factories(Code) | | The special URL factories
|
compose | public void compose(ComponentManager manager) throws ComponentException(Code) | | Set the current ComponentManager instance used by this
Composable .
|
configure | public void configure(Configuration conf) throws ConfigurationException(Code) | | Configure the URLFactories
|
contextualize | public void contextualize(Context context) throws ContextException(Code) | | Get the context
|
dispose | public void dispose()(Code) | | Dispose
|
getURL | public URL getURL(String location) throws MalformedURLException(Code) | | Create a URL from a location. This method supports specific
pseudo-protocol as defined in its configuration
Parameters: location - The location The URL pointed to by the location exception: MalformedURLException - If the location is malformed |
|
|