META-INF.displaytag-11.tld Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of displaytag Show documentation
Show all versions of displaytag Show documentation
The display tag library is an open source suite of custom tags that provide high-level web presentation patterns which will work in an MVC model.
The library provides a significant amount of functionality while still being easy to use.
The newest version!
1.0-rc2
1.2
display
http://displaytag.sf.net
The display tag library is an open source suite of custom tags that provide high
level web presentation patterns which will work in a MVC model, and provide a
significant amount of functionality while still being simple and straight-forward
to use. The primary tag in the library is the Table tag.
table
org.displaytag.tags.TableTag
org.displaytag.tags.TableTagExtraInfo
JSP
Displays a list in an html table, formatting each item in the list according
to the Column tags nested inside of this tag. Use the list attribute to
indicate the Collection of data, in some scope, that the tag should operate
on. Supports the export of the list data to alternative formats such as CSV,
Excel, and XML. The contents of the list can be sorted, and the list can be
broken into individual pages for display. If you use this tag in Struts, or in
some other framework where the page is included via a jsp:include, you should
use the requestURI attribute to indicate where tag generated links should
point.
list
false
true
name
false
true
property
false
true
scope
false
true
length
false
true
offset
false
true
pagesize
false
true
decorator
false
true
requestURI
false
true
jScriptName
false
true
excludedParams
false
true
width
false
true
style
false
true
class
false
true
styleClass
false
true
border
false
true
cellspacing
false
true
cellpadding
false
true
align
false
true
background
false
true
bgcolor
false
true
frame
false
true
height
false
true
hspace
false
true
rules
false
true
summary
false
true
vspace
false
true
export
false
true
id
false
true
sort
false
true
defaultsort
false
true
defaultorder
false
true
headerTitle
false
true
headerTitleKey
false
true
configurable
false
true
requestHelper
false
true
column
org.displaytag.tags.ColumnTag
JSP
Displays a property of a row object inside a table. MUST be nested inside of a
Table tag. The value displayed will be the results of a decorator (if any);
else the property named by the 'property' attribute; or if the 'property'
attribute is null, then the results of evaluating the JSP body of the tag.
property
false
true
propertyId
false
true
title
false
true
titleKey
false
true
nulls
false
true
sort
false
true
sortable
false
true
sortProperty
false
true
autolink
false
true
media
false
true
href
false
true
url
false
true
paramId
false
true
paramName
false
true
paramProperty
false
true
paramScope
false
true
maxLength
false
true
maxWords
false
true
width
false
true
class
false
true
styleClass
false
true
headerClass
false
true
headerStyleClass
false
true
style
false
true
align
false
true
background
false
true
bgcolor
false
true
height
false
true
nowrap
false
true
valign
false
true
group
false
true
decorator
false
true
thScope
false
true
tdScope
false
true
totaled
false
true
Is the column part of a total.
importable
false
true
Is the column importable from excel.
showIfAuthorizedFor
false
true
Show the column if the user is authorized for specified link
showIf
false
true
Show the column if the condition is true
setProperty
org.displaytag.tags.SetPropertyTag
JSP
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.
name
true
true
value
false
true
footer
org.displaytag.tags.TableFooterTag
JSP
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 tfoot
section.
caption
org.displaytag.tags.CaptionTag
JSP
Simple tag which mimics the html caption tag. Use it inside a table tag to
display a caption.
style
false
true
class
false
true
id
false
true
title
false
true
lang
false
true
dir
false
true
© 2015 - 2025 Weber Informatics LLC | Privacy Policy