org.apache.cocoon.sitemap.spring
Class PrototypeActionFactory

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

public class PrototypeActionFactory
extends Object
implements ActionFactory, ApplicationContextAware


Constructor Summary
PrototypeActionFactory()
           
 
Method Summary
 Action createAction(String type)
          
 void setApplicationContext(ApplicationContext applicationContext)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrototypeActionFactory

public PrototypeActionFactory()
Method Detail

createAction

public Action createAction(String type)

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

setApplicationContext

public void setApplicationContext(ApplicationContext applicationContext)
                           throws BeansException

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


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