Statistics
| Revision:

root / web-presentation / trunk / eneraptor-web-presentation / web-app / WEB-INF / tld / grails.tld @ 86

History | View | Annotate | Download (17.7 KB)

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/j2ee
5
            http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
6
        version="2.0">
7
    <description>The Grails custom tag library</description>
8
    <tlib-version>0.2</tlib-version>
9
    <short-name>grails</short-name>
10
    <uri>http://grails.codehaus.org/tags</uri>
11

    
12
    <tag>
13
        <name>link</name>
14
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspLinkTag</tag-class>
15
        <body-content>JSP</body-content>
16
        <attribute>
17
            <name>action</name>
18
            <required>false</required>
19
            <rtexprvalue>true</rtexprvalue>
20
        </attribute>
21
        <attribute>
22
            <name>controller</name>
23
            <required>false</required>
24
            <rtexprvalue>true</rtexprvalue>
25
        </attribute>
26
        <attribute>
27
            <name>id</name>
28
            <required>false</required>
29
            <rtexprvalue>true</rtexprvalue>
30
        </attribute>
31
        <attribute>
32
            <name>url</name>
33
            <required>false</required>
34
            <rtexprvalue>true</rtexprvalue>
35
        </attribute>
36
        <attribute>
37
            <name>params</name>
38
            <required>false</required>
39
            <rtexprvalue>true</rtexprvalue>
40
        </attribute>
41
        <dynamic-attributes>true</dynamic-attributes>
42
    </tag>
43
    <tag>
44
        <name>form</name>
45
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspFormTag</tag-class>
46
        <body-content>JSP</body-content>
47
        <attribute>
48
            <name>action</name>
49
            <required>false</required>
50
            <rtexprvalue>true</rtexprvalue>
51
        </attribute>
52
        <attribute>
53
            <name>controller</name>
54
            <required>false</required>
55
            <rtexprvalue>true</rtexprvalue>
56
        </attribute>
57
        <attribute>
58
            <name>id</name>
59
            <required>false</required>
60
            <rtexprvalue>true</rtexprvalue>
61
        </attribute>
62
        <attribute>
63
            <name>url</name>
64
            <required>false</required>
65
            <rtexprvalue>true</rtexprvalue>
66
        </attribute>
67
        <attribute>
68
            <name>method</name>
69
            <required>true</required>
70
            <rtexprvalue>true</rtexprvalue>
71
        </attribute>
72
        <dynamic-attributes>true</dynamic-attributes>
73
    </tag>
74
    <tag>
75
        <name>select</name>
76
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspSelectTag</tag-class>
77
        <body-content>JSP</body-content>
78
        <attribute>
79
            <name>name</name>
80
            <required>true</required>
81
            <rtexprvalue>true</rtexprvalue>
82
        </attribute>
83
        <attribute>
84
            <name>value</name>
85
            <required>false</required>
86
            <rtexprvalue>true</rtexprvalue>
87
        </attribute>
88
        <attribute>
89
            <name>optionKey</name>
90
            <required>false</required>
91
            <rtexprvalue>true</rtexprvalue>
92
        </attribute>
93
        <attribute>
94
            <name>optionValue</name>
95
            <required>false</required>
96
            <rtexprvalue>true</rtexprvalue>
97
        </attribute>
98
        <dynamic-attributes>true</dynamic-attributes>
99
    </tag>
100
    <tag>
101
        <name>datePicker</name>
102
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspDatePickerTag</tag-class>
103
        <body-content>empty</body-content>
104
        <attribute>
105
            <name>name</name>
106
            <required>true</required>
107
            <rtexprvalue>true</rtexprvalue>
108
        </attribute>
109
        <attribute>
110
            <name>value</name>
111
            <required>false</required>
112
            <rtexprvalue>true</rtexprvalue>
113
        </attribute>
114
        <attribute>
115
            <name>precision</name>
116
            <required>false</required>
117
            <rtexprvalue>true</rtexprvalue>
118
        </attribute>
119
        <dynamic-attributes>false</dynamic-attributes>
120
    </tag>
121
    <tag>
122
        <name>currencySelect</name>
123
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspCurrencySelectTag</tag-class>
124
        <body-content>empty</body-content>
125
        <attribute>
126
            <name>name</name>
127
            <required>true</required>
128
            <rtexprvalue>true</rtexprvalue>
129
        </attribute>
130
        <attribute>
131
            <name>value</name>
132
            <required>false</required>
133
            <rtexprvalue>true</rtexprvalue>
134
        </attribute>
135
        <dynamic-attributes>true</dynamic-attributes>
136
    </tag>
