Support collection-based properties in .xml
-------------------------------------------

                 Key: WW-3720
                 URL: https://issues.apache.org/jira/browse/WW-3720
             Project: Struts 2
          Issue Type: New Feature
            Reporter: Ilya
            Priority: Minor


MethodFilterInterceptor.setExcludeMethods accepts coma-separated list of 
methods and it should be typed in such way in XML too.

It would be much better to support collections:


<param name="workflow.excludeMethods">
  <list>
   <element>input</element>
   <element>back</element>
   <element>cancel</element>
  </list>
</param>

and 

MethodFilterInterceptor.setExcludeMethods(String... methods)
or
MethodFilterInterceptor.setExcludeMethods(Collection<String> methods)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to