|
|
|
|
46
|
public void bulidParam() {
|
46
|
public void bulidParam() {
|
47
|
String vTypeName = this.mpe.getTypeName();
|
47
|
String vTypeName = this.mpe.getTypeName();
|
48
|
|
48
|
|
49
|
this.aptWebHandler.readParameter(this.annotation.getParamNameInRequest());
|
|
|
|
|
49
|
this.aptWebHandler.readParameters(this.annotation.getParamNameInRequest());
|
50
|
if (this.annotation.isRequired()) {
|
50
|
if (this.annotation.isRequired()) {
|
51
|
cw.l("if(null==params || params.length==0){");
|
51
|
cw.l("if(null==params || params.length==0){");
|
52
|
this.raiseNoFoundError(this.annotation.getParamNameInRequest());
|
52
|
this.raiseNoFoundError(this.annotation.getParamNameInRequest());
|