137
    <tag>
138
        <name>localeSelect</name>
139
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspLocaleSelectTag</tag-class>
140
        <body-content>empty</body-content>
141
        <attribute>
142
            <name>name</name>
143
            <required>true</required>
144
            <rtexprvalue>true</rtexprvalue>
145
        </attribute>
146
        <attribute>
147
            <name>value</name>
148
            <required>false</required>
149
            <rtexprvalue>true</rtexprvalue>
150
        </attribute>
151
        <dynamic-attributes>true</dynamic-attributes>
152
    </tag>
153
    <tag>
154
        <name>timeZoneSelect</name>
155
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspTimeZoneSelectTag</tag-class>
156
        <body-content>empty</body-content>
157
        <attribute>
158
            <name>name</name>
159
            <required>true</required>
160
            <rtexprvalue>true</rtexprvalue>
161
        </attribute>
162
        <attribute>
163
            <name>value</name>
164
            <required>false</required>
165
            <rtexprvalue>true</rtexprvalue>
166
        </attribute>
167
        <dynamic-attributes>true</dynamic-attributes>
168
    </tag>
169
    <tag>
170
        <name>checkBox</name>
171
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspCheckboxTag</tag-class>
172
        <body-content>empty</body-content>
173
        <attribute>
174
            <name>name</name>
175
            <required>true</required>
176
            <rtexprvalue>true</rtexprvalue>
177
        </attribute>
178
        <attribute>
179
            <name>value</name>
180
            <required>true</required>
181
            <rtexprvalue>true</rtexprvalue>
182
        </attribute>
183
        <dynamic-attributes>true</dynamic-attributes>
184
    </tag>
185
    <tag>
186
        <name>hasErrors</name>
187
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspHasErrorsTag</tag-class>
188
        <body-content>JSP</body-content>
189
        <attribute>
190
            <name>model</name>
191
            <required>false</required>
192
            <rtexprvalue>true</rtexprvalue>
193
        </attribute>
194
        <attribute>
195
            <name>bean</name>
196
            <required>false</required>
197
            <rtexprvalue>true</rtexprvalue>
198
        </attribute>
199
        <attribute>
200
            <name>field</name>
201
            <required>false</required>
202
            <rtexprvalue>true</rtexprvalue>
203
        </attribute>
204
        <dynamic-attributes>false</dynamic-attributes>
205
    </tag>
206
    <tag>
207
        <name>eachError</name>
208
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspEachErrorTag</tag-class>
209
        <body-content>JSP</body-content>
210
        <attribute>
211
            <name>model</name>
212
            <required>false</required>
213
            <rtexprvalue>true</rtexprvalue>
214
        </attribute>
215
        <attribute>
216
            <name>bean</name>
217
            <required>false</required>
218
            <rtexprvalue>true</rtexprvalue>
219
        </attribute>
220
        <attribute>
221
            <name>field</name>
222
            <required>false</required>
223
            <rtexprvalue>true</rtexprvalue>
224
        </attribute>
225
        <dynamic-attributes>false</dynamic-attributes>
226
    </tag>
227
    <tag>
228
        <name>renderErrors</name>
229
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspEachErrorTag</tag-class>
230
        <body-content>JSP</body-content>
231
        <attribute>
232
            <name>model</name>
233
            <required>false</required>
234
            <rtexprvalue>true</rtexprvalue>
235
        </attribute>
236
        <attribute>
237
            <name>bean</name>
238
            <required>false</required>
239
            <rtexprvalue>true</rtexprvalue>
240
        </attribute>
241
        <attribute>
242
            <name>field</name>
243
            <required>false</required>
244
            <rtexprvalue>true</rtexprvalue>
245
        </attribute>
246
        <attribute>
247
            <name>as</name>
248
            <required>true</required>
249
            <rtexprvalue>true</rtexprvalue>
250
        </attribute>
251
        <dynamic-attributes>false</dynamic-attributes>
252
    </tag>
253
    <tag>
254
        <name>message</name>
255
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspMessageTag</tag-class>
256
        <body-content>JSP</body-content>
257
        <attribute>
258
            <name>code</name>
259
            <required>false</required>
260
            <rtexprvalue>true</rtexprvalue>
261
        </attribute>
262
        <attribute>
263
            <name>error</name>
264
            <required>false</required>
265
            <rtexprvalue>true</rtexprvalue>
266
        </attribute>
267
        <attribute>
268
            <name>default</name>
269
            <required>false</required>
270
            <rtexprvalue>true</rtexprvalue>
271
        </attribute>
272
        <dynamic-attributes>false</dynamic-attributes>
