📄 displaytag-11.tld
字号:
<attribute>
<!--Automatically hyperlink URLs and email addresses that appear in the column. Defaults to 'false'.-->
<name>autolink</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--Use this attribute to keep a column from being output during an export. The column will only render
for the named media type(s) - it won't be added to the table if the current request media
is not supported. Can be any space separated combination of 'html', 'csv', 'xml', 'all', or 'excel'.
Defaults to 'all'. See the export page in the example webapp for more details.-->
<name>media</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--The base URL used to construct the dynamic link.
If this attribute is provided, then the data that is shown for this column is wrapped inside
a <a href> tag with the url provided through this attribute. Typically you would use
this attribute along with one of the struts-like param attributes (param*) to create a dynamic
link so that each row creates a different URL based on the data that is being viewed.
-->
<name>href</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!-- The name of the request parameter that will be dynamically added to the generated href URL.
The corresponding value is defined by the paramProperty and (optional) paramName attributes,
optionally scoped by the paramScope attribute.
-->
<name>paramId</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!-- The name of a JSP bean that is a String containing the value for the request parameter named
by paramId (if paramProperty is not specified), or a JSP bean whose property getter is called
to return a String (if paramProperty is specified). The JSP bean is constrained to the bean
scope specified by the paramScope property, if it is specified. If paramName is omitted, then
it is assumed that the current object being iterated on is the target bean.
-->
<name>paramName</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--@deprecated - use Expressions in paramName.
The name of a property of the bean specified by the paramName attribute (or the current object
being iterated on if paramName is not provided), whose return value must be a String containing
the value of the request parameter (named by the paramId attribute) that will be dynamically
added to this href URL.
-->
<name>paramProperty</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!-- @deprecated - use Expressions in paramName.
The scope within which to search for the bean specified by the paramName attribute. If not
specified, all scopes are searched. If paramName is not provided, then the current object
being iterated on is assumed to be the target bean.
-->
<name>paramScope</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!-- If this attribute is provided, then the column's displayed is limited to this number of
characters. An elipse (...) is appended to the end if this column is linked, and the user
can mouseover the elipse to get the full text.
-->
<name>maxLength</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!-- If this attribute is provided, then the column's displayed is limited to this number of words.
An elipse (...) is appended to the end if this column is linked, and the user can mouseover
the elipse to get the full text.
-->
<name>maxWords</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--@deprecated; html attribute. Use "style" or "class" to set presentational attributes using css.-->
<name>width</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--html pass through attribute; use this instead of directly coding presentational atttributes.-->
<name>class</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--@deprecated: use "class"-->
<name>styleClass</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--"class" html attribute added only for header cells.-->
<name>headerClass</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--@deprecated: use "headerClass"-->
<name>headerStyleClass</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--html pass through attribute.-->
<name>style</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--@deprecated html attribute. Use "style" or "class" to set presentational attributes using css.-->
<name>align</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--@deprecated html attribute. Use "style" or "class" to set presentational attributes using css.-->
<name>background</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--@deprecated html attribute. Use "style" or "class" to set presentational attributes using css.-->
<name>bgcolor</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--@deprecated html attribute. Use "style" or "class" to set presentational attributes using css.-->
<name>height</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--@deprecated html attribute. Use "style" or "class" to set presentational attributes using css.-->
<name>nowrap</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--@deprecated html attribute. Use "style" or "class" to set presentational attributes using css.-->
<name>valign</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!-- The grouping level (starting at 1 and incrementing) of this column (indicates if successive
contain the same values, then they should not be displayed). The level indicates that if a
lower level no longer matches, then the matching for this higher level should start over as
well. If this attribute is not included, then no grouping is performed.
-->
<name>group</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--The fully qualified class name of a class that should be used to "decorate" the underlying object
being displayed. The class should implement org.displaytag.decorator.ColumnDecorator. If a decorator is specified for
the entire table, then this decorator will decorate that decorator. -->
<name>decorator</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>setProperty</name>
<tagclass>org.displaytag.tags.SetPropertyTag</tagclass>
<bodycontent>empty</bodycontent>
<info>Sets the indicated property on the enclosing Table tag. MUST be nested within a Table tag.
As an alternative, you may create a property file that holds sitewide defaults; see the configuration documentation
or the DisplayPropertiesLoaderServlet javadoc for information.</info>
<attribute>
<!--The name of the property to set on the enclosing Table tag.-->
<name>name</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--The value to which the property is set.-->
<name>value</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>footer</name>
<tagclass>org.displaytag.tags.TableFooterTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Tag wich should be nested into a table tag to provide a custom table footer.
The body of the tag is outputted as is in the generated table in the tfooter section.</info>
</tag>
<tag>
<name>caption</name>
<tagclass>org.displaytag.tags.CaptionTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
Simple tag which mimics the html caption tag. Use it inside a table tag to display a caption.
</info>
<attribute>
<!--html pass through attribute.-->
<name>style</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--html pass through attribute.-->
<name>class</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--html pass through attribute.-->
<name>id</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--html pass through attribute.-->
<name>title</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--html pass through attribute.-->
<name>lang</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<!--html pass through attribute.-->
<name>dir</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
</taglib>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -