org.nanocontainer.nanowar.webwork2
Class PicoActionProxyFactory
java.lang.Object
com.opensymphony.xwork.ActionProxyFactory
com.opensymphony.xwork.DefaultActionProxyFactory
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
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 |
PicoActionProxyFactory
public PicoActionProxyFactory()
- Deprecated.
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.