11 lines
389 B
XML
11 lines
389 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE struts PUBLIC
|
|
"-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN"
|
|
"http://struts.apache.org/dtds/struts-2.1.7.dtd">
|
|
<struts>
|
|
<package name="category" namespace="/category" extends="json-default">
|
|
<action name="*" class="categoryAction" method="{1}">
|
|
<result type="json"/>
|
|
</action>
|
|
</package>
|
|
</struts> |