com.opensymphony.webwork.pico
Class PicoActionProxyFactory

java.lang.Object
  extended by com.opensymphony.xwork.ActionProxyFactory
      extended by com.opensymphony.xwork.DefaultActionProxyFactory
          extended by com.opensymphony.webwork.pico.PicoActionProxyFactory

Deprecated. Use DefaultActionProxyFactory

public class PicoActionProxyFactory
extends DefaultActionProxyFactory

Extension of XWork's ActionProxyFactory which creates PicoActionInvocations.

Author:
Chris Sturm
See Also:
PicoActionInvocation

Constructor Summary
PicoActionProxyFactory()
          Deprecated.  
 
Method Summary
 ActionInvocation createActionInvocation(ActionProxy actionProxy)
          Deprecated. Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy.
 ActionInvocation createActionInvocation(ActionProxy actionProxy, Map extraContext)
          Deprecated. Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy.
 ActionInvocation createActionInvocation(ActionProxy actionProxy, Map extraContext, boolean pushAction)
          Deprecated. Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy.
 
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 ActionInvocation createActionInvocation(ActionProxy actionProxy)
                                        throws Exception
Deprecated. 
Description copied from class: ActionProxyFactory
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. Client code should not need to call the createActionInvocation methods.

Overrides:
createActionInvocation in class DefaultActionProxyFactory
Returns:
ActionInvocation
Throws:
Exception

createActionInvocation

public ActionInvocation createActionInvocation(ActionProxy actionProxy,
                                               Map extraContext)
                                        throws Exception
Deprecated. 
Description copied from class: ActionProxyFactory
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. Client code should not need to call the createActionInvocation methods.

Overrides:
createActionInvocation in class DefaultActionProxyFactory
Returns:
ActionInvocation
Throws:
Exception

createActionInvocation

public ActionInvocation createActionInvocation(ActionProxy actionProxy,
                                               Map extraContext,
                                               boolean pushAction)
                                        throws Exception
Deprecated. 
Description copied from class: ActionProxyFactory
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. Client code should not need to call the createActionInvocation methods.

Overrides:
createActionInvocation in class DefaultActionProxyFactory
pushAction - tells whether the Action should be pushed onto the ValueStack
Returns:
ActionInvocation
Throws:
Exception

WebWork Project Page