org.apache.cocoon.sitemap.spring
Class ReflectionPipelineFactory

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

public class ReflectionPipelineFactory
extends Object
implements PipelineFactory


Constructor Summary
ReflectionPipelineFactory()
           
 
Method Summary
 Pipeline<PipelineComponent> createPipeline(String type)
          
 void setTypes(Map<String,String> types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionPipelineFactory

public ReflectionPipelineFactory()
Method Detail

createPipeline

public Pipeline<PipelineComponent> createPipeline(String type)

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

setTypes

public void setTypes(Map<String,String> types)
Parameters:
types -


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