org.apache.cocoon.sitemap.spring
Class PrototypeActionFactory

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

public class PrototypeActionFactory
extends Object
implements ActionFactory, org.springframework.context.ApplicationContextAware


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

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(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.