Subversion Repositories WebE

Rev

Rev 20 | Details | Compare with Previous | 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
 
31 PointedEar 6
  <tlibversion>1.0</tlibversion>
7
  <jspversion>1.1</jspversion>
8
  <shortname>SiteMesh Page Tags</shortname>
9
  <uri>sitemesh-page</uri>
20 moos 10
 
31 PointedEar 11
  <tag>
12
    <name>applyDecorator</name>
13
    <tagclass>com.opensymphony.module.sitemesh.taglib.page.ApplyDecoratorTag</tagclass>
14
    <bodycontent>JSP</bodycontent>
20 moos 15
    <attribute>
31 PointedEar 16
      <name>name</name>
17
      <required>false</required>
18
      <rtexprvalue>true</rtexprvalue>
19
    </attribute>
20
    <attribute>
21
      <name>page</name>
22
      <required>false</required>
23
      <rtexprvalue>true</rtexprvalue>
24
    </attribute>
25
    <attribute>
26
      <name>title</name>
27
      <required>false</required>
28
      <rtexprvalue>true</rtexprvalue>
29
    </attribute>
30
    <attribute>
31
      <name>id</name>
32
      <required>false</required>
33
      <rtexprvalue>true</rtexprvalue>
34
    </attribute>
35
    <attribute>
36
      <name>contentType</name>
37
      <required>false</required>
38
      <rtexprvalue>true</rtexprvalue>
39
    </attribute>
40
    <attribute>
20 moos 41
      <name>encoding</name>
42
      <required>false</required>
43
      <rtexprvalue>true</rtexprvalue>
44
    </attribute>
31 PointedEar 45
  </tag>
20 moos 46
 
31 PointedEar 47
  <!-- Deprecated tag: use applyDecorator instead -->
48
  <tag>
49
    <name>apply-decorator</name>
50
    <tagclass>com.opensymphony.module.sitemesh.taglib.page.ApplyDecoratorTag</tagclass>
51
    <bodycontent>JSP</bodycontent>
20 moos 52
    <attribute>
31 PointedEar 53
      <name>name</name>
54
      <required>false</required>
55
      <rtexprvalue>true</rtexprvalue>
56
    </attribute>
20 moos 57
    <attribute>
31 PointedEar 58
      <name>page</name>
59
      <required>false</required>
60
      <rtexprvalue>true</rtexprvalue>
61
    </attribute>
62
    <attribute>
63
      <name>title</name>
64
      <required>false</required>
65
      <rtexprvalue>true</rtexprvalue>
66
    </attribute>
67
    <attribute>
68
      <name>id</name>
69
      <required>false</required>
70
      <rtexprvalue>true</rtexprvalue>
71
    </attribute>
72
    <attribute>
73
      <name>contentType</name>
74
      <required>false</required>
75
      <rtexprvalue>true</rtexprvalue>
76
    </attribute>
77
    <attribute>
20 moos 78
      <name>encoding</name>
79
      <required>false</required>
80
      <rtexprvalue>true</rtexprvalue>
81
    </attribute>
31 PointedEar 82
  </tag>
20 moos 83
 
31 PointedEar 84
  <tag>
85
    <name>param</name>
86
    <tagclass>com.opensymphony.module.sitemesh.taglib.page.ParamTag</tagclass>
87
    <bodycontent>JSP</bodycontent>
88
    <attribute>
89
      <name>name</name>
90
      <required>false</required>
91
      <rtexprvalue>true</rtexprvalue>
92
    </attribute>
93
  </tag>
20 moos 94
 
95
</taglib>