public class ReaderListActionSupport extends ListActionSupport
This class provides functions for handling list output from a database query through a DBReader object.
ListActionSupport.ListPageInfo, ListActionSupport.ListSortInfo
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
protected DBReader |
reader |
action, propertyName
Constructor and Description |
---|
ReaderListActionSupport(ActionBase action,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
DBReader |
getReader() |
void |
initReader(DBCommandExpr cmd) |
void |
initReader(DBCommandExpr cmd,
boolean scrollable) |
getFirstItemIndex, getItemCount, getLastItemIndex, getListPageInfo, getListPropertyName, getListSortInfo, getPage, getPageCount, getPageSize, getSortColumn, isSortDescending, setFirstItem, setItemCount, setPage, setSortColumn, setSortColumn, setSortDescending
protected static org.slf4j.Logger log
protected DBReader reader
public ReaderListActionSupport(ActionBase action, String propertyName)
public DBReader getReader()
public void initReader(DBCommandExpr cmd, boolean scrollable)
public void initReader(DBCommandExpr cmd)
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.