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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     

    Fields inherited from class com.opensymphony.xwork2.DefaultActionProxyFactory

    container
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.opensymphony.xwork2.ActionProxy
    createActionProxy(String namespace, String actionName, String methodName, Map<String,Object> extraContext, boolean executeResult, boolean cleanupContext)
     
    void
    setNamespace(String namespace)
     

    Methods inherited from class com.opensymphony.xwork2.DefaultActionProxyFactory

    createActionInvocation, createActionProxy, createActionProxy, createActionProxy, createActionProxy, createActionProxy, setContainer, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • namespace

      protected String namespace
  • Constructor Details

    • RestActionProxyFactory

      public RestActionProxyFactory()
  • Method Details

    • 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