Class MultiActionProxyFactory

  • All Implemented Interfaces:
    com.opensymphony.xwork2.ActionProxyFactory

    public class MultiActionProxyFactory
    extends com.opensymphony.xwork2.DefaultActionProxyFactory
    • Constructor Detail

      • MultiActionProxyFactory

        public MultiActionProxyFactory()
    • Method Detail

      • setActionMappers

        public void setActionMappers​(String list)
      • createActionProxy

        public com.opensymphony.xwork2.ActionProxy createActionProxy​(String namespace,
                                                                     String actionName,
                                                                     String methodName,
                                                                     Map extraContext,
                                                                     boolean executeResult,
                                                                     boolean cleanupContext)
        Specified by:
        createActionProxy in interface com.opensymphony.xwork2.ActionProxyFactory
        Overrides:
        createActionProxy in class com.opensymphony.xwork2.DefaultActionProxyFactory
      • createActionProxy

        public com.opensymphony.xwork2.ActionProxy createActionProxy​(com.opensymphony.xwork2.ActionInvocation inv,
                                                                     String namespace,
                                                                     String actionName,
                                                                     String methodName,
                                                                     boolean executeResult,
                                                                     boolean cleanupContext)
        Specified by:
        createActionProxy in interface com.opensymphony.xwork2.ActionProxyFactory
        Overrides:
        createActionProxy in class com.opensymphony.xwork2.DefaultActionProxyFactory