glassfish 0.1.1-universal-java-1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (135) hide show
  1. data/COPYRIGHT +33 -0
  2. data/LICENSE.txt +263 -0
  3. data/README +12 -0
  4. data/bin/asadmin +7 -0
  5. data/bin/asadmin.bat +8 -0
  6. data/bin/glassfish_rails +40 -0
  7. data/config/asadminenv.conf +6 -0
  8. data/config/asenv.bat +28 -0
  9. data/config/asenv.conf +27 -0
  10. data/config/glassfish.container +4 -0
  11. data/domains/domain1/config/admin-keyfile +3 -0
  12. data/domains/domain1/config/cacerts.jks +0 -0
  13. data/domains/domain1/config/default-web.xml +906 -0
  14. data/domains/domain1/config/domain-passwords +0 -0
  15. data/domains/domain1/config/domain.xml +208 -0
  16. data/domains/domain1/config/keyfile +6 -0
  17. data/domains/domain1/config/keystore.jks +0 -0
  18. data/domains/domain1/config/logging.properties +82 -0
  19. data/domains/domain1/config/login.conf +18 -0
  20. data/domains/domain1/config/server.policy +160 -0
  21. data/domains/domain1/config/sun-acc.xml +40 -0
  22. data/domains/domain1/config/wss-server-config-1.0.xml +86 -0
  23. data/domains/domain1/config/wss-server-config-2.0.xml +94 -0
  24. data/domains/domain1/docroot/favicon.gif +0 -0
  25. data/domains/domain1/docroot/index.html +87 -0
  26. data/domains/domain1/master-password +0 -0
  27. data/lib/appclient/appclientlogin.conf +10 -0
  28. data/lib/appclient/client.policy +79 -0
  29. data/lib/appclient/wss-client-config-1.0.xml +84 -0
  30. data/lib/appclient/wss-client-config-2.0.xml +96 -0
  31. data/lib/dtds/application-client_1_2.dtd +292 -0
  32. data/lib/dtds/application-client_1_3.dtd +506 -0
  33. data/lib/dtds/application_1_2.dtd +197 -0
  34. data/lib/dtds/application_1_3.dtd +312 -0
  35. data/lib/dtds/connector_1_0.dtd +561 -0
  36. data/lib/dtds/ejb-jar_1_1.dtd +894 -0
  37. data/lib/dtds/ejb-jar_2_0.dtd +1671 -0
  38. data/lib/dtds/sun-application-client-container_1_0.dtd +123 -0
  39. data/lib/dtds/sun-application-client-container_1_1.dtd +264 -0
  40. data/lib/dtds/sun-application-client-container_1_2.dtd +267 -0
  41. data/lib/dtds/sun-application-client_1_3-0.dtd +57 -0
  42. data/lib/dtds/sun-application-client_1_4-0.dtd +182 -0
  43. data/lib/dtds/sun-application-client_1_4-1.dtd +431 -0
  44. data/lib/dtds/sun-application-client_5_0-0.dtd +495 -0
  45. data/lib/dtds/sun-application_1_3-0.dtd +30 -0
  46. data/lib/dtds/sun-application_1_4-0.dtd +44 -0
  47. data/lib/dtds/sun-application_5_0-0.dtd +51 -0
  48. data/lib/dtds/sun-cmp-mapping_1_0.dtd +100 -0
  49. data/lib/dtds/sun-cmp-mapping_1_1.dtd +99 -0
  50. data/lib/dtds/sun-cmp-mapping_1_2.dtd +106 -0
  51. data/lib/dtds/sun-connector_1_0-0.dtd +66 -0
  52. data/lib/dtds/sun-connector_1_5-0.dtd +62 -0
  53. data/lib/dtds/sun-domain_1_0.dtd +2007 -0
  54. data/lib/dtds/sun-domain_1_1.dtd +3080 -0
  55. data/lib/dtds/sun-domain_1_2.dtd +3697 -0
  56. data/lib/dtds/sun-domain_1_3.dtd +3867 -0
  57. data/lib/dtds/sun-ejb-jar_2_0-0.dtd +449 -0
  58. data/lib/dtds/sun-ejb-jar_2_0-1.dtd +454 -0
  59. data/lib/dtds/sun-ejb-jar_2_1-0.dtd +756 -0
  60. data/lib/dtds/sun-ejb-jar_2_1-1.dtd +1085 -0
  61. data/lib/dtds/sun-ejb-jar_3_0-0.dtd +1113 -0
  62. data/lib/dtds/sun-loadbalancer_1_0.dtd +156 -0
  63. data/lib/dtds/sun-loadbalancer_1_1.dtd +172 -0
  64. data/lib/dtds/sun-resources_1_0.dtd +650 -0
  65. data/lib/dtds/sun-resources_1_1.dtd +650 -0
  66. data/lib/dtds/sun-resources_1_2.dtd +662 -0
  67. data/lib/dtds/sun-resources_1_3.dtd +732 -0
  68. data/lib/dtds/sun-server_1_0.dtd +1056 -0
  69. data/lib/dtds/sun-web-app_2_3-0.dtd +230 -0
  70. data/lib/dtds/sun-web-app_2_3-1.dtd +230 -0
  71. data/lib/dtds/sun-web-app_2_4-0.dtd +466 -0
  72. data/lib/dtds/sun-web-app_2_4-1.dtd +742 -0
  73. data/lib/dtds/sun-web-app_2_5-0.dtd +789 -0
  74. data/lib/dtds/web-app_2_2.dtd +639 -0
  75. data/lib/dtds/web-app_2_3.dtd +1063 -0
  76. data/lib/dtds/web-jsptaglibrary_1_1.dtd +265 -0
  77. data/lib/dtds/web-jsptaglibrary_1_2.dtd +468 -0
  78. data/lib/package-appclient.xml +185 -0
  79. data/lib/processLauncher.properties +25 -0
  80. data/lib/processLauncher.xml +189 -0
  81. data/lib/schemas/XMLSchema.dtd +402 -0
  82. data/lib/schemas/application-client_1_4.xsd +267 -0
  83. data/lib/schemas/application-client_5.xsd +304 -0
  84. data/lib/schemas/application_1_4.xsd +315 -0
  85. data/lib/schemas/application_5.xsd +336 -0
  86. data/lib/schemas/connector_1_5.xsd +1036 -0
  87. data/lib/schemas/datatypes.dtd +203 -0
  88. data/lib/schemas/ejb-jar_2_1.xsd +2208 -0
  89. data/lib/schemas/ejb-jar_3_0.xsd +2706 -0
  90. data/lib/schemas/j2ee_1_4.xsd +1608 -0
  91. data/lib/schemas/j2ee_jaxrpc_mapping_1_1.xsd +886 -0
  92. data/lib/schemas/j2ee_web_services_1_1.xsd +491 -0
  93. data/lib/schemas/j2ee_web_services_client_1_1.xsd +345 -0
  94. data/lib/schemas/javaee_5.xsd +2096 -0
  95. data/lib/schemas/javaee_web_services_1_2.xsd +747 -0
  96. data/lib/schemas/javaee_web_services_client_1_2.xsd +578 -0
  97. data/lib/schemas/jax-rpc-ri-config.xsd +416 -0
  98. data/lib/schemas/jsp_2_0.xsd +308 -0
  99. data/lib/schemas/jsp_2_1.xsd +343 -0
  100. data/lib/schemas/orm_1_0.xsd +1516 -0
  101. data/lib/schemas/persistence_1_0.xsd +260 -0
  102. data/lib/schemas/web-app_2_4.xsd +1234 -0
  103. data/lib/schemas/web-app_2_5.xsd +1271 -0
  104. data/lib/schemas/web-jsptaglibrary_2_0.xsd +1010 -0
  105. data/lib/schemas/web-jsptaglibrary_2_1.xsd +1144 -0
  106. data/lib/schemas/xml.xsd +82 -0
  107. data/modules/admin-cli-10.0-SNAPSHOT.jar +0 -0
  108. data/modules/auto-depends-0.2-SNAPSHOT.jar +0 -0
  109. data/modules/cli-framework-10.0-SNAPSHOT.jar +0 -0
  110. data/modules/common-ee-util-10.0-SNAPSHOT.jar +0 -0
  111. data/modules/common-util-10.0-SNAPSHOT.jar +0 -0
  112. data/modules/config-0.2-SNAPSHOT.jar +0 -0
  113. data/modules/config-api-10.0-SNAPSHOT.jar +0 -0
  114. data/modules/gf-jruby-connector-10.0-SNAPSHOT.jar +0 -0
  115. data/modules/glassfish-10.0-SNAPSHOT.jar +0 -0
  116. data/modules/glassfish-api-10.0-SNAPSHOT.jar +0 -0
  117. data/modules/glassfish.rb +10 -0
  118. data/modules/grizzly-framework-1.7.1.jar +0 -0
  119. data/modules/grizzly-http-1.7.1.jar +0 -0
  120. data/modules/grizzly-http-utils-1.7.1.jar +0 -0
  121. data/modules/grizzly-jruby-1.7.0.jar +0 -0
  122. data/modules/grizzly-jruby-module-1.7.0.jar +0 -0
  123. data/modules/grizzly-module-1.7.1.jar +0 -0
  124. data/modules/grizzly-portunif-1.7.1.jar +0 -0
  125. data/modules/grizzly-rcm-1.7.1.jar +0 -0
  126. data/modules/hk2-0.2-SNAPSHOT.jar +0 -0
  127. data/modules/hk2-core-0.2-SNAPSHOT.jar +0 -0
  128. data/modules/junit-4.3.1.jar +0 -0
  129. data/modules/kernel-10.0-SNAPSHOT.jar +0 -0
  130. data/modules/persistence-api-1.0b.jar +0 -0
  131. data/modules/servlet-api-2.5.jar +0 -0
  132. data/modules/sjsxp-1.0.jar +0 -0
  133. data/modules/stax-api-1.0-2.jar +0 -0
  134. data/modules/tiger-types-1.0.jar +0 -0
  135. metadata +206 -0
