PageRenderTime 195ms CodeModel.GetById 28ms RepoModel.GetById 7ms app.codeStats 0ms

/web-app/WEB-INF/tld/fmt.tld

http://github.com/jdmr/mateo
text | 671 lines | 655 code | 16 blank | 0 comment | 0 complexity | 51bef57f6c78c0fe542d67b29ce7e1c8 MD5 | raw file
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
  5. version="2.1">
  6. <description>JSTL 1.2 i18n-capable formatting library</description>
  7. <display-name>JSTL fmt</display-name>
  8. <tlib-version>1.2</tlib-version>
  9. <short-name>fmt</short-name>
  10. <uri>http://java.sun.com/jsp/jstl/fmt</uri>
  11. <validator>
  12. <description>
  13. Provides core validation features for JSTL tags.
  14. </description>
  15. <validator-class>
  16. org.apache.taglibs.standard.tlv.JstlFmtTLV
  17. </validator-class>
  18. </validator>
  19. <tag>
  20. <description>
  21. Sets the request character encoding
  22. </description>
  23. <name>requestEncoding</name>
  24. <tag-class>org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag</tag-class>
  25. <body-content>empty</body-content>
  26. <attribute>
  27. <description>
  28. Name of character encoding to be applied when
  29. decoding request parameters.
  30. </description>
  31. <name>value</name>
  32. <required>false</required>
  33. <rtexprvalue>true</rtexprvalue>
  34. </attribute>
  35. </tag>
  36. <tag>
  37. <description>
  38. Stores the given locale in the locale configuration variable
  39. </description>
  40. <name>setLocale</name>
  41. <tag-class>org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag</tag-class>
  42. <body-content>empty</body-content>
  43. <attribute>
  44. <description>
  45. A String value is interpreted as the
  46. printable representation of a locale, which
  47. must contain a two-letter (lower-case)
  48. language code (as defined by ISO-639),
  49. and may contain a two-letter (upper-case)
  50. country code (as defined by ISO-3166).
  51. Language and country codes must be
  52. separated by hyphen (-) or underscore
  53. (_).
  54. </description>
  55. <name>value</name>
  56. <required>true</required>
  57. <rtexprvalue>true</rtexprvalue>
  58. </attribute>
  59. <attribute>
  60. <description>
  61. Vendor- or browser-specific variant.
  62. See the java.util.Locale javadocs for
  63. more information on variants.
  64. </description>
  65. <name>variant</name>
  66. <required>false</required>
  67. <rtexprvalue>true</rtexprvalue>
  68. </attribute>
  69. <attribute>
  70. <description>
  71. Scope of the locale configuration variable.
  72. </description>
  73. <name>scope</name>
  74. <required>false</required>
  75. <rtexprvalue>false</rtexprvalue>
  76. </attribute>
  77. </tag>
  78. <tag>
  79. <description>
  80. Specifies the time zone for any time formatting or parsing actions
  81. nested in its body
  82. </description>
  83. <name>timeZone</name>
  84. <tag-class>org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag</tag-class>
  85. <body-content>JSP</body-content>
  86. <attribute>
  87. <description>
  88. The time zone. A String value is interpreted as
  89. a time zone ID. This may be one of the time zone
  90. IDs supported by the Java platform (such as
  91. "America/Los_Angeles") or a custom time zone
  92. ID (such as "GMT-8"). See
  93. java.util.TimeZone for more information on
  94. supported time zone formats.
  95. </description>
  96. <name>value</name>
  97. <required>true</required>
  98. <rtexprvalue>true</rtexprvalue>
  99. </attribute>
  100. </tag>
  101. <tag>
  102. <description>
  103. Stores the given time zone in the time zone configuration variable
  104. </description>
  105. <name>setTimeZone</name>
  106. <tag-class>org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag</tag-class>
  107. <body-content>empty</body-content>
  108. <attribute>
  109. <description>
  110. The time zone. A String value is interpreted as
  111. a time zone ID. This may be one of the time zone
  112. IDs supported by the Java platform (such as
  113. "America/Los_Angeles") or a custom time zone
  114. ID (such as "GMT-8"). See java.util.TimeZone for
  115. more information on supported time zone
  116. formats.
  117. </description>
  118. <name>value</name>
  119. <required>true</required>
  120. <rtexprvalue>true</rtexprvalue>
  121. </attribute>
  122. <attribute>
  123. <description>
  124. Name of the exported scoped variable which
  125. stores the time zone of type
  126. java.util.TimeZone.
  127. </description>
  128. <name>var</name>
  129. <required>false</required>
  130. <rtexprvalue>false</rtexprvalue>
  131. </attribute>
  132. <attribute>
  133. <description>
  134. Scope of var or the time zone configuration
  135. variable.
  136. </description>
  137. <name>scope</name>
  138. <required>false</required>
  139. <rtexprvalue>false</rtexprvalue>
  140. </attribute>
  141. </tag>
  142. <tag>
  143. <description>
  144. Loads a resource bundle to be used by its tag body
  145. </description>
  146. <name>bundle</name>
  147. <tag-class>org.apache.taglibs.standard.tag.rt.fmt.BundleTag</tag-class>
  148. <body-content>JSP</body-content>
  149. <attribute>
  150. <description>
  151. Resource bundle base name. This is the bundle's
  152. fully-qualified resource name, which has the same
  153. form as a fully-qualified class name, that is, it uses
  154. "." as the package component separator and does not
  155. have any file type (such as ".class" or ".properties")
  156. suffix.
  157. </description>
  158. <name>basename</name>
  159. <required>true</required>
  160. <rtexprvalue>true</rtexprvalue>
  161. </attribute>
  162. <attribute>
  163. <description>
  164. Prefix to be prepended to the value of the message
  165. key of any nested &lt;fmt:message&gt; action.
  166. </description>
  167. <name>prefix</name>
  168. <required>false</required>
  169. <rtexprvalue>true</rtexprvalue>
  170. </attribute>
  171. </tag>
  172. <tag>
  173. <description>
  174. Loads a resource bundle and stores it in the named scoped variable or
  175. the bundle configuration variable
  176. </description>
  177. <name>setBundle</name>
  178. <tag-class>org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag</tag-class>
  179. <body-content>empty</body-content>
  180. <attribute>
  181. <description>
  182. Resource bundle base name. This is the bundle's
  183. fully-qualified resource name, which has the same
  184. form as a fully-qualified class name, that is, it uses
  185. "." as the package component separator and does not
  186. have any file type (such as ".class" or ".properties")
  187. suffix.
  188. </description>
  189. <name>basename</name>
  190. <required>true</required>
  191. <rtexprvalue>true</rtexprvalue>
  192. </attribute>
  193. <attribute>
  194. <description>
  195. Name of the exported scoped variable which stores
  196. the i18n localization context of type
  197. javax.servlet.jsp.jstl.fmt.LocalizationC
  198. ontext.
  199. </description>
  200. <name>var</name>
  201. <required>false</required>
  202. <rtexprvalue>false</rtexprvalue>
  203. </attribute>
  204. <attribute>
  205. <description>
  206. Scope of var or the localization context
  207. configuration variable.
  208. </description>
  209. <name>scope</name>
  210. <required>false</required>
  211. <rtexprvalue>false</rtexprvalue>
  212. </attribute>
  213. </tag>
  214. <tag>
  215. <description>
  216. Maps key to localized message and performs parametric replacement
  217. </description>
  218. <name>message</name>
  219. <tag-class>org.apache.taglibs.standard.tag.rt.fmt.MessageTag</tag-class>
  220. <body-content>JSP</body-content>
  221. <attribute>
  222. <description>
  223. Message key to be looked up.
  224. </description>
  225. <name>key</name>
  226. <required>false</required>
  227. <rtexprvalue>true</rtexprvalue>
  228. </attribute>
  229. <attribute>
  230. <description>
  231. Localization context in whose resource
  232. bundle the message key is looked up.
  233. </description>
  234. <name>bundle</name>
  235. <required>false</required>
  236. <rtexprvalue>true</rtexprvalue>
  237. </attribute>
  238. <attribute>
  239. <description>
  240. Name of the exported scoped variable
  241. which stores the localized message.
  242. </description>
  243. <name>var</name>
  244. <required>false</required>
  245. <rtexprvalue>false</rtexprvalue>
  246. </attribute>
  247. <attribute>
  248. <description>
  249. Scope of var.
  250. </description>
  251. <name>scope</name>
  252. <required>false</required>
  253. <rtexprvalue>false</rtexprvalue>
  254. </attribute>
  255. </tag>
  256. <tag>
  257. <description>
  258. Supplies an argument for parametric replacement to a containing
  259. &lt;message&gt; tag
  260. </description>
  261. <name>param</name>
  262. <tag-class>org.apache.taglibs.standard.tag.rt.fmt.ParamTag</tag-class>
  263. <body-content>JSP</body-content>
  264. <attribute>
  265. <description>
  266. Argument used for parametric replacement.
  267. </description>
  268. <name>value</name>
  269. <required>false</required>
  270. <rtexprvalue>true</rtexprvalue>
  271. </attribute>
  272. </tag>
  273. <tag>
  274. <description>
  275. Formats a numeric value as a number, currency, or percentage
  276. </description>
  277. <name>formatNumber</name>
  278. <tag-class>org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag</tag-class>
  279. <body-content>JSP</body-content>
  280. <attribute>
  281. <description>
  282. Numeric value to be formatted.
  283. </description>
  284. <name>value</name>
  285. <required>false</required>
  286. <rtexprvalue>true</rtexprvalue>
  287. </attribute>
  288. <attribute>
  289. <description>
  290. Specifies whether the value is to be
  291. formatted as number, currency, or
  292. percentage.
  293. </description>
  294. <name>type</name>
  295. <required>false</required>
  296. <rtexprvalue>true</rtexprvalue>
  297. </attribute>
  298. <attribute>
  299. <description>
  300. Custom formatting pattern.
  301. </description>
  302. <name>pattern</name>
  303. <required>false</required>
  304. <rtexprvalue>true</rtexprvalue>
  305. </attribute>
  306. <attribute>
  307. <description>
  308. ISO 4217 currency code. Applied only
  309. when formatting currencies (i.e. if type is
  310. equal to "currency"); ignored otherwise.
  311. </description>
  312. <name>currencyCode</name>
  313. <required>false</required>
  314. <rtexprvalue>true</rtexprvalue>
  315. </attribute>
  316. <attribute>
  317. <description>
  318. Currency symbol. Applied only when
  319. formatting currencies (i.e. if type is equal
  320. to "currency"); ignored otherwise.
  321. </description>
  322. <name>currencySymbol</name>
  323. <required>false</required>
  324. <rtexprvalue>true</rtexprvalue>
  325. </attribute>
  326. <attribute>
  327. <description>
  328. Specifies whether the formatted output
  329. will contain any grouping separators.
  330. </description>
  331. <name>groupingUsed</name>
  332. <required>false</required>
  333. <rtexprvalue>true</rtexprvalue>
  334. </attribute>
  335. <attribute>
  336. <description>
  337. Maximum number of digits in the integer
  338. portion of the formatted output.
  339. </description>
  340. <name>maxIntegerDigits</name>
  341. <required>false</required>
  342. <rtexprvalue>true</rtexprvalue>
  343. </attribute>
  344. <attribute>
  345. <description>
  346. Minimum number of digits in the integer
  347. portion of the formatted output.
  348. </description>
  349. <name>minIntegerDigits</name>
  350. <required>false</required>
  351. <rtexprvalue>true</rtexprvalue>
  352. </attribute>
  353. <attribute>
  354. <description>
  355. Maximum number of digits in the
  356. fractional portion of the formatted output.
  357. </description>
  358. <name>maxFractionDigits</name>
  359. <required>false</required>
  360. <rtexprvalue>true</rtexprvalue>
  361. </attribute>
  362. <attribute>
  363. <description>
  364. Minimum number of digits in the
  365. fractional portion of the formatted output.
  366. </description>
  367. <name>minFractionDigits</name>
  368. <required>false</required>
  369. <rtexprvalue>true</rtexprvalue>
  370. </attribute>
  371. <attribute>
  372. <description>
  373. Name of the exported scoped variable
  374. which stores the formatted result as a
  375. String.
  376. </description>
  377. <name>var</name>
  378. <required>false</required>
  379. <rtexprvalue>false</rtexprvalue>
  380. </attribute>
  381. <attribute>
  382. <description>
  383. Scope of var.
  384. </description>
  385. <name>scope</name>
  386. <required>false</required>
  387. <rtexprvalue>false</rtexprvalue>
  388. </attribute>
  389. </tag>
  390. <tag>
  391. <description>
  392. Parses the string representation of a number, currency, or percentage
  393. </description>
  394. <name>parseNumber</name>
  395. <tag-class>org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag</tag-class>
  396. <body-content>JSP</body-content>
  397. <attribute>
  398. <description>
  399. String to be parsed.
  400. </description>
  401. <name>value</name>
  402. <required>false</required>
  403. <rtexprvalue>true</rtexprvalue>
  404. </attribute>
  405. <attribute>
  406. <description>
  407. Specifies whether the string in the value
  408. attribute should be parsed as a number,
  409. currency, or percentage.
  410. </description>
  411. <name>type</name>
  412. <required>false</required>
  413. <rtexprvalue>true</rtexprvalue>
  414. </attribute>
  415. <attribute>
  416. <description>
  417. Custom formatting pattern that determines
  418. how the string in the value attribute is to be
  419. parsed.
  420. </description>
  421. <name>pattern</name>
  422. <required>false</required>
  423. <rtexprvalue>true</rtexprvalue>
  424. </attribute>
  425. <attribute>
  426. <description>
  427. Locale whose default formatting pattern (for
  428. numbers, currencies, or percentages,
  429. respectively) is to be used during the parse
  430. operation, or to which the pattern specified
  431. via the pattern attribute (if present) is
  432. applied.
  433. </description>
  434. <name>parseLocale</name>
  435. <required>false</required>
  436. <rtexprvalue>true</rtexprvalue>
  437. </attribute>
  438. <attribute>
  439. <description>
  440. Specifies whether just the integer portion of
  441. the given value should be parsed.
  442. </description>
  443. <name>integerOnly</name>
  444. <required>false</required>
  445. <rtexprvalue>true</rtexprvalue>
  446. </attribute>
  447. <attribute>
  448. <description>
  449. Name of the exported scoped variable which
  450. stores the parsed result (of type
  451. java.lang.Number).
  452. </description>
  453. <name>var</name>
  454. <required>false</required>
  455. <rtexprvalue>false</rtexprvalue>
  456. </attribute>
  457. <attribute>
  458. <description>
  459. Scope of var.
  460. </description>
  461. <name>scope</name>
  462. <required>false</required>
  463. <rtexprvalue>false</rtexprvalue>
  464. </attribute>
  465. </tag>
  466. <tag>
  467. <description>
  468. Formats a date and/or time using the supplied styles and pattern
  469. </description>
  470. <name>formatDate</name>
  471. <tag-class>org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag</tag-class>
  472. <body-content>empty</body-content>
  473. <attribute>
  474. <description>
  475. Date and/or time to be formatted.
  476. </description>
  477. <name>value</name>
  478. <required>true</required>
  479. <rtexprvalue>true</rtexprvalue>
  480. </attribute>
  481. <attribute>
  482. <description>
  483. Specifies whether the time, the date, or both
  484. the time and date components of the given
  485. date are to be formatted.
  486. </description>
  487. <name>type</name>
  488. <required>false</required>
  489. <rtexprvalue>true</rtexprvalue>
  490. </attribute>
  491. <attribute>
  492. <description>
  493. Predefined formatting style for dates. Follows
  494. the semantics defined in class
  495. java.text.DateFormat. Applied only
  496. when formatting a date or both a date and
  497. time (i.e. if type is missing or is equal to
  498. "date" or "both"); ignored otherwise.
  499. </description>
  500. <name>dateStyle</name>
  501. <required>false</required>
  502. <rtexprvalue>true</rtexprvalue>
  503. </attribute>
  504. <attribute>
  505. <description>
  506. Predefined formatting style for times. Follows
  507. the semantics defined in class
  508. java.text.DateFormat. Applied only
  509. when formatting a time or both a date and
  510. time (i.e. if type is equal to "time" or "both");
  511. ignored otherwise.
  512. </description>
  513. <name>timeStyle</name>
  514. <required>false</required>
  515. <rtexprvalue>true</rtexprvalue>
  516. </attribute>
  517. <attribute>
  518. <description>
  519. Custom formatting style for dates and times.
  520. </description>
  521. <name>pattern</name>
  522. <required>false</required>
  523. <rtexprvalue>true</rtexprvalue>
  524. </attribute>
  525. <attribute>
  526. <description>
  527. Time zone in which to represent the formatted
  528. time.
  529. </description>
  530. <name>timeZone</name>
  531. <required>false</required>
  532. <rtexprvalue>true</rtexprvalue>
  533. </attribute>
  534. <attribute>
  535. <description>
  536. Name of the exported scoped variable which
  537. stores the formatted result as a String.
  538. </description>
  539. <name>var</name>
  540. <required>false</required>
  541. <rtexprvalue>false</rtexprvalue>
  542. </attribute>
  543. <attribute>
  544. <description>
  545. Scope of var.
  546. </description>
  547. <name>scope</name>
  548. <required>false</required>
  549. <rtexprvalue>false</rtexprvalue>
  550. </attribute>
  551. </tag>
  552. <tag>
  553. <description>
  554. Parses the string representation of a date and/or time
  555. </description>
  556. <name>parseDate</name>
  557. <tag-class>org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag</tag-class>
  558. <body-content>JSP</body-content>
  559. <attribute>
  560. <description>
  561. Date string to be parsed.
  562. </description>
  563. <name>value</name>
  564. <required>false</required>
  565. <rtexprvalue>true</rtexprvalue>
  566. </attribute>
  567. <attribute>
  568. <description>
  569. Specifies whether the date string in the
  570. value attribute is supposed to contain a
  571. time, a date, or both.
  572. </description>
  573. <name>type</name>
  574. <required>false</required>
  575. <rtexprvalue>true</rtexprvalue>
  576. </attribute>
  577. <attribute>
  578. <description>
  579. Predefined formatting style for days
  580. which determines how the date
  581. component of the date string is to be
  582. parsed. Applied only when formatting a
  583. date or both a date and time (i.e. if type
  584. is missing or is equal to "date" or "both");
  585. ignored otherwise.
  586. </description>
  587. <name>dateStyle</name>
  588. <required>false</required>
  589. <rtexprvalue>true</rtexprvalue>
  590. </attribute>
  591. <attribute>
  592. <description>
  593. Predefined formatting styles for times
  594. which determines how the time
  595. component in the date string is to be
  596. parsed. Applied only when formatting a
  597. time or both a date and time (i.e. if type
  598. is equal to "time" or "both"); ignored
  599. otherwise.
  600. </description>
  601. <name>timeStyle</name>
  602. <required>false</required>
  603. <rtexprvalue>true</rtexprvalue>
  604. </attribute>
  605. <attribute>
  606. <description>
  607. Custom formatting pattern which
  608. determines how the date string is to be
  609. parsed.
  610. </description>
  611. <name>pattern</name>
  612. <required>false</required>
  613. <rtexprvalue>true</rtexprvalue>
  614. </attribute>
  615. <attribute>
  616. <description>
  617. Time zone in which to interpret any time
  618. information in the date string.
  619. </description>
  620. <name>timeZone</name>
  621. <required>false</required>
  622. <rtexprvalue>true</rtexprvalue>
  623. </attribute>
  624. <attribute>
  625. <description>
  626. Locale whose predefined formatting styles
  627. for dates and times are to be used during
  628. the parse operation, or to which the
  629. pattern specified via the pattern
  630. attribute (if present) is applied.
  631. </description>
  632. <name>parseLocale</name>
  633. <required>false</required>
  634. <rtexprvalue>true</rtexprvalue>
  635. </attribute>
  636. <attribute>
  637. <description>
  638. Name of the exported scoped variable in
  639. which the parsing result (of type
  640. java.util.Date) is stored.
  641. </description>
  642. <name>var</name>
  643. <required>false</required>
  644. <rtexprvalue>false</rtexprvalue>
  645. </attribute>
  646. <attribute>
  647. <description>
  648. Scope of var.
  649. </description>
  650. <name>scope</name>
  651. <required>false</required>
  652. <rtexprvalue>false</rtexprvalue>
  653. </attribute>
  654. </tag>
  655. </taglib>