struts 2 json,resultハイブリッド構成

290 ワード

<action name="intergra_*" class="intergraAction" method="{1}">
	<result name="success">/website/integral{1}.jsp</result>
	<result name ="json" type="json"/>
</action>