| org.apache.cocoon.components.url.ContextURLFactory
ContextURLFactory | public class ContextURLFactory extends AbstractLogEnabled implements URLFactory,Contextualizable(Code) | | author: Giacomo Pati version: CVS $Id: ContextURLFactory.java 433543 2006-08-22 06:22:54Z crossley $ |
Field Summary | |
protected org.apache.avalon.framework.context.Context | context |
context | protected org.apache.avalon.framework.context.Context context(Code) | | The context
|
contextualize | public void contextualize(org.apache.avalon.framework.context.Context context) throws ContextException(Code) | | Get the context
|
getURL | public URL getURL(String location) throws MalformedURLException(Code) | | Create a URL from a location. This method supports the
context:// pseudo-protocol for loading
resources accessible from the context root path
Parameters: location - The location The URL pointed to by the location exception: MalformedURLException - If the location is malformed |
|
|