| org.apache.cocoon.components.source.impl.ContextSourceFactory
ContextSourceFactory | public class ContextSourceFactory extends AbstractLogEnabled implements SourceFactory,Serviceable,Contextualizable,ThreadSafe,URIAbsolutizer(Code) | | A factory for the context protocol using the context of the servlet api.
It builds the source by asking the environment context for the real URL
(see
org.apache.cocoon.environment.Context.getResource(String) )
and then resolving this real URL.
author: Carsten Ziegeler author: Sylvain Wallez version: CVS $Id: ContextSourceFactory.java 433543 2006-08-22 06:22:54Z crossley $ |
manager | protected ServiceManager manager(Code) | | The ServiceManager
|
contextualize | public void contextualize(org.apache.avalon.framework.context.Context context) throws ContextException(Code) | | |
release | public void release(Source source)(Code) | | |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
|
|