org.apache.cocoon.components.source.impl
Class XModuleSourceFactory
java.lang.Object
org.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.components.source.impl.XModuleSourceFactory
- All Implemented Interfaces:
- Contextualizable, Serviceable, SourceFactory, ThreadSafe
- public class XModuleSourceFactory
- extends org.apache.cocoon.util.AbstractLogEnabled
- implements SourceFactory, Serviceable, Contextualizable, ThreadSafe
A factory for 'xmodule:' sources (see XModuleSource).
- Version:
- $Id: XModuleSourceFactory.java 587751 2007-10-24 02:41:36Z vgritsenko $
| Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled |
getLogger, setLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XModuleSourceFactory
public XModuleSourceFactory()
service
public void service(ServiceManager manager)
throws ServiceException
- Servicable Interface
- Specified by:
service in interface Serviceable
- Throws:
ServiceException
contextualize
public void contextualize(Context context)
throws ContextException
- Contextualizable, get the object model
- Specified by:
contextualize in interface Contextualizable
- Throws:
ContextException
getSource
public Source getSource(String location,
Map parameters)
throws IOException
- Get a
XModuleSource object.
- Specified by:
getSource in interface SourceFactory
- Parameters:
location - The URI to resolve - this URI includes the scheme.parameters - this is optional and not used here
- Throws:
IOException
release
public void release(Source source)
- Release a
Source object.
- Specified by:
release in interface SourceFactory
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.