org.dspace.app.webui.jsptag |
|
Java Source File Name | Type | Comment |
BrowseListTag.java | Class | |
CollectionListTag.java | Class | |
CommunityListTag.java | Class | |
ControlledVocabularyTag.java | Class | |
DateTag.java | Class | Date rendering tag for DCDates. |
IncludeTag.java | Class | |
ItemListTag.java | Class | |
ItemPreviewTag.java | Class |
JSP tag for displaying a preview version of an item. |
ItemTag.java | Class |
JSP tag for displaying an item.
The fields that are displayed can be configured in dspace.cfg
using the webui.itemdisplay.(style) property. |
LayoutTag.java | Class | Tag for HTML page layout ("skin").
This tag sets request attributes that should be used by the header
and footer to render the page appropriately:
dspace.layout.title - title of page
dspace.layout.locbar - value will Boolean true or false
dspace.layout.parenttitles - a List of
String s corresponding with titles to put in the location bar.
Only set if dspace.layout.locbar is true
dspace.layout.parentlinks - a List of
String s corresponding with links to put in the location bar.
Empty strings mean no link. |
PopupTag.java | Class | Tag for producing a popup window link. |
SelectEPersonTag.java | Class |
Tag for producing an e-person select widget in a form. |
SelectGroupTag.java | Class | Tag for producing an e-person select widget in a form. |
SFXLinkTag.java | Class | Renders an SFX query link. |
SidebarTag.java | Class | Tag for including a "sidebar" - a column on the right-hand side of the page. |