org.apache.empire.struts2.actionsupport
Class ReaderListActionSupport
java.lang.Object
org.apache.empire.struts2.actionsupport.ListActionSupport
org.apache.empire.struts2.actionsupport.ReaderListActionSupport
- All Implemented Interfaces:
- ListPagingInfo, ListSortingInfo
public class ReaderListActionSupport
- extends ListActionSupport
ReaderListActionSupport
This class provides functions for handling list output from a database query through a DBReader object.
- Author:
- Rainer
Methods inherited from class org.apache.empire.struts2.actionsupport.ListActionSupport |
getFirstItemIndex, getItemCount, getLastItemIndex, getListPageInfo, getListPropertyName, getListSortInfo, getPage, getPageCount, getPageSize, getSortColumn, isSortDescending, setFirstItem, setItemCount, setPage, setSortColumn, setSortColumn, setSortDescending |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.slf4j.Logger log
reader
protected DBReader reader
ReaderListActionSupport
public ReaderListActionSupport(ActionBase action,
String propertyName)
getReader
public DBReader getReader()
initReader
public void initReader(DBCommandExpr cmd,
boolean scrollable)
initReader
public void initReader(DBCommandExpr cmd)
Copyright © 2008–2014 Apache Software Foundation. All rights reserved.