struts2 action参数接受方式

参数接受两种方式:

1.Action 属性参数接收

2.DomainModelParamInput  视情况用到vo或者称DTO

3.Action实现ModelDriven接口

你可能感兴趣的:(struts2 action参数接受方式)