Skip to main content
summaryrefslogtreecommitdiffstats
blob: ab6eb7ffe2a92dbd2db633c0351dac7b43b19710 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618

(object Petal
    version    	47
    _written   	"Rose 8.0.0303.1400"
    charSet    	0)

(object Class_Category "jsp"
    is_unit    	TRUE
    is_loaded  	TRUE
    attributes 	(list Attribute_Set
	(object Attribute
	    tool       	"Ecore"
	    name       	"prefix"
	    value      	(value Text "Jsp"))
	(object Attribute
	    tool       	"Ecore"
	    name       	"basePackage"
	    value      	(value Text "org.eclipse.jst.j2ee"))
	(object Attribute
	    tool       	"Ecore"
	    name       	"nsURI"
	    value      	(value Text "jsp.xmi")))
    quid       	"3E4D4F69036B"
    exportControl 	"Public"
    logical_models 	(list unit_reference_list
	(object Class "JSPConfig"
	    quid       	"3E4D4A3A01C8"
	    documentation 	
|@version J2EE1.4
|The jsp-configType is used to provide global configuration
|information for the JSP files in a web application. It has
|two subelements, taglib and jsp-property-group.
	    )
	(object Class "JSPPropertyGroup"
	    quid       	"3E4D4A970353"
	    documentation 	
|@version J2EE1.4
|The jsp-property-groupType is used to group a number of
|files so they can be given global property information.
|All files so described are deemed to be JSP files. The
|following additional properties can be described:
|
|- Control enabling of EL evaluation. - Control enabling
|of Scripting elements. - Indicate pageEncoding
|information. - Indicating that a resource is a JSP
|document - Prelude and Coda automatic includes.
	    
	    superclasses 	(list inheritance_relationship_list
		(object Inheritance_Relationship
		    quid       	"3E4D4CCD0144"
		    supplier   	"Logical View::common::CompatibilityDescriptionGroup"
		    quidu      	"4023ADF20197"))
	    class_attributes 	(list class_attribute_list
		(object ClassAttribute "urlPattern"
		    quid       	"3E4D4CDC0236"
		    stereotype 	"0..*"
		    type       	"String"
		    exportControl 	"Public")
		(object ClassAttribute "elIgnored"
		    attributes 	(list Attribute_Set
			(object Attribute
			    tool       	"Ecore"
			    name       	"isUnsettable"
			    value      	TRUE))
		    quid       	"3E4D4CE302B8"
		    documentation 	
|Can be used to easily set the isELIgnored
|	property of a group of JSP pages. By default,
|	the EL evaluation is enabled for Web
|	Applications using a Servlet 2.4 or greater
|	web.xml, and disabled otherwise.
		    
		    type       	"boolean"
		    initv      	"true"
		    exportControl 	"Public")
		(object ClassAttribute "pageEncoding"
		    quid       	"3E4D4D33010E"
		    documentation 	
|The valid values of page-encoding are those of
|	the pageEncoding page directive. It is a
|	translation-time error to name different
|	encodings in the pageEncoding attribute of the
|	page directive of a JSP page and in a JSP
|	configuration element matching the page. It is
|	also a translation-time error to name different
|	encodings in the prolog of a document in XML
|	syntax and in a JSP configuration element
|	matching the document. It is legal to name the
|	same encoding through mulitple mechanisms.
		    
		    stereotype 	"0..1"
		    type       	"String"
		    exportControl 	"Public")
		(object ClassAttribute "scriptingInvalid"
		    attributes 	(list Attribute_Set
			(object Attribute
			    tool       	"Ecore"
			    name       	"isUnsettable"
			    value      	TRUE))
		    quid       	"3E4D4D5803E3"
		    documentation 	
|Can be used to easily disable scripting in a
|	group of JSP pages. By default, scripting is
|	enabled.
		    
		    stereotype 	"0..1"
		    type       	"boolean"
		    initv      	"true"
		    exportControl 	"Public")
		(object ClassAttribute "isXML"
		    attributes 	(list Attribute_Set
			(object Attribute
			    tool       	"Ecore"
			    name       	"isUnsettable"
			    value      	TRUE))
		    quid       	"3E4D4DBA0018"
		    documentation 	
|If true, denotes that the group of resources
|	that match the URL pattern are JSP documents,
|	and thus must be interpreted as XML documents.
|	If false, the resources are assumed to not be
|	JSP documents, unless there is another property
|	group that indicates otherwise.
		    
		    stereotype 	"0..1"
		    type       	"boolean"
		    initv      	"false"
		    exportControl 	"Public")
		(object ClassAttribute "includePreludes"
		    quid       	"3E4D4E1700EE"
		    documentation 	
|The include-prelude element is a
|	context-relative path that must correspond to
|	an element in the Web Application. When the
|	element is present, the given path will be
|	automatically included (as in an include
|	directive) at the beginning of each JSP page in
|	this jsp-property-group.
		    
		    stereotype 	"0..*"
		    type       	"String"
		    exportControl 	"Public")
		(object ClassAttribute "includeCodas"
		    quid       	"3E4D4E370235"
		    documentation 	
|The include-coda element is a context-relative
|	path that must correspond to an element in the
|	Web Application. When the element is present,
|	the given path will be automatically included
|	(as in an include directive) at the end of each
|	JSP page in this jsp-property-group.
		    
		    stereotype 	"0..*"
		    type       	"String"
		    exportControl 	"Public")))
	(object Class "TagLibRefType"
	    quid       	"3E4D4C370148"
	    documentation 	
|@version J2EE1.4
|A taglib can be used to provide information on a tag
|library that is used by a JSP page within the Web
|Application.
	    
	    class_attributes 	(list class_attribute_list
		(object ClassAttribute "taglibURI"
		    quid       	"3E4D4C4A02CC"
		    documentation 	
| A taglib-uri element describes a URI identifying a
|        tag library used in the web application.  The body
|        of the taglib-uri element may be either an
|        absolute URI specification, or a relative URI.
|        There should be no entries in web.xml with the
|        same taglib-uri value.
		    
		    type       	"String"
		    exportControl 	"Public")
		(object ClassAttribute "taglibLocation"
		    quid       	"3E4D4C4F03B0"
		    documentation 	
|the taglib-location element contains the location
|        (as a resource relative to the root of the web
|        application) where to find the Tag Library
|        Description file for the tag library.
		    
		    type       	"String"
		    exportControl 	"Public")))
	(object Association "$UNNAMED$0"
	    quid       	"3E4D4B560249"
	    roles      	(list role_list
		(object Role "tagLibs"
		    quid       	"3E4D4B570074"
		    label      	"tagLibs"
		    supplier   	"Logical View::jsp::TagLibRefType"
		    quidu      	"3E4D4C370148"
		    client_cardinality 	(value cardinality "0..n")
		    Containment 	"By Value"
		    is_navigable 	TRUE)
		(object Role "$UNNAMED$1"
		    quid       	"3E4D4B570076"
		    supplier   	"Logical View::jsp::JSPConfig"
		    quidu      	"3E4D4A3A01C8"
		    is_aggregate 	TRUE)))
	(object Association "$UNNAMED$2"
	    quid       	"3E4D4C9D03DA"
	    roles      	(list role_list
		(object Role "propertyGroups"
		    quid       	"3E4D4C9E034F"
		    label      	"propertyGroups"
		    supplier   	"Logical View::jsp::JSPPropertyGroup"
		    quidu      	"3E4D4A970353"
		    client_cardinality 	(value cardinality "0..n")
		    Containment 	"By Value"
		    is_navigable 	TRUE)
		(object Role "$UNNAMED$3"
		    quid       	"3E4D4C9E0351"
		    supplier   	"Logical View::jsp::JSPConfig"
		    quidu      	"3E4D4A3A01C8"
		    is_aggregate 	TRUE))))
    logical_presentations 	(list unit_reference_list
	(object ClassDiagram "JSP_2_0"
	    quid       	"3E4D4FA203A9"
	    title      	"JSP_2_0"
	    zoom       	100
	    max_height 	28350
	    max_width  	21600
	    origin_x   	531
	    origin_y   	1684
	    items      	(list diagram_item_list
		(object ClassView "Class" "Logical View::jsp::JSPPropertyGroup" @1
		    ShowCompartmentStereotypes 	TRUE
		    IncludeAttribute 	TRUE
		    IncludeOperation 	TRUE
		    location   	(1056, 1791)
		    font       	(object Font
			size       	10
			face       	"Arial"
			bold       	FALSE
			italics    	FALSE
			underline  	FALSE
			strike     	FALSE
			color      	0
			default_color 	TRUE)
		    label      	(object ItemLabel
			Parent_View 	@1
			location   	(591, 1560)
			fill_color 	13434879
			nlines     	1
			max_width  	930
			justify    	0
			label      	"JSPPropertyGroup")
		    icon_style 	"Icon"
		    line_color 	10949559
		    fill_color 	15778042
		    quidu      	"3E4D4A970353"
		    compartment 	(object Compartment
			Parent_View 	@1
			location   	(591, 1621)
			font       	(object Font
			    size       	10
			    face       	"Arial"
			    bold       	FALSE
			    italics    	FALSE
			    underline  	FALSE
			    strike     	FALSE
			    color      	0
			    default_color 	TRUE)
			icon_style 	"Icon"
			fill_color 	16777215
			anchor     	2
			nlines     	8
			max_width  	800)
		    width      	948
		    height     	486
		    annotation 	8
		    autoResize 	TRUE)
		(object ClassView "Class" "Logical View::jsp::TagLibRefType" @2
		    ShowCompartmentStereotypes 	TRUE
		    IncludeAttribute 	TRUE
		    IncludeOperation 	TRUE
		    location   	(2000, 1680)
		    font       	(object Font
			size       	10
			face       	"Arial"
			bold       	FALSE
			italics    	FALSE
			underline  	FALSE
			strike     	FALSE
			color      	0
			default_color 	TRUE)
		    label      	(object ItemLabel
			Parent_View 	@2
			location   	(1737, 1574)
			fill_color 	13434879
			nlines     	1
			max_width  	526
			justify    	0
			label      	"TagLibRefType")
		    icon_style 	"Icon"
		    line_color 	10949559
		    fill_color 	15778042
		    quidu      	"3E4D4C370148"
		    compartment 	(object Compartment
			Parent_View 	@2
			location   	(1737, 1635)
			font       	(object Font
			    size       	10
			    face       	"Arial"
			    bold       	FALSE
			    italics    	FALSE
			    underline  	FALSE
			    strike     	FALSE
			    color      	0
			    default_color 	TRUE)
			icon_style 	"Icon"
			fill_color 	16777215
			anchor     	2
			nlines     	3
			max_width  	444)
		    width      	544
		    height     	236
		    annotation 	8
		    autoResize 	TRUE)
		(object ClassView "Class" "Logical View::jsp::JSPConfig" @3
		    ShowCompartmentStereotypes 	TRUE
		    IncludeAttribute 	TRUE
		    IncludeOperation 	TRUE
		    location   	(1520, 1184)
		    font       	(object Font
			size       	10
			face       	"Arial"
			bold       	FALSE
			italics    	FALSE
			underline  	FALSE
			strike     	FALSE
			color      	0
			default_color 	TRUE)
		    label      	(object ItemLabel
			Parent_View 	@3
			location   	(1383, 1133)
			fill_color 	13434879
			nlines     	1
			max_width  	274
			justify    	0
			label      	"JSPConfig")
		    icon_style 	"Icon"
		    line_color 	10949559
		    fill_color 	15778042
		    quidu      	"3E4D4A3A01C8"
		    width      	292
		    height     	126
		    annotation 	8
		    autoResize 	TRUE)
		(object AssociationViewNew "$UNNAMED$2" @4
		    location   	(1054, 1168)
		    stereotype 	TRUE
		    line_color 	10949559
		    quidu      	"3E4D4C9D03DA"
		    roleview_list 	(list RoleViews
			(object RoleView "$UNNAMED$3" @5
			    Parent_View 	@4
			    location   	(173, -1612)
			    font       	(object Font
				size       	10
				face       	"Arial"
				bold       	FALSE
				italics    	FALSE
				underline  	FALSE
				strike     	FALSE
				color      	0
				default_color 	TRUE)
			    label      	(object SegLabel @6
				Parent_View 	@5
				location   	(1310, 1127)
				font       	(object Font
				    size       	10
				    face       	"Arial"
				    bold       	FALSE
				    italics    	FALSE
				    underline  	FALSE
				    strike     	FALSE
				    color      	0
				    default_color 	TRUE)
				hidden     	TRUE
				anchor     	1
				anchor_loc 	1
				nlines     	1
				max_width  	450
				justify    	0
				label      	""
				pctDist    	0.800000
				height     	42
				orientation 	0)
			    stereotype 	TRUE
			    line_color 	3342489
			    quidu      	"3E4D4C9E0351"
			    client     	@4
			    supplier   	@3
			    line_style 	3
			    origin_attachment 	(1054, 1168)
			    terminal_attachment 	(1374, 1168))
			(object RoleView "propertyGroups" @7
			    Parent_View 	@4
			    location   	(173, -1612)
			    font       	(object Font
				size       	10
				face       	"Arial"
				bold       	FALSE
				italics    	FALSE
				underline  	FALSE
				strike     	FALSE
				color      	0
				default_color 	TRUE)
			    label      	(object SegLabel @8
				Parent_View 	@7
				location   	(819, 1504)
				font       	(object Font
				    size       	10
				    face       	"Arial"
				    bold       	FALSE
				    italics    	FALSE
				    underline  	FALSE
				    strike     	FALSE
				    color      	0
				    default_color 	TRUE)
				anchor     	1
				anchor_loc 	1
				nlines     	1
				max_width  	308
				justify    	0
				label      	"+propertyGroups"
				pctDist    	0.899498
				height     	176
				orientation 	1)
			    stereotype 	TRUE
			    line_color 	3342489
			    quidu      	"3E4D4C9E034F"
			    client     	@4
			    supplier   	@1
			    vertices   	(list Points
				(1054, 1168)
				(994, 1168)
				(994, 1548))
			    line_style 	3
			    origin_attachment 	(1054, 1168)
			    terminal_attachment 	(994, 1548)
			    label      	(object SegLabel @9
				Parent_View 	@7
				location   	(1061, 1509)
				font       	(object Font
				    size       	10
				    face       	"Arial"
				    bold       	FALSE
				    italics    	FALSE
				    underline  	FALSE
				    strike     	FALSE
				    color      	0
				    default_color 	TRUE)
				anchor     	2
				anchor_loc 	1
				nlines     	1
				max_width  	15
				justify    	0
				label      	"0..n"
				pctDist    	0.912060
				height     	67
				orientation 	0))))
		(object AssociationViewNew "$UNNAMED$0" @10
		    location   	(2006, 1222)
		    font       	(object Font
			size       	10
			face       	"Arial"
			bold       	FALSE
			italics    	FALSE
			underline  	FALSE
			strike     	FALSE
			color      	0
			default_color 	TRUE)
		    stereotype 	TRUE
		    line_color 	10949559
		    quidu      	"3E4D4B560249"
		    roleview_list 	(list RoleViews
			(object RoleView "tagLibs" @11
			    Parent_View 	@10
			    location   	(1676, 916)
			    font       	(object Font
				size       	10
				face       	"Arial"
				bold       	FALSE
				italics    	FALSE
				underline  	FALSE
				strike     	FALSE
				color      	0
				default_color 	TRUE)
			    label      	(object SegLabel @12
				Parent_View 	@11
				location   	(1901, 1516)
				font       	(object Font
				    size       	10
				    face       	"Arial"
				    bold       	FALSE
				    italics    	FALSE
				    underline  	FALSE
				    strike     	FALSE
				    color      	0
				    default_color 	TRUE)
				anchor     	1
				anchor_loc 	1
				nlines     	1
				max_width  	172
				justify    	0
				label      	"+tagLibs"
				pctDist    	0.866995
				height     	106
				orientation 	1)
			    stereotype 	TRUE
			    line_color 	3342489
			    quidu      	"3E4D4B570074"
			    client     	@10
			    supplier   	@2
			    line_style 	3
			    origin_attachment 	(2006, 1222)
			    terminal_attachment 	(2006, 1562)
			    label      	(object SegLabel @13
				Parent_View 	@11
				location   	(2070, 1514)
				font       	(object Font
				    size       	10
				    face       	"Arial"
				    bold       	FALSE
				    italics    	FALSE
				    underline  	FALSE
				    strike     	FALSE
				    color      	0
				    default_color 	TRUE)
				anchor     	2
				anchor_loc 	1
				nlines     	1
				max_width  	15
				justify    	0
				label      	"0..n"
				pctDist    	0.859606
				height     	64
				orientation 	0))
			(object RoleView "$UNNAMED$1" @14
			    Parent_View 	@10
			    location   	(1676, 916)
			    stereotype 	TRUE
			    line_color 	3342489
			    quidu      	"3E4D4B570076"
			    client     	@10
			    supplier   	@3
			    vertices   	(list Points
				(2006, 1222)
				(2006, 1162)
				(1666, 1162))
			    line_style 	3
			    origin_attachment 	(2006, 1222)
			    terminal_attachment 	(1666, 1162))))
		(object ClassView "Class" "Logical View::common::CompatibilityDescriptionGroup" @15
		    ShowCompartmentStereotypes 	TRUE
		    IncludeAttribute 	TRUE
		    IncludeOperation 	TRUE
		    location   	(411, 1233)
		    font       	(object Font
			size       	10
			face       	"Arial"
			bold       	FALSE
			italics    	FALSE
			underline  	FALSE
			strike     	FALSE
			color      	0
			default_color 	TRUE)
		    label      	(object ItemLabel
			Parent_View 	@15
			location   	(65, 1054)
			fill_color 	13434879
			nlines     	1
			max_width  	692
			justify    	0
			label      	"CompatibilityDescriptionGroup")
		    icon_style 	"Icon"
		    line_color 	3342489
		    fill_color 	13434879
		    quidu      	"4023ADF20197"
		    compartment 	(object Compartment
			Parent_View 	@15
			location   	(65, 1159)
			font       	(object Font
			    size       	10
			    face       	"Arial"
			    bold       	FALSE
			    italics    	FALSE
			    underline  	FALSE
			    strike     	FALSE
			    color      	0
			    default_color 	TRUE)
			icon_style 	"Icon"
			fill_color 	13434879
			anchor     	2
			nlines     	5
			max_width  	437)
		    width      	710
		    height     	382
		    annotation 	8
		    autoResize 	TRUE)
		(object InheritView "" @16
		    stereotype 	TRUE
		    line_color 	10949559
		    quidu      	"3E4D4CCD0144"
		    client     	@1
		    supplier   	@15
		    vertices   	(list Points
			(582, 1548)
			(509, 1548)
			(509, 1424))
		    line_style 	3
		    origin_attachment 	(582, 1548)
		    terminal_attachment 	(509, 1424))))))

Back to the top