Author: musachy
Date: Tue May 13 09:03:04 2008
New Revision: 655931
URL: http://svn.apache.org/viewvc?rev=655931&view=rev
Log:
Use xwork logging instead of jdk logging
Modified:
struts/sandbox/trunk/struts2-convention-plugin/pom.xml
struts/sandbox/trunk/struts2-convention-plugin/src/main
Author: musachy
Date: Tue May 13 10:44:53 2008
New Revision: 655952
URL: http://svn.apache.org/viewvc?rev=655952&view=rev
Log:
Add snippet tags
Modified:
struts/sandbox/trunk/struts2-convention-plugin/src/main/java/org/apache/struts2/convention/annotation/Action.java
struts/sandbox/trun
Author: musachy
Date: Tue May 13 15:18:17 2008
New Revision: 656033
URL: http://svn.apache.org/viewvc?rev=656033&view=rev
Log:
[WW-1796] @InterceptorRef and @InterceptorRefs annotations to configure actions
with custom interceptor-refs
(interceptor params still missing)
thanks to Aadi Deshpande
Author: musachy
Date: Tue May 13 18:21:16 2008
New Revision: 656074
URL: http://svn.apache.org/viewvc?rev=656074&view=rev
Log:
Add params to Interceptors in @Action
Added:
struts/sandbox/trunk/struts2-convention-plugin/src/main/java/org/apache/struts2/convention/DefaultInterceptorMapBuilder.