@@ -0,0 +1,1144 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <xsd:schema
4
+ targetNamespace="http://java.sun.com/xml/ns/javaee"
5
+ xmlns:javaee="http://java.sun.com/xml/ns/javaee"
6
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
7
+ elementFormDefault="qualified"
8
+ attributeFormDefault="unqualified"
9
+ version="2.1">
10
+
11
+ <xsd:annotation>
12
+ <xsd:documentation>
13
+ @(#)web-jsptaglibrary_2_1.xsds 1.1
14
+ </xsd:documentation>
15
+ </xsd:annotation>
16
+
17
+ <xsd:annotation>
18
+ <xsd:documentation>
19
+
20
+ Copyright 2003-2005 Sun Microsystems, Inc.
21
+ 4150 Network Circle
22
+ Santa Clara, California 95054
23
+ U.S.A
24
+ All rights reserved.
25
+
26
+ Sun Microsystems, Inc. has intellectual property rights
27
+ relating to technology described in this document. In
28
+ particular, and without limitation, these intellectual
29
+ property rights may include one or more of the U.S. patents
30
+ listed at http://www.sun.com/patents and one or more
31
+ additional patents or pending patent applications in the
32
+ U.S. and other countries.
33
+
34
+ This document and the technology which it describes are
35
+ distributed under licenses restricting their use, copying,
36
+ distribution, and decompilation. No part of this document
37
+ may be reproduced in any form by any means without prior
38
+ written authorization of Sun and its licensors, if any.
39
+
40
+ Third-party software, including font technology, is
41
+ copyrighted and licensed from Sun suppliers.
42
+
43
+ Sun, Sun Microsystems, the Sun logo, Solaris, Java, J2EE,
44
+ JavaServer Pages, Enterprise JavaBeans and the Java Coffee
45
+ Cup logo are trademarks or registered trademarks of Sun
46
+ Microsystems, Inc. in the U.S. and other countries.
47
+
48
+ Federal Acquisitions: Commercial Software - Government Users
49
+ Subject to Standard License Terms and Conditions.
50
+
51
+ </xsd:documentation>
52
+ </xsd:annotation>
53
+
54
+ <xsd:annotation>
55
+ <xsd:documentation>
56
+ <![CDATA[
57
+
58
+ This is the XML Schema for the JSP Taglibrary
59
+ descriptor. All Taglibrary descriptors must
60
+ indicate the tag library schema by using the Taglibrary
61
+ namespace:
62
+
63
+ http://java.sun.com/xml/ns/javaee
64
+
65
+ and by indicating the version of the schema by
66
+ using the version element as shown below:
67
+
68
+ <taglib xmlns="http://java.sun.com/xml/ns/javaee"
69
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
70
+ xsi:schemaLocation="..."
71
+ version="2.1">
72
+ ...
73
+ </taglib>
74
+
75
+ The instance documents may indicate the published
76
+ version of the schema using xsi:schemaLocation attribute
77
+ for Java EE namespace with the following location:
78
+
79
+ http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd
80
+
81
+ ]]>
82
+ </xsd:documentation>
83
+ </xsd:annotation>
84
+
85
+ <xsd:include schemaLocation="javaee_5.xsd"/>
86
+
87
+
88
+ <!-- **************************************************** -->
89
+
90
+ <xsd:element name="taglib" type="javaee:tldTaglibType">
91
+ <xsd:annotation>
92
+ <xsd:documentation>
93
+
94
+ The taglib tag is the document root.
95
+ The definition of taglib is provided
96
+ by the tldTaglibType.
97
+
98
+ </xsd:documentation>
99
+ </xsd:annotation>
100
+ <xsd:unique name="tag-name-uniqueness">
101
+ <xsd:annotation>
102
+ <xsd:documentation>
103
+
104
+ The taglib element contains, among other things, tag and
105
+ tag-file elements.
106
+ The name subelements of these elements must each be unique.
107
+
108
+ </xsd:documentation>
109
+ </xsd:annotation>
110
+ <xsd:selector xpath="javaee:tag|javaee:tag-file"/>
111
+ <xsd:field xpath="javaee:name"/>
112
+ </xsd:unique>
113
+
114
+ <xsd:unique name="function-name-uniqueness">
115
+ <xsd:annotation>
116
+ <xsd:documentation>
117
+
118
+ The taglib element contains function elements.
119
+ The name subelements of these elements must each be unique.
120
+
121
+ </xsd:documentation>
122
+ </xsd:annotation>
123
+ <xsd:selector xpath="javaee:function"/>
124
+ <xsd:field xpath="javaee:name"/>
125
+ </xsd:unique>
126
+
127
+ </xsd:element>
128
+
129
+
130
+ <!-- **************************************************** -->
131
+
132
+ <xsd:complexType name="body-contentType">
133
+ <xsd:annotation>
134
+ <xsd:documentation>
135
+
136
+ Specifies the type of body that is valid for a tag.
137
+ This value is used by the JSP container to validate
138
+ that a tag invocation has the correct body syntax and
139
+ by page composition tools to assist the page author
140
+ in providing a valid tag body.
141
+
142
+ There are currently four values specified:
143
+
144
+ tagdependent The body of the tag is interpreted by the tag
145
+ implementation itself, and is most likely
146
+ in a different "language", e.g embedded SQL
147
+ statements.
148
+
149
+ JSP The body of the tag contains nested JSP
150
+ syntax.
151
+
152
+ empty The body must be empty
153
+
154
+ scriptless The body accepts only template text, EL
155
+ Expressions, and JSP action elements. No
156
+ scripting elements are allowed.
157
+
158
+ </xsd:documentation>
159
+ </xsd:annotation>
160
+
161
+ <xsd:simpleContent>
162
+ <xsd:restriction base="javaee:string">
163
+ <xsd:enumeration value="tagdependent"/>
164
+ <xsd:enumeration value="JSP"/>
165
+ <xsd:enumeration value="empty"/>
166
+ <xsd:enumeration value="scriptless"/>
167
+ </xsd:restriction>
168
+ </xsd:simpleContent>
169
+ </xsd:complexType>
170
+
171
+ <!-- **************************************************** -->
172
+
173
+ <xsd:complexType name="extensibleType" abstract="true">
174
+ <xsd:annotation>
175
+ <xsd:documentation>
176
+
177
+ The extensibleType is an abstract base type that is used to
178
+ define the type of extension-elements. Instance documents
179
+ must substitute a known type to define the extension by
180
+ using xsi:type attribute to define the actual type of
181
+ extension-elements.
182
+
183
+ </xsd:documentation>
184
+ </xsd:annotation>
185
+ <xsd:attribute name="id" type="xsd:ID"/>
186
+ </xsd:complexType>
187
+
188
+ <!-- **************************************************** -->
189
+
190
+ <xsd:complexType name="functionType">
191
+ <xsd:annotation>
192
+ <xsd:documentation>
193
+
194
+ The function element is used to provide information on each
195
+ function in the tag library that is to be exposed to the EL.
196
+
197
+ The function element may have several subelements defining:
198
+
199
+ description Optional tag-specific information
200
+
201
+ display-name A short name that is intended to be
202
+ displayed by tools
203
+
204
+ icon Optional icon element that can be used
205
+ by tools
206
+
207
+ name A unique name for this function
208
+
209
+ function-class Provides the name of the Java class that
210
+ implements the function
211
+
212
+ function-signature Provides the signature, as in the Java
213
+ Language Specification, of the Java
214
+ method that is to be used to implement
215
+ the function.
216
+
217
+ example Optional informal description of an
218
+ example of a use of this function
219
+
220
+ function-extension Zero or more extensions that provide extra
221
+ information about this function, for tool
222
+ consumption
223
+
224
+ </xsd:documentation>
225
+ </xsd:annotation>
226
+
227
+ <xsd:sequence>
228
+ <xsd:group ref="javaee:descriptionGroup"/>
229
+ <xsd:element name="name"
230
+ type="javaee:tld-canonical-nameType">
231
+ <xsd:annotation>
232
+ <xsd:documentation>
233
+
234
+ A unique name for this function.
235
+
236
+ </xsd:documentation>
237
+ </xsd:annotation>
238
+ </xsd:element>
239
+ <xsd:element name="function-class"
240
+ type="javaee:fully-qualified-classType">
241
+ <xsd:annotation>
242
+ <xsd:documentation>
243
+
244
+ Provides the fully-qualified class name of the Java
245
+ class containing the static method that implements
246
+ the function.
247
+
248
+ </xsd:documentation>
249
+ </xsd:annotation>
250
+
251
+ </xsd:element>
252
+ <xsd:element name="function-signature"
253
+ type="javaee:string">
254
+ <xsd:annotation>
255
+ <xsd:documentation>
256
+
257
+ Provides the signature, of the static Java method that is
258
+ to be used to implement the function. The syntax of the
259
+ function-signature element is as follows:
260
+
261
+ FunctionSignature ::= ReturnType S MethodName S?
262
+ '(' S? Parameters? S? ')'
263
+
264
+ ReturnType ::= Type
265
+
266
+ MethodName ::= Identifier
267
+
268
+ Parameters ::= Parameter
269
+ | ( Parameter S? ',' S? Parameters )
270
+
271
+ Parameter ::= Type
272
+
273
+ Where:
274
+
275
+ * Type is a basic type or a fully qualified
276
+ Java class name (including package name),
277
+ as per the 'Type' production in the Java
278
+ Language Specification, Second Edition,
279
+ Chapter 18.
280
+
281
+ * Identifier is a Java identifier, as per
282
+ the 'Identifier' production in the Java
283
+ Language Specification, Second
284
+ Edition, Chapter 18.
285
+
286
+ Example:
287
+
288
+ java.lang.String nickName( java.lang.String, int )
289
+
290
+ </xsd:documentation>
291
+ </xsd:annotation>
292
+
293
+ </xsd:element>
294
+ <xsd:element name="example"
295
+ type="javaee:xsdStringType"
296
+ minOccurs="0">
297
+ <xsd:annotation>
298
+ <xsd:documentation>
299
+
300
+ The example element contains an informal description
301
+ of an example of the use of this function.
302
+
303
+ </xsd:documentation>
304
+ </xsd:annotation>
305
+
306
+ </xsd:element>
307
+ <xsd:element name="function-extension"
308
+ type="javaee:tld-extensionType"
309
+ minOccurs="0"
310
+ maxOccurs="unbounded">
311
+ <xsd:annotation>
312
+ <xsd:documentation>
313
+
314
+ Function extensions are for tool use only and must not
315
+ affect the behavior of a container.
316
+
317
+ </xsd:documentation>
318
+ </xsd:annotation>
319
+ </xsd:element>
320
+ </xsd:sequence>
321
+ <xsd:attribute name="id" type="xsd:ID"/>
322
+ </xsd:complexType>
323
+
324
+ <!-- **************************************************** -->
325
+
326
+ <xsd:complexType name="tagFileType">
327
+ <xsd:annotation>
328
+ <xsd:documentation>
329
+
330
+ Defines an action in this tag library that is implemented
331
+ as a .tag file.
332
+
333
+ The tag-file element has two required subelements:
334
+
335
+ description Optional tag-specific information
336
+
337
+ display-name A short name that is intended to be
338
+ displayed by tools
339
+
340
+ icon Optional icon element that can be used
341
+ by tools
342
+
343
+ name The unique action name
344
+
345
+ path Where to find the .tag file implementing this
346
+ action, relative to the root of the web
347
+ application or the root of the JAR file for a
348
+ tag library packaged in a JAR. This must
349
+ begin with /WEB-INF/tags if the .tag file
350
+ resides in the WAR, or /META-INF/tags if the
351
+ .tag file resides in a JAR.
352
+
353
+ example Optional informal description of an
354
+ example of a use of this tag
355
+
356
+ tag-extension Zero or more extensions that provide extra
357
+ information about this tag, for tool
358
+ consumption
359
+
360
+ </xsd:documentation>
361
+ </xsd:annotation>
362
+
363
+ <xsd:sequence>
364
+ <xsd:group ref="javaee:descriptionGroup"/>
365
+ <xsd:element name="name"
366
+ type="javaee:tld-canonical-nameType"/>
367
+ <xsd:element name="path"
368
+ type="javaee:pathType"/>
369
+ <xsd:element name="example"
370
+ type="javaee:xsdStringType"
371
+ minOccurs="0">
372
+ <xsd:annotation>
373
+ <xsd:documentation>
374
+
375
+ The example element contains an informal description
376
+ of an example of the use of a tag.
377
+
378
+ </xsd:documentation>
379
+ </xsd:annotation>
380
+
381
+ </xsd:element>
382
+ <xsd:element name="tag-extension"
383
+ type="javaee:tld-extensionType"
384
+ minOccurs="0"
385
+ maxOccurs="unbounded">
386
+ <xsd:annotation>
387
+ <xsd:documentation>
388
+
389
+ Tag extensions are for tool use only and must not affect
390
+ the behavior of a container.
391
+
392
+ </xsd:documentation>
393
+ </xsd:annotation>
394
+ </xsd:element>
395
+ </xsd:sequence>
396
+ <xsd:attribute name="id" type="xsd:ID"/>
397
+ </xsd:complexType>
398
+
399
+ <!-- **************************************************** -->
400
+
401
+ <xsd:complexType name="tagType">
402
+ <xsd:annotation>
403
+ <xsd:documentation>
404
+
405
+ The tag defines a unique tag in this tag library. It has one
406
+ attribute, id.
407
+
408
+ The tag element may have several subelements defining:
409
+
410
+ description Optional tag-specific information
411
+
412
+ display-name A short name that is intended to be
413
+ displayed by tools
414
+
415
+ icon Optional icon element that can be used
416
+ by tools
417
+
418
+ name The unique action name
419
+
420
+ tag-class The tag handler class implementing
421
+ javax.servlet.jsp.tagext.JspTag
422
+
423
+ tei-class An optional subclass of
424
+ javax.servlet.jsp.tagext.TagExtraInfo
425
+
426
+ body-content The body content type
427
+
428
+ variable Optional scripting variable information
429
+
430
+ attribute All attributes of this action that are
431
+ evaluated prior to invocation.
432
+
433
+ dynamic-attributes Whether this tag supports additional
434
+ attributes with dynamic names. If
435
+ true, the tag-class must implement the
436
+ javax.servlet.jsp.tagext.DynamicAttributes
437
+ interface. Defaults to false.
438
+
439
+ example Optional informal description of an
440
+ example of a use of this tag
441
+
442
+ tag-extension Zero or more extensions that provide extra
443
+ information about this tag, for tool
444
+ consumption
445
+
446
+ </xsd:documentation>
447
+ </xsd:annotation>
448
+
449
+ <xsd:sequence>
450
+ <xsd:group ref="javaee:descriptionGroup"/>
451
+ <xsd:element name="name"
452
+ type="javaee:tld-canonical-nameType"/>
453
+ <xsd:element name="tag-class"
454
+ type="javaee:fully-qualified-classType">
455
+ <xsd:annotation>
456
+ <xsd:documentation>
457
+
458
+ Defines the subclass of javax.serlvet.jsp.tagext.JspTag
459
+ that implements the request time semantics for
460
+ this tag. (required)
461
+
462
+ </xsd:documentation>
463
+ </xsd:annotation>
464
+
465
+ </xsd:element>
466
+ <xsd:element name="tei-class"
467
+ type="javaee:fully-qualified-classType"
468
+ minOccurs="0">
469
+ <xsd:annotation>
470
+ <xsd:documentation>
471
+
472
+ Defines the subclass of javax.servlet.jsp.tagext.TagExtraInfo
473
+ for this tag. (optional)
474
+
475
+ If this is not given, the class is not consulted at
476
+ translation time.
477
+
478
+ </xsd:documentation>
479
+ </xsd:annotation>
480
+ </xsd:element>
481
+ <xsd:element name="body-content"
482
+ type="javaee:body-contentType">
483
+ <xsd:annotation>
484
+ <xsd:documentation>
485
+
486
+ Specifies the format for the body of this tag.
487
+ The default in JSP 1.2 was "JSP" but because this
488
+ is an invalid setting for simple tag handlers, there
489
+ is no longer a default in JSP 2.0. A reasonable
490
+ default for simple tag handlers is "scriptless" if
491
+ the tag can have a body.
492
+
493
+ </xsd:documentation>
494
+ </xsd:annotation>
495
+ </xsd:element>
496
+ <xsd:element name="variable"
497
+ type="javaee:variableType"
498
+ minOccurs="0" maxOccurs="unbounded"/>
499
+ <xsd:element name="attribute"
500
+ type="javaee:tld-attributeType"
501
+ minOccurs="0" maxOccurs="unbounded"/>
502
+ <xsd:element name="dynamic-attributes"
503
+ type="javaee:generic-booleanType"
504
+ minOccurs="0"/>
505
+ <xsd:element name="example"
506
+ type="javaee:xsdStringType"
507
+ minOccurs="0">
508
+ <xsd:annotation>
509
+ <xsd:documentation>
510
+
511
+ The example element contains an informal description
512
+ of an example of the use of a tag.
513
+
514
+ </xsd:documentation>
515
+ </xsd:annotation>
516
+
517
+ </xsd:element>
518
+ <xsd:element name="tag-extension"
519
+ type="javaee:tld-extensionType"
520
+ minOccurs="0"
521
+ maxOccurs="unbounded">
522
+ <xsd:annotation>
523
+ <xsd:documentation>
524
+
525
+ Tag extensions are for tool use only and must not affect
526
+ the behavior of a container.
527
+
528
+ </xsd:documentation>
529
+ </xsd:annotation>
530
+ </xsd:element>
531
+ </xsd:sequence>
532
+ <xsd:attribute name="id" type="xsd:ID"/>
533
+ </xsd:complexType>
534
+
535
+ <!-- **************************************************** -->
536
+
537
+ <xsd:complexType name="tld-attributeType">
538
+ <xsd:annotation>
539
+ <xsd:documentation>
540
+
541
+ The attribute element defines an attribute for the nesting
542
+ tag. The attribute element may have several subelements
543
+ defining:
544
+
545
+ description a description of the attribute
546
+
547
+ name the name of the attribute
548
+
549
+ required whether the attribute is required or
550
+ optional
551
+
552
+ rtexprvalue whether the attribute is a runtime attribute
553
+
554
+ type the type of the attributes
555
+
556
+ fragment whether this attribute is a fragment
557
+
558
+ deferred-value present if this attribute is to be parsed as a
559
+ javax.el.ValueExpression
560
+
561
+ deferred-method present if this attribute is to be parsed as a
562
+ javax.el.MethodExpression
563
+
564
+ </xsd:documentation>
565
+ </xsd:annotation>
566
+
567
+ <xsd:sequence>
568
+ <xsd:element name="description"
569
+ type="javaee:descriptionType"
570
+ minOccurs="0" maxOccurs="unbounded"/>
571
+ <xsd:element name="name"
572
+ type="javaee:java-identifierType"/>
573
+ <xsd:element name="required"
574
+ type="javaee:generic-booleanType"
575
+ minOccurs="0">
576
+ <xsd:annotation>
577
+ <xsd:documentation>
578
+
579
+ Defines if the nesting attribute is required or
580
+ optional.
581
+
582
+ If not present then the default is "false", i.e
583
+ the attribute is optional.
584
+
585
+ </xsd:documentation>
586
+ </xsd:annotation>
587
+ </xsd:element>
588
+ <xsd:choice>
589
+ <xsd:sequence>
590
+ <xsd:sequence minOccurs="0">
591
+ <xsd:element name="rtexprvalue"
592
+ type="javaee:generic-booleanType">
593
+ <xsd:annotation>
594
+ <xsd:documentation>
595
+
596
+ Defines if the nesting attribute can have scriptlet
597
+ expressions as a value, i.e the value of the
598
+ attribute may be dynamically calculated at request
599
+ time, as opposed to a static value determined at
600
+ translation time.
601
+ If not present then the default is "false", i.e the
602
+ attribute has a static value
603
+
604
+ </xsd:documentation>
605
+ </xsd:annotation>
606
+ </xsd:element>
607
+ <xsd:element name="type"
608
+ type="javaee:fully-qualified-classType"
609
+ minOccurs="0">
610
+ <xsd:annotation>
611
+ <xsd:documentation>
612
+
613
+ Defines the Java type of the attributes value.
614
+ If this element is omitted, the expected type is
615
+ assumed to be "java.lang.Object".
616
+
617
+ </xsd:documentation>
618
+ </xsd:annotation>
619
+ </xsd:element>
620
+ </xsd:sequence>
621
+
622
+ <xsd:choice>
623
+ <xsd:element name="deferred-value"
624
+ type="javaee:tld-deferred-valueType"
625
+ minOccurs="0">
626
+ <xsd:annotation>
627
+ <xsd:documentation>
628
+
629
+ Present if the value for this attribute is to be
630
+ passed to the tag handler as a
631
+ javax.el.ValueExpression. This allows for deferred
632
+ evaluation of EL expressions. An optional subelement
633
+ will contain the expected type that the value will
634
+ be coerced to after evaluation of the expression.
635
+ The type defaults to Object if one is not provided.
636
+
637
+ </xsd:documentation>
638
+ </xsd:annotation>
639
+ </xsd:element>
640
+ <xsd:element name="deferred-method"
641
+ type="javaee:tld-deferred-methodType"
642
+ minOccurs="0">
643
+ <xsd:annotation>
644
+ <xsd:documentation>
645
+
646
+ Present if the value for this attribute is to be
647
+ passed to the tag handler as a
648
+ javax.el.MethodExpression. This allows for deferred
649
+ evaluation of an EL expression that identifies a
650
+ method to be invoked on an Object. An optional
651
+ subelement will contain the expected method
652
+ signature. The signature defaults to "void method()"
653
+ if one is not provided.
654
+
655
+ </xsd:documentation>
656
+ </xsd:annotation>
657
+ </xsd:element>
658
+ </xsd:choice>
659
+ </xsd:sequence>
660
+
661
+ <xsd:element name="fragment"
662
+ type="javaee:generic-booleanType"
663
+ minOccurs="0">
664
+ <xsd:annotation>
665
+ <xsd:documentation>
666
+
667
+ "true" if this attribute is of type
668
+ javax.jsp.tagext.JspFragment, representing dynamic
669
+ content that can be re-evaluated as many times
670
+ as needed by the tag handler. If omitted or "false",
671
+ the default is still type="java.lang.String"
672
+
673
+ </xsd:documentation>
674
+ </xsd:annotation>
675
+ </xsd:element>
676
+
677
+ </xsd:choice>
678
+ </xsd:sequence>
679
+ <xsd:attribute name="id" type="xsd:ID"/>
680
+ </xsd:complexType>
681
+
682
+ <!-- **************************************************** -->
683
+
684
+ <xsd:complexType name="tld-canonical-nameType">
685
+
686
+ <xsd:annotation>
687
+ <xsd:documentation>
688
+
689
+ Defines the canonical name of a tag or attribute being
690
+ defined.
691
+
692
+ The name must conform to the lexical rules for an NMTOKEN.
693
+
694
+ </xsd:documentation>
695
+ </xsd:annotation>
696
+
697
+ <xsd:simpleContent>
698
+ <xsd:restriction base="javaee:xsdNMTOKENType"/>
699
+ </xsd:simpleContent>
700
+ </xsd:complexType>
701
+
702
+ <!-- **************************************************** -->
703
+
704
+ <xsd:complexType name="tld-deferred-methodType">
705
+ <xsd:annotation>
706
+ <xsd:documentation>
707
+
708
+ Defines information about how to provide the value for a
709
+ tag handler attribute that accepts a javax.el.MethodExpression.
710
+
711
+ The deferred-method element has one optional subelement:
712
+
713
+ method-signature Provides the signature, as in the Java
714
+ Language Specifies, that is expected for
715
+ the method being identified by the
716
+ expression.
717
+
718
+ </xsd:documentation>
719
+ </xsd:annotation>
720
+
721
+ <xsd:sequence>
722
+ <xsd:element name="method-signature"
723
+ type="javaee:string"
724
+ minOccurs="0">
725
+ <xsd:annotation>
726
+ <xsd:documentation>
727
+
728
+ Provides the expected signature of the method identified
729
+ by the javax.el.MethodExpression.
730
+
731
+ This disambiguates overloaded methods and ensures that
732
+ the return value is of the expected type.
733
+
734
+ The syntax of the method-signature element is identical
735
+ to that of the function-signature element. See the
736
+ documentation for function-signature for more details.
737
+
738
+ The name of the method is for documentation purposes only
739
+ and is ignored by the JSP container.
740
+
741
+ Example:
742
+
743
+ boolean validate(java.lang.String)
744
+
745
+ </xsd:documentation>
746
+ </xsd:annotation>
747
+ </xsd:element>
748
+ </xsd:sequence>
749
+
750
+ <xsd:attribute name="id" type="xsd:ID"/>
751
+ </xsd:complexType>
752
+
753
+ <!-- **************************************************** -->
754
+
755
+ <xsd:complexType name="tld-deferred-valueType">
756
+ <xsd:annotation>
757
+ <xsd:documentation>
758
+
759
+ Defines information about how to provide the value for a
760
+ tag handler attribute that accepts a javax.el.ValueExpression.
761
+
762
+ The deferred-value element has one optional subelement:
763
+
764
+ type the expected type of the attribute
765
+
766
+ </xsd:documentation>
767
+ </xsd:annotation>
768
+
769
+ <xsd:sequence>
770
+ <xsd:element name="type"
771
+ type="javaee:fully-qualified-classType"
772
+ minOccurs="0">
773
+ <xsd:annotation>
774
+ <xsd:documentation>
775
+
776
+ The fully-qualified name of the Java type that is the
777
+ expected type for this deferred expression. If this
778
+ element is omitted, the expected type is assumed to be
779
+ "java.lang.Object".
780
+
781
+ </xsd:documentation>
782
+ </xsd:annotation>
783
+ </xsd:element>
784
+ </xsd:sequence>
785
+
786
+ <xsd:attribute name="id" type="xsd:ID"/>
787
+ </xsd:complexType>
788
+
789
+ <!-- **************************************************** -->
790
+
791
+ <xsd:complexType name="tld-extensionType">
792
+ <xsd:annotation>
793
+ <xsd:documentation>
794
+
795
+ The tld-extensionType is used to indicate
796
+ extensions to a specific TLD element.
797
+
798
+ It is used by elements to designate an extension block
799
+ that is targeted to a specific extension designated by
800
+ a set of extension elements that are declared by a
801
+ namespace. The namespace identifies the extension to
802
+ the tool that processes the extension.
803
+
804
+ The type of the extension-element is abstract. Therefore,
805
+ a concrete type must be specified by the TLD using
806
+ xsi:type attribute for each extension-element.
807
+
808
+ </xsd:documentation>
809
+ </xsd:annotation>
810
+
811
+ <xsd:sequence>
812
+ <xsd:element name="extension-element"
813
+ type="javaee:extensibleType"
814
+ maxOccurs="unbounded"/>
815
+ </xsd:sequence>
816
+
817
+ <xsd:attribute name="namespace"
818
+ use="required"
819
+ type="xsd:anyURI"/>
820
+ <xsd:attribute name="id" type="xsd:ID"/>
821
+
822
+ </xsd:complexType>
823
+
824
+ <!-- **************************************************** -->
825
+
826
+ <xsd:complexType name="tldTaglibType">
827
+ <xsd:annotation>
828
+ <xsd:documentation>
829
+
830
+ The taglib tag is the document root, it defines:
831
+
832
+ description a simple string describing the "use" of this
833
+ taglib, should be user discernable
834
+
835
+ display-name the display-name element contains a
836
+ short name that is intended to be displayed
837
+ by tools
838
+
839
+ icon optional icon that can be used by tools
840
+
841
+ tlib-version the version of the tag library implementation
842
+
843
+ short-name a simple default short name that could be
844
+ used by a JSP authoring tool to create
845
+ names with a mnemonic value; for example,
846
+ the it may be used as the prefered prefix
847
+ value in taglib directives
848
+
849
+ uri a uri uniquely identifying this taglib
850
+
851
+ validator optional TagLibraryValidator information
852
+
853
+ listener optional event listener specification
854
+
855
+ tag tags in this tag library
856
+
857
+ tag-file tag files in this tag library
858
+
859
+ function zero or more EL functions defined in this
860
+ tag library
861
+
862
+ taglib-extension zero or more extensions that provide extra
863
+ information about this taglib, for tool
864
+ consumption
865
+
866
+ </xsd:documentation>
867
+ </xsd:annotation>
868
+ <xsd:sequence>
869
+ <xsd:group ref="javaee:descriptionGroup"/>
870
+ <xsd:element name="tlib-version"
871
+ type="javaee:dewey-versionType">
872
+ <xsd:annotation>
873
+ <xsd:documentation>
874
+
875
+ Describes this version (number) of the taglibrary.
876
+ It is described as a dewey decimal.
877
+
878
+ </xsd:documentation>
879
+ </xsd:annotation>
880
+
881
+ </xsd:element>
882
+
883
+ <xsd:element name="short-name"
884
+ type="javaee:tld-canonical-nameType">
885
+ <xsd:annotation>
886
+ <xsd:documentation>
887
+
888
+ Defines a simple default name that could be used by
889
+ a JSP authoring tool to create names with a
890
+ mnemonicvalue; for example, it may be used as the
891
+ preferred prefix value in taglib directives. Do
892
+ not use white space, and do not start with digits
893
+ or underscore.
894
+
895
+ </xsd:documentation>
896
+ </xsd:annotation>
897
+
898
+ </xsd:element>
899
+ <xsd:element name="uri"
900
+ type="javaee:xsdAnyURIType"
901
+ minOccurs="0">
902
+ <xsd:annotation>
903
+ <xsd:documentation>
904
+
905
+ Defines a public URI that uniquely identifies this
906
+ version of the taglibrary. Leave it empty if it
907
+ does not apply.
908
+
909
+ </xsd:documentation>
910
+ </xsd:annotation>
911
+
912
+ </xsd:element>
913
+ <xsd:element name="validator"
914
+ type="javaee:validatorType"
915
+ minOccurs="0">
916
+ </xsd:element>
917
+ <xsd:element name="listener"
918
+ type="javaee:listenerType"
919
+ minOccurs="0" maxOccurs="unbounded">
920
+ </xsd:element>
921
+ <xsd:element name="tag"
922
+ type="javaee:tagType"
923
+ minOccurs="0"
924
+ maxOccurs="unbounded"/>
925
+ <xsd:element name="tag-file"
926
+ type="javaee:tagFileType"
927
+ minOccurs="0"
928
+ maxOccurs="unbounded"/>
929
+ <xsd:element name="function"
930
+ type="javaee:functionType"
931
+ minOccurs="0"
932
+ maxOccurs="unbounded"/>
933
+ <xsd:element name="taglib-extension"
934
+ type="javaee:tld-extensionType"
935
+ minOccurs="0"
936
+ maxOccurs="unbounded">
937
+ <xsd:annotation>
938
+ <xsd:documentation>
939
+
940
+ Taglib extensions are for tool use only and must not
941
+ affect the behavior of a container.
942
+
943
+ </xsd:documentation>
944
+ </xsd:annotation>
945
+ </xsd:element>
946
+ </xsd:sequence>
947
+ <xsd:attribute name="version"
948
+ type="javaee:dewey-versionType"
949
+ fixed="2.1"
950
+ use="required">
951
+ <xsd:annotation>
952
+ <xsd:documentation>
953
+
954
+ Describes the JSP version (number) this taglibrary
955
+ requires in order to function (dewey decimal)
956
+
957
+ </xsd:documentation>
958
+ </xsd:annotation>
959
+
960
+ </xsd:attribute>
961
+ <xsd:attribute name="id" type="xsd:ID"/>
962
+ </xsd:complexType>
963
+
964
+ <!-- **************************************************** -->
965
+
966
+ <xsd:complexType name="validatorType">
967
+ <xsd:annotation>
968
+ <xsd:documentation>
969
+
970
+ A validator that can be used to validate
971
+ the conformance of a JSP page to using this tag library is
972
+ defined by a validatorType.
973
+
974
+ </xsd:documentation>
975
+ </xsd:annotation>
976
+
977
+ <xsd:sequence>
978
+ <xsd:element name="description"
979
+ type="javaee:descriptionType"
980
+ minOccurs="0"
981
+ maxOccurs="unbounded"/>
982
+ <xsd:element name="validator-class"
983
+ type="javaee:fully-qualified-classType">
984
+ <xsd:annotation>
985
+ <xsd:documentation>
986
+
987
+ Defines the TagLibraryValidator class that can be used
988
+ to validate the conformance of a JSP page to using this
989
+ tag library.
990
+
991
+ </xsd:documentation>
992
+ </xsd:annotation>
993
+ </xsd:element>
994
+ <xsd:element name="init-param"
995
+ type="javaee:param-valueType"
996
+ minOccurs="0" maxOccurs="unbounded">
997
+ <xsd:annotation>
998
+ <xsd:documentation>
999
+
1000
+ The init-param element contains a name/value pair as an
1001
+ initialization param.
1002
+
1003
+ </xsd:documentation>
1004
+ </xsd:annotation>
1005
+
1006
+ </xsd:element>
1007
+
1008
+ </xsd:sequence>
1009
+ <xsd:attribute name="id" type="xsd:ID"/>
1010
+ </xsd:complexType>
1011
+
1012
+ <!-- **************************************************** -->
1013
+
1014
+ <xsd:complexType name="variable-scopeType">
1015
+ <xsd:annotation>
1016
+ <xsd:documentation>
1017
+
1018
+ This type defines scope of the scripting variable. See
1019
+ TagExtraInfo for details. The allowed values are,
1020
+ "NESTED", "AT_BEGIN" and "AT_END".
1021
+
1022
+ </xsd:documentation>
1023
+ </xsd:annotation>
1024
+
1025
+ <xsd:simpleContent>
1026
+ <xsd:restriction base="javaee:string">
1027
+ <xsd:enumeration value="NESTED"/>
1028
+ <xsd:enumeration value="AT_BEGIN"/>
1029
+ <xsd:enumeration value="AT_END"/>
1030
+ </xsd:restriction>
1031
+ </xsd:simpleContent>
1032
+ </xsd:complexType>
1033
+
1034
+ <!-- **************************************************** -->
1035
+
1036
+ <xsd:complexType name="variableType">
1037
+ <xsd:annotation>
1038
+ <xsd:documentation>
1039
+
1040
+ The variableType provides information on the scripting
1041
+ variables defined by using this tag. It is a (translation
1042
+ time) error for a tag that has one or more variable
1043
+ subelements to have a TagExtraInfo class that returns a
1044
+ non-null value from a call to getVariableInfo().
1045
+
1046
+ The subelements of variableType are of the form:
1047
+
1048
+ description Optional description of this
1049
+ variable
1050
+
1051
+ name-given The variable name as a constant
1052
+
1053
+ name-from-attribute The name of an attribute whose
1054
+ (translation time) value will
1055
+ give the name of the
1056
+ variable. One of name-given or
1057
+ name-from-attribute is required.
1058
+
1059
+ variable-class Name of the class of the variable.
1060
+ java.lang.String is default.
1061
+
1062
+ declare Whether the variable is declared
1063
+ or not. True is the default.
1064
+
1065
+ scope The scope of the scripting varaible
1066
+ defined. NESTED is default.
1067
+
1068
+ </xsd:documentation>
1069
+ </xsd:annotation>
1070
+
1071
+ <xsd:sequence>
1072
+ <xsd:element name="description"
1073
+ type="javaee:descriptionType"
1074
+ minOccurs="0" maxOccurs="unbounded"/>
1075
+ <xsd:choice>
1076
+ <xsd:element name="name-given"
1077
+ type="javaee:java-identifierType">
1078
+ <xsd:annotation>
1079
+ <xsd:documentation>
1080
+
1081
+ The name for the scripting variable.
1082
+
1083
+ </xsd:documentation>
1084
+ </xsd:annotation>
1085
+ </xsd:element>
1086
+
1087
+ <xsd:element name="name-from-attribute"
1088
+ type="javaee:java-identifierType">
1089
+ <xsd:annotation>
1090
+ <xsd:documentation>
1091
+
1092
+ The name of an attribute whose
1093
+ (translation-time) value will give the name of
1094
+ the variable.
1095
+
1096
+ </xsd:documentation>
1097
+ </xsd:annotation>
1098
+ </xsd:element>
1099
+ </xsd:choice>
1100
+ <xsd:element name="variable-class"
1101
+ type="javaee:fully-qualified-classType"
1102
+ minOccurs="0">
1103
+ <xsd:annotation>
1104
+ <xsd:documentation>
1105
+
1106
+ The optional name of the class for the scripting
1107
+ variable. The default is java.lang.String.
1108
+
1109
+ </xsd:documentation>
1110
+ </xsd:annotation>
1111
+
1112
+ </xsd:element>
1113
+
1114
+ <xsd:element name="declare"
1115
+ type="javaee:generic-booleanType"
1116
+ minOccurs="0">
1117
+
1118
+ <xsd:annotation>
1119
+ <xsd:documentation>
1120
+
1121
+ Whether the scripting variable is to be defined
1122
+ or not. See TagExtraInfo for details. This
1123
+ element is optional and "true" is the default.
1124
+
1125
+ </xsd:documentation>
1126
+ </xsd:annotation>
1127
+ </xsd:element>
1128
+ <xsd:element name="scope"
1129
+ type="javaee:variable-scopeType"
1130
+ minOccurs="0">
1131
+ <xsd:annotation>
1132
+ <xsd:documentation>
1133
+
1134
+ The element is optional and "NESTED" is the default.
1135
+
1136
+ </xsd:documentation>
1137
+ </xsd:annotation>
1138
+ </xsd:element>
1139
+ </xsd:sequence>
1140
+ <xsd:attribute name="id" type="xsd:ID"/>
1141
+ </xsd:complexType>
1142
+
1143
+ </xsd:schema>
1144
+