^1649333134075
@
sname
HttpServletTask
slabel
HttpServletTask
sgroup
xworker.ide.background
senable
true
scallback
false
scallbackCancel
false
ssingleInstance
true
ssaveAsGlobalVar
false
sschedule
true
sdelay
0
speriod
10000
sfixedRate
false
stimeUnit
MILLISECONDS
sfixTime
false
scalculatePassCount
false
Sdescription
#$@text#$@
<p>检查和更新ServletMapping，每10秒1次。</p>

<p><span style="color:rgb(255, 0, 0)"><strong>常驻任务，请勿关闭。</strong></span></p>
#$@text#$@
sinterpretationType
Self
sattributeTemplate
false
schildsAttributeTemplate
false
svarScope
Local
sisSynchronized
false
sthrowException
true
suseOtherAction
false
screateLocalVarScope
false
ssaveReturn
false
sdisableGlobalContext
false
sdebugLog
false
sdescriptors
xworker.lang.task.Task
sinheritDescription
false
sth_createIndex
true
sth_registThing
child|xworker.lang.task.TaskIndex
sth_registMyChilds
false
sth_registDisabled
false
sth_noThingRegistViewer
false
sth_fileMonitor
false
sth_deprecated
false
Sen_description
#$@text#$@
<p>Check and update ServletMapping every 10 seconds. </p>

<p><span style="color:rgb(255, 0, 0)"><strong>Permanent tasks, do not close. </strong></span></p>
#$@text#$@
sth_mark
false
sth_registQueryOnlySelf
false
snotXmlAttribute
false
sjson_isArray
false
  @/@actions
  sname
  actions
  sdescriptors
  xworker.ide.worldexplorer.background.BackGroundTask/@actions
  sid
  actions
    @/@actions/@run
    sname
    doTask
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    svarScope
    Global
    sdisableGlobalContext
    false
    Scode
#$@text#$@
import xworker.web.HttpServletDo;
import xworker.web.HttpActionMappingServlet;

def cfg = world.getThing("_local.xworker.config.GlobalConfig");
if(cfg != null){
	HttpServletDo.debug = cfg.getBoolean("webDebug");
}

HttpActionMappingServlet.initMappings();
#$@text#$@
    sinterpretationType
    Action
    screateLocalVarScope
    false
    ssaveReturn
    false
    sdescriptors
    xworker.lang.actions.Actions/@GroovyAction
    sid
    run
