org.apache.cocoon.sitemap.spring
Class ReflectionActionFactory

java.lang.Object
  extended by org.apache.cocoon.sitemap.spring.ReflectionActionFactory
All Implemented Interfaces:
ActionFactory

public class ReflectionActionFactory
extends Object
implements ActionFactory


Constructor Summary
ReflectionActionFactory()
           
 
Method Summary
 Action createAction(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

ReflectionActionFactory

public ReflectionActionFactory()
Method Detail

createAction

public Action createAction(String type)

Specified by:
createAction in interface ActionFactory
See Also:
ActionFactory.createAction(java.lang.String)

setTypes

public void setTypes(Map<String,String> types)


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