273
    </tag>
274
    <tag>
275
        <name>remoteFunction</name>
276
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspRemoteFunctionTag</tag-class>
277
        <body-content>empty</body-content>
278
        <attribute>
279
            <name>before</name>
280
            <required>false</required>
281
            <rtexprvalue>true</rtexprvalue>
282
        </attribute>
283
        <attribute>
284
            <name>after</name>
285
            <required>false</required>
286
            <rtexprvalue>true</rtexprvalue>
287
        </attribute>
288
        <attribute>
289
            <name>action</name>
290
            <required>false</required>
291
            <rtexprvalue>true</rtexprvalue>
292
        </attribute>
293
        <attribute>
294
            <name>controller</name>
295
            <required>false</required>
296
            <rtexprvalue>true</rtexprvalue>
297
        </attribute>
298
        <attribute>
299
            <name>id</name>
300
            <required>false</required>
301
            <rtexprvalue>true</rtexprvalue>
302
        </attribute>
303
        <attribute>
304
            <name>url</name>
305
            <required>false</required>
306
            <rtexprvalue>true</rtexprvalue>
307
        </attribute>
308
        <attribute>
309
            <name>params</name>
310
            <required>false</required>
311
            <rtexprvalue>true</rtexprvalue>
312
        </attribute>
313
        <attribute>
314
            <name>asynchronous</name>
315
            <required>false</required>
316
            <rtexprvalue>true</rtexprvalue>
317
        </attribute>
318
        <attribute>
319
            <name>method</name>
320
            <required>false</required>
321
            <rtexprvalue>true</rtexprvalue>
322
        </attribute>
323
        <attribute>
324
            <name>update</name>
325
            <required>false</required>
326
            <rtexprvalue>true</rtexprvalue>
327
        </attribute>
328
        <attribute>
329
            <name>onSuccess</name>
330
            <required>false</required>
331
            <rtexprvalue>true</rtexprvalue>
332
        </attribute>
333
        <attribute>
334
            <name>onFailure</name>
335
            <required>false</required>
336
            <rtexprvalue>true</rtexprvalue>
337
        </attribute>
338
        <attribute>
339
            <name>onComplete</name>
340
            <required>false</required>
341
            <rtexprvalue>true</rtexprvalue>
342
        </attribute>
343
        <attribute>
344
            <name>onLoading</name>
345
            <required>false</required>
346
            <rtexprvalue>true</rtexprvalue>
347
        </attribute>
348
        <attribute>
349
            <name>onLoaded</name>
350
            <required>false</required>
351
            <rtexprvalue>true</rtexprvalue>
352
        </attribute>
353
        <attribute>
354
            <name>onInteractive</name>
355
            <required>false</required>
356
            <rtexprvalue>true</rtexprvalue>
357
        </attribute>
358
        <dynamic-attributes>true</dynamic-attributes>
359
    </tag>
360
    <tag>
361
        <name>remoteLink</name>
362
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspRemoteLinkTag</tag-class>
363
        <body-content>JSP</body-content>
364
        <attribute>
365
            <name>before</name>
366
            <required>false</required>
367
            <rtexprvalue>true</rtexprvalue>
368
        </attribute>
369
        <attribute>
370
            <name>after</name>
371
            <required>false</required>
372
            <rtexprvalue>true</rtexprvalue>
373
        </attribute>
374
        <attribute>
375
            <name>action</name>
376
            <required>false</required>
377
            <rtexprvalue>true</rtexprvalue>
378
        </attribute>
379
        <attribute>
380
            <name>controller</name>
381
            <required>false</required>
382
            <rtexprvalue>true</rtexprvalue>
383
        </attribute>
384
        <attribute>
385
            <name>id</name>
386
            <required>false</required>
387
            <rtexprvalue>true</rtexprvalue>
388
        </attribute>
389
        <attribute>
390
            <name>url</name>
391
            <required>false</required>
392
            <rtexprvalue>true</rtexprvalue>
393
        </attribute>
394
        <attribute>
395
            <name>params</name>
396
            <required>false</required>
397
            <rtexprvalue>true</rtexprvalue>
398
        </attribute>
399
        <attribute>
400
            <name>asynchronous</name>
401
            <required>false</required>
402
            <rtexprvalue>true</rtexprvalue>
403
        </attribute>
404
        <attribute>
405
            <name>method</name>
406
            <required>false</required>
407
            <rtexprvalue>true</rtexprvalue>
408
        </attribute>
409
        <attribute>
410
            <name>update</name>
411
            <required>false</required>
412
            <rtexprvalue>true</rtexprvalue>
