org.nanocontainer.nanowar.webwork2
Class PicoActionProxyFactory

java.lang.Object
  extended bycom.opensymphony.xwork.ActionProxyFactory
      extended bycom.opensymphony.xwork.DefaultActionProxyFactory
          extended byorg.nanocontainer.nanowar.webwork2.PicoActionProxyFactory

Deprecated. Use DefaultActionProxyFactory

public class PicoActionProxyFactory
extends com.opensymphony.xwork.DefaultActionProxyFactory

Extension of XWork's ActionProxyFactory which creates PicoActionInvocations.

Author:
Chris Sturm
See Also:
PicoActionInvocation

Constructor Summary
PicoActionProxyFactory()
          Deprecated.  
 
Method Summary
 com.opensymphony.xwork.ActionInvocation createActionInvocation(com.opensymphony.xwork.ActionProxy actionProxy)
          Deprecated.  
 com.opensymphony.xwork.ActionInvocation createActionInvocation(com.opensymphony.xwork.ActionProxy actionProxy, Map extraContext)
          Deprecated.  
 com.opensymphony.xwork.ActionInvocation createActionInvocation(com.opensymphony.xwork.ActionProxy actionProxy, Map extraContext, boolean pushAction)
          Deprecated.  
 
Methods inherited from class com.opensymphony.xwork.DefaultActionProxyFactory
createActionProxy, createActionProxy
 
Methods inherited from class com.opensymphony.xwork.ActionProxyFactory
getFactory, setFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicoActionProxyFactory

public PicoActionProxyFactory()
Deprecated. 
Method Detail

createActionInvocation

public com.opensymphony.xwork.ActionInvocation createActionInvocation(com.opensymphony.xwork.ActionProxy actionProxy)
                                                               throws Exception
Deprecated. 
Throws:
Exception

createActionInvocation

public com.opensymphony.xwork.ActionInvocation createActionInvocation(com.opensymphony.xwork.ActionProxy actionProxy,
                                                                      Map extraContext)
                                                               throws Exception
Deprecated. 
Throws:
Exception

createActionInvocation

public com.opensymphony.xwork.ActionInvocation createActionInvocation(com.opensymphony.xwork.ActionProxy actionProxy,
                                                                      Map extraContext,
                                                                      boolean pushAction)
                                                               throws Exception
Deprecated. 
Throws:
Exception


Copyright © 2003-2006 Codehaus. All Rights Reserved.