org.apache.cocoon.sitemap.spring
Class PrototypePipelineComponentFactory

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

public class PrototypePipelineComponentFactory
extends Object
implements PipelineComponentFactory, org.springframework.context.ApplicationContextAware


Constructor Summary
PrototypePipelineComponentFactory()
           
 
Method Summary
 PipelineComponent createComponent(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

PrototypePipelineComponentFactory

public PrototypePipelineComponentFactory()
Method Detail

createComponent

public PipelineComponent createComponent(String type)

Specified by:
createComponent in interface PipelineComponentFactory
See Also:
PipelineComponentFactory.createComponent(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.