| org.apache.cocoon.components.source.impl.SourceFactoryWrapper
SourceFactoryWrapper | final public class SourceFactoryWrapper extends AbstractLogEnabled implements SourceFactory,ThreadSafe,Configurable,Disposable,Composable,Contextualizable(Code) | | This class wraps a Cocoon SourceFactory and makes it
usable within the Avalon Excalibur source resolving architecure.
The main purpose is to avoid recoding existing factories.
author: Carsten Ziegeler version: CVS $Id: SourceFactoryWrapper.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
public void | compose(ComponentManager manager) Set the current ComponentManager instance used by this
Composable . | public void | configure(Configuration conf) | public void | contextualize(Context context) | public void | dispose() | public Source | getSource(String location, Map parameters) Get a Source object. | public void | release(Source source) Release a
Source object. |
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 SourceFactories
|
contextualize | public void contextualize(Context context) throws ContextException(Code) | | Get the context
|
dispose | public void dispose()(Code) | | Dispose
|
release | public void release(Source source)(Code) | | Release a
Source object.
|
|
|