Subversion Repositories WebE

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 moos 1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
3
 
4
<taglib>
5
 
6
	<tlibversion>1.0</tlibversion>
7
	<jspversion>1.1</jspversion>
8
	<shortname>SiteMesh Decorator Tags</shortname>
9
	<uri>sitemesh-decorator</uri>
10
 
11
	<tag>
12
		<name>head</name>
13
		<tagclass>com.opensymphony.module.sitemesh.taglib.decorator.HeadTag</tagclass>
14
		<bodycontent>JSP</bodycontent>
15
	</tag>
16
 
17
	<tag>
18
		<name>body</name>
19
		<tagclass>com.opensymphony.module.sitemesh.taglib.decorator.BodyTag</tagclass>
20
		<bodycontent>JSP</bodycontent>
21
	</tag>
22
 
23
	<tag>
24
		<name>title</name>
25
		<tagclass>com.opensymphony.module.sitemesh.taglib.decorator.TitleTag</tagclass>
26
		<bodycontent>JSP</bodycontent>
27
		<attribute>
28
			<name>default</name>
29
			<required>false</required>
30
			<rtexprvalue>true</rtexprvalue>
31
		</attribute>
32
	</tag>
33
 
34
	<tag>
35
		<name>getProperty</name>
36
		<tagclass>com.opensymphony.module.sitemesh.taglib.decorator.PropertyTag</tagclass>
37
		<bodycontent>JSP</bodycontent>
38
		<attribute>
39
			<name>property</name>
40
			<required>true</required>
41
			<rtexprvalue>true</rtexprvalue>
42
		</attribute>
43
		<attribute>
44
			<name>default</name>
45
			<required>false</required>
46
			<rtexprvalue>true</rtexprvalue>
47
		</attribute>
48
		<attribute>
49
			<name>writeEntireProperty</name>
50
			<required>false</required>
51
			<rtexprvalue>true</rtexprvalue>
52
		</attribute>
53
	</tag>
54
 
55
	<tag>
56
		<name>usePage</name>
57
		<tagclass>com.opensymphony.module.sitemesh.taglib.decorator.UsePageTag</tagclass>
58
		<teiclass>com.opensymphony.module.sitemesh.taglib.decorator.UsePageTEI</teiclass>
59
		<bodycontent>JSP</bodycontent>
60
		<attribute>
61
			<name>id</name>
62
			<required>true</required>
63
			<rtexprvalue>false</rtexprvalue>
64
		</attribute>
65
	</tag>
66
 
67
	<tag>
68
		<name>useHtmlPage</name>
69
		<tagclass>com.opensymphony.module.sitemesh.taglib.decorator.UsePageTag</tagclass>
70
		<teiclass>com.opensymphony.module.sitemesh.taglib.decorator.UseHTMLPageTEI</teiclass>
71
		<bodycontent>JSP</bodycontent>
72
		<attribute>
73
			<name>id</name>
74
			<required>true</required>
75
			<rtexprvalue>false</rtexprvalue>
76
		</attribute>
77
	</tag>
78
 
79
</taglib>