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 |
Methods inherited from class com.opensymphony.xwork2.DefaultActionProxyFactory |
createActionInvocation, createActionProxy, createActionProxy, createActionProxy, createActionProxy, createActionProxy, setContainer, toString |
STRUTS_REST_NAMESPACE
public static final String STRUTS_REST_NAMESPACE
- See Also:
- Constant Field Values
namespace
protected String namespace
RestActionProxyFactory
public RestActionProxyFactory()
setNamespace
public void setNamespace(String namespace)
createActionProxy
public com.opensymphony.xwork2.ActionProxy createActionProxy(String namespace,
String actionName,
String methodName,
Map<String,Object> extraContext,
boolean executeResult,
boolean cleanupContext)
- Specified by:
createActionProxy
in interface com.opensymphony.xwork2.ActionProxyFactory
- Overrides:
createActionProxy
in class com.opensymphony.xwork2.DefaultActionProxyFactory
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.