org.apache.cocoon.sitemap.spring
Class PrototypePipelineFactory

java.lang.Object
  extended by org.apache.cocoon.sitemap.spring.PrototypePipelineFactory
All Implemented Interfaces:
PipelineFactory, ApplicationContextAware

public class PrototypePipelineFactory
extends Object
implements PipelineFactory, ApplicationContextAware


Constructor Summary
PrototypePipelineFactory()
           
 
Method Summary
 Pipeline createPipeline(String type)
          
 void setApplicationContext(ApplicationContext applicationContext)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrototypePipelineFactory

public PrototypePipelineFactory()
Method Detail

createPipeline

public Pipeline createPipeline(String type)

Specified by:
createPipeline in interface PipelineFactory
See Also:
PipelineFactory.createPipeline(java.lang.String)

setApplicationContext

public void setApplicationContext(ApplicationContext applicationContext)
                           throws BeansException

Specified by:
setApplicationContext in interface ApplicationContextAware
Throws:
BeansException
See Also:
ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.