org.apache.struts2.rest
Class RestActionProxyFactory
java.lang.Object
com.opensymphony.xwork2.DefaultActionProxyFactory
org.apache.struts2.rest.RestActionProxyFactory
- All Implemented Interfaces:
- com.opensymphony.xwork2.ActionProxyFactory
public class RestActionProxyFactory
- extends com.opensymphony.xwork2.DefaultActionProxyFactory
Factory that creates the RestActionInvocation
Fields inherited from class com.opensymphony.xwork2.DefaultActionProxyFactory |
container |
Method Summary |
com.opensymphony.xwork2.ActionProxy |
createActionProxy(java.lang.String namespace,
java.lang.String actionName,
java.lang.String methodName,
java.util.Map extraContext,
boolean executeResult,
boolean cleanupContext)
|
Methods inherited from class com.opensymphony.xwork2.DefaultActionProxyFactory |
createActionProxy, createActionProxy, createActionProxy, createActionProxy, createActionProxy, setContainer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestActionProxyFactory
public RestActionProxyFactory()
createActionProxy
public com.opensymphony.xwork2.ActionProxy createActionProxy(java.lang.String namespace,
java.lang.String actionName,
java.lang.String methodName,
java.util.Map extraContext,
boolean executeResult,
boolean cleanupContext)
- Specified by:
createActionProxy
in interface com.opensymphony.xwork2.ActionProxyFactory
- Overrides:
createActionProxy
in class com.opensymphony.xwork2.DefaultActionProxyFactory
Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.