public class BrowseListTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
BrowseListTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
BrowseInfo |
getBrowseInfo() |
boolean |
getDisableCrossLinks() |
java.lang.String |
getEmphcolumn()
Get the column to emphasise - "title", "date" or null
|
java.lang.String |
getHighlightrow()
Get the row to highlight - null or -1 for no row
|
BrowseItem[] |
getItems()
Get the items to list
|
boolean |
getLinkToEdit() |
void |
release() |
void |
setBrowseInfo(BrowseInfo browseInfo) |
void |
setDisableCrossLinks(boolean links) |
void |
setEmphcolumn(java.lang.String emphColumnIn)
Set the column to emphasise - "title", "date" or null
|
void |
setHighlightrow(java.lang.String highlightRowIn)
Set the row to highlight
|
void |
setItems(BrowseItem[] itemsIn)
Set the items to list
|
void |
setLinkToEdit(boolean edit) |
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic BrowseInfo getBrowseInfo()
public void setBrowseInfo(BrowseInfo browseInfo)
public boolean getLinkToEdit()
public void setLinkToEdit(boolean edit)
public boolean getDisableCrossLinks()
public void setDisableCrossLinks(boolean links)
public BrowseItem[] getItems()
public void setItems(BrowseItem[] itemsIn)
itemsIn - the itemspublic java.lang.String getHighlightrow()
public void setHighlightrow(java.lang.String highlightRowIn)
highlightRowIn - the row to highlight or -1 for no highlightpublic java.lang.String getEmphcolumn()
public void setEmphcolumn(java.lang.String emphColumnIn)
emphColumnIn - column to emphasisepublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportCopyright © 2018 DuraSpace. All Rights Reserved.