WW-2667 REST should not extend Codebehind

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@663605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2008-06-05 13:31:01 +00:00
parent 92cea867a3
commit 9efd7fcfd9
@@ -42,7 +42,7 @@
<constant name="struts.mapper.idParameterName" value="id" />
<constant name="struts.action.extension" value="xhtml,,xml,json" />
<!-- Disable the scanning by the codebehind plugin to prevent duplicates -->
<!-- Overwrite Codebehind -->
<constant name="struts.codebehind.classSuffix" value="Controller"/>
<constant name="struts.codebehind.action.checkImplementsAction" value="false"/>
<constant name="struts.codebehind.action.checkAnnotation" value="false"/>