org.nanocontainer.nanowar.webwork2
Class PicoActionProxyFactory

java.lang.Object
  extended by com.opensymphony.xwork.ActionProxyFactory
      extended by com.opensymphony.xwork.DefaultActionProxyFactory
          extended by org.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. 
Overrides:
createActionInvocation in class com.opensymphony.xwork.DefaultActionProxyFactory
Throws:
Exception

createActionInvocation

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

createActionInvocation

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


Copyright © 2003-2009 Codehaus. All Rights Reserved.