| org.apache.lenya.cms.cocoon.source.LenyaDocSourceFactory
LenyaDocSourceFactory | public class LenyaDocSourceFactory extends AbstractLogEnabled implements SourceFactory,ThreadSafe,Contextualizable,Serviceable,Configurable(Code) | | A factory for the "lenyadoc" scheme (virtual protocol), which is used to resolve any
src="lenyadoc:<...>" attributes in sitemaps.
lenyadoc://///
lenyadoc://
If we want to request the meta data for a document
instead of the document itself, we need to use
lenyadoc:meta://
lenyadoc:meta://///
version: $Id:$ |
Method Summary | |
public void | configure(Configuration configuration) | public void | contextualize(Context context) Used for resolving the object model. | public Source | getSource(String location, Map parameters) | public void | release(Source source) | public void | service(ServiceManager manager) |
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | See Also: org.apache.avalon.framework.configuration.Configurable.configure(org.apache.avalon.framework.configuration.Configuration) |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | Used for resolving the object model.
See Also: org.apache.avalon.framework.context.Contextualizable.contextualize(org.apache.avalon.framework.context.Context) |
release | public void release(Source source)(Code) | | See Also: org.apache.excalibur.source.SourceFactory.release(org.apache.excalibur.source.Source) |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
|
|