^1640740804166
@
sname
WebControlMapping
slabel
WebControlMapping
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
Sdescription
#$@text#$@
<p>可以把WebControl映射成一个以.ac结尾的URL。</p>
<p>由于事物的路径一般都很长，并且一般情况所有的WebControl都是通过do?sc=xx中的sc参数传递的，所以URL地址成长并且很难记忆，通过映射可以映射成简短的URL。</p>
<p>所有的映射成的URL都是以.ac结尾（在编写路径时不需要带上.ac），由于不同的项目可能会映射同一个地址，所以在对URL起名上最好加项目的前缀以避免重复。如果重复，只有一个项目的映射会生效。</p>
<p>在任何一个&lt;项目&gt;.&lt;事物管理器&gt;.config.WebControls事物里可以定义映射。</p>
<p>任务（xworker.ide.worldexplorer.background.tasks.HttpServletTask）会定时读取更新最新的映射。</p>
#$@text#$@
  @/@actions
  sname
  actions
  sdescriptors
  xworker.lang.MetaDescriptor3/@actions
  sinheritDescription
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  actions
    @/@actions/@initMappings
    sname
    initMappings
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    svarScope
    Local
    sdisableGlobalContext
    false
    Scode
#$@text#$@
import xworker.web.HttpActionMappingServlet;

HttpActionMappingServlet.initMappings(self);
#$@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_mark
    false
    sid
    initMappings
  @/@name
  sname
  name
  slabel
  名称
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  name
  @/@label
  sname
  label
  slabel
  标签
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  label
  @/@Mapping
  sname
  Mapping
  slabel
  映射
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  sid
  Mapping
    @/@Mapping/@name
    sname
    name
    slabel
    名称
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sid
    name
    @/@Mapping/@label
    sname
    label
    slabel
    标签
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sid
    label
    @/@Mapping/@path
    sname
    path
    slabel
    路径
    ssize
    40
    scolspan
    2
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sid
    path
    @/@Mapping/@webControlPath
    sname
    webControlPath
    slabel
    WebControl路径
    sinputtype
    dataSelector
    ssize
    60
    scolspan
    2
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sid
    webControlPath
    @/@Mapping/@description
    sname
    description
    slabel
    描述
    sinputtype
    html
    scolspan
    2
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    description
  @/@Mappings
  sname
  Mappings
  slabel
  映射集合
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.ide.config.decriptors.WebControlMapping
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  sid
  Mappings
  @/@description
  sname
  description
  slabel
  描述
  sinputtype
  html
  scolspan
  2
  sreadOnly
  false
  sinheritDescription
  false
  svalidateAllowBlank
  true
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  description
