| 类 | 说明 |
|---|---|
| Error |
Action 错误消息标签类
key - 消息键 index - 某个键下的第 index 个消息(从 0 开始),如果设置为 -1 则获取该键下的所有消息 element - 使用 DIV, SPAN 或 UL/OL 元素显示消息(默认:SPAN) escape - 是否过滤 XML 特殊字符 cssClass - DIV, SPAN 或 UL/OL 的 class 属性 cssStyle - DIV, SPAN 或 UL/OL 的 style 属性 cssAlign - DIV 的 align 属性(只对 DIV 有效) cssId - DIV, SPAN 或 UL/OL 的 id 属性 cssDir - DIV, SPAN 或 UL/OL 的 dir 属性 cssLang - DIV, SPAN 或 UL/OL 的 lang 属性 cssTitle - DIV, SPAN 或 UL/OL 的 title 属性 cssType - UL/OL 的 type 属性(只对 UL/OL 有效) cssCompact - UL/OL 的 compact 属性(只对 UL/OL 有效) cssStart - OL 的 start 属性(只对 OL 有效) cssAttrs - DIV, SPAN 或 UL/OL 的自由定义属性(如:cssAttrs="class='myclass' onclick='myonclick()'") |
| Message |
I18N 消息标签类
key - 消息键 res - 资源 Bundle locale - 语言区域 escape - 是否过滤 XML 特殊字符 p0-p9 - 消息参数 params - 消息参数数组 |
Copyright © 2015 JessMA Open Source. All rights reserved.