Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » url » [javadoc | source]
org.apache.cocoon.components.url
public class: URLFactoryImpl [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
      org.apache.cocoon.components.url.URLFactoryImpl

All Implemented Interfaces:
    org.apache.avalon.framework.activity.Disposable, URLFactory, org.apache.avalon.framework.thread.ThreadSafe, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.component.Composable

Deprecated! by - the new source resolving of avalon excalibur

Field Summary
protected  Context context    The context 
protected  Map factories    The special URL factories 
Method from org.apache.cocoon.components.url.URLFactoryImpl Summary:
compose,   configure,   contextualize,   dispose,   getURL,   getURL
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.components.url.URLFactoryImpl Detail:
 public  void compose(ComponentManager manager) throws ComponentException 
      Deprecated!
    Set the current ComponentManager instance used by this Composable.
 public  void configure(Configuration conf) throws ConfigurationException 
      Deprecated!
    Configure the URLFactories
 public  void contextualize(Context context) throws ContextException 
      Deprecated!
    Get the context
 public  void dispose() 
      Deprecated!
    Dispose
 public URL getURL(String location) throws MalformedURLException 
      Deprecated!
    Create a URL from a location. This method supports specific pseudo-protocol as defined in its configuration
 public URL getURL(URL base,
    String location) throws MalformedURLException 
      Deprecated!