org.apache.cocoon.sitemap.spring
Class PrototypePipelineFactory

java.lang.Object
  extended by org.apache.cocoon.sitemap.spring.PrototypePipelineFactory
All Implemented Interfaces:
PipelineFactory, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class PrototypePipelineFactory
extends Object
implements PipelineFactory, org.springframework.context.ApplicationContextAware


Constructor Summary
PrototypePipelineFactory()
           
 
Method Summary
 Pipeline<PipelineComponent> createPipeline(String type)
          
 void setApplicationContext(org.springframework.context.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<PipelineComponent> createPipeline(String type)

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

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException

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


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