413
        </attribute>
414
        <attribute>
415
            <name>onSuccess</name>
416
            <required>false</required>
417
            <rtexprvalue>true</rtexprvalue>
418
        </attribute>
419
        <attribute>
420
            <name>onFailure</name>
421
            <required>false</required>
422
            <rtexprvalue>true</rtexprvalue>
423
        </attribute>
424
        <attribute>
425
            <name>onComplete</name>
426
            <required>false</required>
427
            <rtexprvalue>true</rtexprvalue>
428
        </attribute>
429
        <attribute>
430
            <name>onLoading</name>
431
            <required>false</required>
432
            <rtexprvalue>true</rtexprvalue>
433
        </attribute>
434
        <attribute>
435
            <name>onLoaded</name>
436
            <required>false</required>
437
            <rtexprvalue>true</rtexprvalue>
438
        </attribute>
439
        <attribute>
440
            <name>onInteractive</name>
441
            <required>false</required>
442
            <rtexprvalue>true</rtexprvalue>
443
        </attribute>
444
        <dynamic-attributes>true</dynamic-attributes>
445
    </tag>
446
    <tag>
447
        <name>formRemote</name>
448
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspFormRemoteTag</tag-class>
449
        <body-content>JSP</body-content>
450
        <attribute>
451
            <name>before</name>
452
            <required>false</required>
453
            <rtexprvalue>true</rtexprvalue>
454
        </attribute>
455
        <attribute>
456
            <name>after</name>
457
            <required>false</required>
458
            <rtexprvalue>true</rtexprvalue>
459
        </attribute>
460
        <attribute>
461
            <name>action</name>
462
            <required>false</required>
463
            <rtexprvalue>true</rtexprvalue>
464
        </attribute>
465
        <attribute>
466
            <name>controller</name>
467
            <required>false</required>
468
            <rtexprvalue>true</rtexprvalue>
469
        </attribute>
470
        <attribute>
471
            <name>id</name>
472
            <required>false</required>
473
            <rtexprvalue>true</rtexprvalue>
474
        </attribute>
475
        <attribute>
476
            <name>url</name>
477
            <required>false</required>
478
            <rtexprvalue>true</rtexprvalue>
479
        </attribute>
480
        <attribute>
481
            <name>params</name>
482
            <required>false</required>
483
            <rtexprvalue>true</rtexprvalue>
484
        </attribute>
485
        <attribute>
486
            <name>asynchronous</name>
487
            <required>false</required>
488
            <rtexprvalue>true</rtexprvalue>
489
        </attribute>
490
        <attribute>
491
            <name>method</name>
492
            <required>false</required>
493
            <rtexprvalue>true</rtexprvalue>
494
        </attribute>
495
        <attribute>
496
            <name>update</name>
497
            <required>false</required>
498
            <rtexprvalue>true</rtexprvalue>
499
        </attribute>
500
        <attribute>
501
            <name>onSuccess</name>
502
            <required>false</required>
503
            <rtexprvalue>true</rtexprvalue>
504
        </attribute>
505
        <attribute>
506
            <name>onFailure</name>
507
            <required>false</required>
508
            <rtexprvalue>true</rtexprvalue>
509
        </attribute>
510
        <attribute>
511
            <name>onComplete</name>
512
            <required>false</required>
513
            <rtexprvalue>true</rtexprvalue>
514
        </attribute>
515
        <attribute>
516
            <name>onLoading</name>
517
            <required>false</required>
518
            <rtexprvalue>true</rtexprvalue>
519
        </attribute>
520
        <attribute>
521
            <name>onLoaded</name>
522
            <required>false</required>
523
            <rtexprvalue>true</rtexprvalue>
524
        </attribute>
525
        <attribute>
526
            <name>onInteractive</name>
527
            <required>false</required>
528
            <rtexprvalue>true</rtexprvalue>
529
        </attribute>
530
        <dynamic-attributes>true</dynamic-attributes>
531
    </tag>
532
    <tag>
533
        <name>invokeTag</name>
534
        <tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspInvokeGrailsTagLibTag</tag-class>
535
        <body-content>JSP</body-content>
536
        <variable>
537
            <name-given>it</name-given>
538
            <variable-class>java.lang.Object</variable-class>
539
            <declare>true</declare>
540
            <scope>NESTED</scope>
541
        </variable>
542
        <attribute>
543
            <name>tagName</name>
544
            <required>true</required>
545
            <rtexprvalue>true</rtexprvalue>
546
        </attribute>
547
        <dynamic-attributes>true</dynamic-attributes>
548
    </tag>
549
</taglib>
550