Package org.apache.struts2.rest
Class RestActionProxyFactory
java.lang.Object
org.apache.struts2.DefaultActionProxyFactory
org.apache.struts2.rest.RestActionProxyFactory
- All Implemented Interfaces:
- ActionProxyFactory
Factory that creates the 
RestActionInvocation- 
Field SummaryFieldsFields inherited from class org.apache.struts2.DefaultActionProxyFactorycontainer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateActionProxy(String namespace, String actionName, String methodName, Map<String, Object> extraContext, boolean executeResult, boolean cleanupContext) voidsetNamespace(String namespace) Methods inherited from class org.apache.struts2.DefaultActionProxyFactorycreateActionInvocation, createActionProxy, createActionProxy, createActionProxy, createActionProxy, createActionProxy, setContainer, toString
- 
Field Details- 
namespace
 
- 
- 
Constructor Details- 
RestActionProxyFactorypublic RestActionProxyFactory()
 
- 
- 
Method Details- 
setNamespace
- 
createActionProxypublic ActionProxy createActionProxy(String namespace, String actionName, String methodName, Map<String, Object> extraContext, boolean executeResult, boolean cleanupContext) - Specified by:
- createActionProxyin interface- ActionProxyFactory
- Overrides:
- createActionProxyin class- DefaultActionProxyFactory
 
 
-