This project has retired. For details please refer to its
Attic page.
XModuleSourceFactory (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.components.source.impl
Class XModuleSourceFactory
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.source.impl.XModuleSourceFactory
- All Implemented Interfaces:
- Contextualizable, LogEnabled, Serviceable, ThreadSafe, SourceFactory
public class XModuleSourceFactory
- extends AbstractLogEnabled
- implements SourceFactory, Serviceable, Contextualizable, ThreadSafe
A factory for 'xmodule:' sources (see XModuleSource).
- Author:
- Daniel Fagerstrom
| 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,
MalformedURLException
- 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
MalformedURLException
release
public void release(Source source)
- Release a
Source object.
- Specified by:
release in interface SourceFactory
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.