org.apache.struts2.rest
Class RestActionProxyFactory

java.lang.Object
  extended by com.opensymphony.xwork2.DefaultActionProxyFactory
      extended by 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 inherited from class com.opensymphony.xwork2.DefaultActionProxyFactory
container
 
Constructor Summary
RestActionProxyFactory()
           
 
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
 

Constructor Detail

RestActionProxyFactory

public RestActionProxyFactory()
Method Detail

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-2008 Apache Software Foundation. All Rights Reserved.