JSP カスタムタグのライブラリ


format タグ
値をフォーマットします。フォーマットする値に渡すことも、タグのボディをフォーマットすることもできます。また、id 名を指定して、フォーマット済みのボディまたは値を変数として保存することもできます。

コンテキスト次のタグで有効です。


構文<domutil:format
id="variable name"
format="formatting style to apply to string"
locale="<languageCode>_<countryCode>"
timezone="time zone"
value="value to format"
type="string|date|double|integer|javadate"
debug="true|false"
onfailure="inline|exception"
time="true|false">

属性format
id
locale
timezone
type
value
debug、onfailure、および time の定義については、「共通の Lotus Domino JSP タグの属性」を参照してください。

関連項目