All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.manong.web.UserRegist.xer.txt Maven / Gradle / Ivy

The newest version!
^1640740821601
@
sname
UserRegist
slabel
UserRegist
sdescription

服务器端处理用户注册信息。

sdescriptors xworker.web.controls.SimpleControl sth_createIndex false sth_mark false @/@actions sname actions sdescriptors xworker.web.controls.SimpleControl/@actions sth_createIndex false sth_mark false sid actions @/@actions/@doAction1 sname doAction sisSynchronized false sthrowException true suseOtherAction false svarScope Local sdisableGlobalContext false Scode #$@text#$@ import xworker.manong.MaNongServer; //用户注册信息 String userName = requestBean.userName; String password = requestBean.password; String nickName = requestBean.nickName; String email = requestBean.email; //执行注册或更新 def ret = MaNongServer.registUser(userName, password, nickName, email, con); //返回值 response.setContentType("text/plain;charset=utf-8"); response.writer.println(ret.status); #$@text#$@ sinterpretationType Action screateLocalVarScope false ssaveReturn false sdebugLog false sdescriptors xworker.lang.actions.Actions/@GroovyAction sinheritDescription false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_fileMonitor false sth_mark false sid doAction1 @/@actions/@doAction1/@contexts sname contexts sdescriptors xworker.lang.actions.Inout/@contexts sth_createIndex false sth_mark false sid contexts @/@actions/@doAction1/@contexts/@con sname con sconnectionName con stransaction true sdataSourcePath _local.xworker.db.XWorkerWebDataSource sdisable false sonError ignore spreventError false sinherit true sdescriptors xworker.lang.context.Contexts/@DataSouceActionContext sth_createIndex false sth_mark false sid con @/@actions/@doAction sname doAction sdescriptors xworker.protocol.thing.http.HttpServerActions/@ThingHttpServerDoService sth_createIndex false sth_mark false sid doAction @/@actions/@doAction/@actions sname actions sdescriptors xworker.protocol.thing.http.HttpServerActions/@ThingHttpServerDoService/@actions1 sth_createIndex false sth_mark false sid actions @/@actions/@doAction/@actions/@registUser sname registUser sisSynchronized false sthrowException true suseOtherAction false suseOuterJava true souterClassName xworker.manong.MaNongServer smethodName registUser sdisableGlobalContext false sattributeTemplate false sinterpretationType Action svarScope Global screateLocalVarScope false ssaveReturn false sdescriptors xworker.lang.actions.Actions/@JavaAction sth_createIndex false sth_mark false sid registUser @/@actions/@doAction/@actions/@registUser/@contexts sname contexts sdescriptors xworker.lang.actions.Inout/@contexts sth_createIndex false sth_mark false sid contexts @/@actions/@doAction/@actions/@registUser/@contexts/@con sname con sconnectionName con stransaction true sdataSourcePath _local.xworker.db.XWorkerWebDataSource sdisable false sonError ignore spreventError false sinherit true sdescriptors xworker.lang.context.Contexts/@DataSouceActionContext sth_createIndex false sth_mark false sid con




© 2015 - 2025 Weber Informatics LLC | Privacy Policy