^1682045252912
@
sname
SimpleControl
slabel
SimpleControl
scheckPermission
false
scheckLogin
false
sdescriptors
xworker.web.controls.SimpleControl
sinheritDescription
false
sth_createIndex
false
sth_registMyChilds
false
sth_registDisabled
false
sth_mark
false
  @/@actions
  sname
  actions
  sdescriptors
  xworker.web.controls.SimpleControl/@actions
  sinheritDescription
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  actions
    @/@actions/@doAction
    sname
    doAction
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    svarScope
    Local
    sdisableGlobalContext
    false
    Scode
#$@text#$@
//获取request参数，返回值匹配
def result = request.getParameter("result");
if(result == null || result == ""){   
    result = "success";
}

actionContext.g().put("result", result);
return result;
#$@text#$@
    sinterpretationType
    Action
    screateLocalVarScope
    false
    ssaveReturn
    false
    sswitchResult
    false
    sdebugLog
    false
    sdescriptors
    xworker.lang.actions.Actions/@GroovyAction
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_mark
    false
    sid
    doAction
  @/@view
  sname
  view_success
  sbelongToHtml
  true
  sdoctype
  <!doctype html>
  sstyle
  default
  shasHead
  true
  shasBottom
  true
  snoCache
  false
  SotherHeads
#$@text#$@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<script type="text/javascript" src="js/xworker/InnerBrowserUtil.js"></script>
#$@text#$@
  sdescriptors
  xworker.web.controls.SimpleControl/@view
  sinheritDescription
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  view
    @/@view/@htmlCode
    sname
    htmlCode
    ShtmlCode
#$@text#$@
<p>This is success page.</p>

<p>Params:</p>

<p>&nbsp;&nbsp;&nbsp; result=${result?if_exists}</p>

<p><a href="do?sc=xworker.example.web.helloworld.SimpleControl&amp;result=failure">Jumps to Failue</a>.</p>
#$@text#$@
    sdescriptors
    xworker.html.base.container.childs/@htmlCode
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_mark
    false
    sid
    htmlCode
  @/@view_failure
  sname
  view_failure
  sbelongToHtml
  true
  sdoctype
  <!doctype html>
  sstyle
  default
  shasHead
  false
  shasBottom
  false
  snoCache
  false
  SotherHeads
#$@text#$@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<script type="text/javascript" src="js/xworker/InnerBrowserUtil.js"></script>
#$@text#$@
  sdescriptors
  xworker.web.controls.SimpleControl/@view
  sinheritDescription
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  snotXmlAttribute
  false
  sjson_isArray
  false
  sgroupDescriptor
  false
  sid
  view_failure
    @/@view_failure/@htmlCode
    sname
    htmlCode
    ShtmlCode
#$@text#$@
<p>This is failure page.</p>

<p>Params:</p>

<p>&nbsp;&nbsp;&nbsp; result=${result?if_exists}</p>

<p><a href="do?sc=xworker.example.web.helloworld.SimpleControl&amp;result=success">Jumps to Success</a>.</p>
#$@text#$@
    sdescriptors
    xworker.html.base.container.childs/@htmlCode
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_mark
    false
    sid
    htmlCode
  @/@success
  sname
  success
  stype
  form
  scontentType
  text/html;charset=UTF-8
  svalue
  xworker.example.web.helloworld.SimpleControl/@view
  sdescriptors
  xworker.web.controls.SimpleControl/@result
  sinheritDescription
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  success
  @/@failure
  sname
  failure
  stype
  form
  scontentType
  text/html;charset=UTF-8
  svalue
  xworker.example.web.helloworld.SimpleControl/@view_failure
  sdescriptors
  xworker.web.controls.SimpleControl/@result
  sinheritDescription
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  failure
