org.apache.cocoon.sitemap.spring
Class ReflectionPipelineComponentFactory

java.lang.Object
  extended by org.apache.cocoon.sitemap.spring.ReflectionPipelineComponentFactory
All Implemented Interfaces:
PipelineComponentFactory

public class ReflectionPipelineComponentFactory
extends Object
implements PipelineComponentFactory


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

ReflectionPipelineComponentFactory

public ReflectionPipelineComponentFactory()
Method Detail

setTypes

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

createComponent

public PipelineComponent createComponent(String type)

Specified by:
createComponent in interface PipelineComponentFactory
See Also:
PipelineComponentFactory.createComponent(java.lang.String)


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