public class RestActionProxyFactory
extends com.opensymphony.xwork2.DefaultActionProxyFactory
RestActionInvocation
Modifier and Type | Field and Description |
---|---|
protected String |
namespace |
static String |
STRUTS_REST_NAMESPACE |
Constructor and Description |
---|
RestActionProxyFactory() |
Modifier and Type | Method and Description |
---|---|
com.opensymphony.xwork2.ActionProxy |
createActionProxy(String namespace,
String actionName,
String methodName,
Map<String,Object> extraContext,
boolean executeResult,
boolean cleanupContext) |
void |
setNamespace(String namespace) |
public static final String STRUTS_REST_NAMESPACE
protected String namespace
public void setNamespace(String namespace)
public com.opensymphony.xwork2.ActionProxy createActionProxy(String namespace, String actionName, String methodName, Map<String,Object> extraContext, boolean executeResult, boolean cleanupContext)
createActionProxy
in interface com.opensymphony.xwork2.ActionProxyFactory
createActionProxy
in class com.opensymphony.xwork2.DefaultActionProxyFactory
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.