Subversion Repositories WebE

Rev

Rev 20 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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