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

xworker.app.weixin.WeixinServer.xer.txt Maven / Gradle / Ivy

^1445484158349
@
sname
WeixinServer
slabel
WeixinServer
sdescriptors
xworker.lang.MetaDescriptor3
sextends
xworker.lang.actions.SelfAction
smany
true
seditCols
2
sinitialization
false
sgroup
xworker.app.weixin
smodifier
public
sinheritDescription
false
Sdescription
#$@text#$@

微信公众平台的服务器端,用于WEB应用。

可以重写的方法:

  • void messageReceived(Thing message)
    收到消息。
#$@text#$@ snotXmlAttribute false sth_createIndex true sth_registThing child|xworker.lang.actions.Actions sth_registMyChilds false sth_registDisabled false sth_mark false @/@actions sname actions sdescriptors xworker.lang.MetaDescriptor3/@actions sinheritDescription false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@actions/@run sname run sisSynchronized false sthrowException true suseOtherAction false suseOuterJava true suseInnerJava false souterClassName xworker.app.weixin.WeixinServer smethodName run sdisableGlobalContext false sattributeTemplate false sinterpretationType Action svarScope Global screateLocalVarScope false ssaveReturn false sdebugLog false sdescriptors xworker.lang.actions.Actions/@JavaAction sinheritDescription false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@actions/@messageReceived sname messageReceived sisSynchronized false sthrowException true suseOtherAction false suseOuterJava true suseInnerJava false souterClassName xworker.app.weixin.WeixinServer smethodName messageReceived sdisableGlobalContext false sattributeTemplate false sinterpretationType Action svarScope Global screateLocalVarScope false ssaveReturn false sdebugLog false sdescriptors xworker.lang.actions.Actions/@JavaAction sinheritDescription false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@name sname name sshowLabel true sreadOnly false sinheritDescription false svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@label sname label sshowLabel true sreadOnly false sinheritDescription false svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@token sname token sshowLabel true ssize 60 sreadOnly false sinheritDescription false Sdescription #$@text#$@

自己设置的token,用于在微信设置服务器地址时微信的验证。

#$@text#$@ svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@access_token sname access_token sshowLabel true ssize 60 sreadOnly false sinheritDescription false Sdescription #$@text#$@

定时从微信获取的 token。

#$@text#$@ svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@access_token_time sname access_token_time sshowLabel true sreadOnly false sinheritDescription false Sdescription #$@text#$@

获取微信token的时间,用于计算是否将失效。

#$@text#$@ svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@description sname description sinputtype html sshowLabel true sreadOnly false sinheritDescription false svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@actions1 sname actions slabel Actions sdescriptors xworker.lang.MetaDescriptor2/@thing sextends xworker.lang.actions.Actions smany true seditCols 2 Sdescription #$@text#$@

动作集合

    通过动作可以定义事物的行为,事物的行为即动作,可以用多种语言和方式编写。

self变量

    当一个动作作为一个事物的行为执行时,会把该事物以self变量传给动作。

第一个动作集合生效

    只有事物的第一个actions子节点才被认为是行为的定义集合,第二个及以后不算。

#$@text#$@ sid actions szh_label 动作 sinheritDescription false sth_createIndex false sth_registMyChilds false sth_registDisabled false Sen_description #$@text#$@

Actions

    Use actions can define behaviors of the thing. Behavior is action, can be defined by many program languages or other things.

Variable self

    When a action is executed as a behavior, in the actionContext will have a virable named 'self', self like this in java, self is it's onwer thing.

First actions is validate

    Only first actions node is behaviros collections.

#$@text#$@ sth_mark false @/@actions1/@name sname name sid name sdescriptors xworker.lang.MetaDescriptor2/@attribute




© 2015 - 2025 Weber Informatics LLC | Privacy Policy