org.apache.empire.struts2.actionsupport
Class ReaderListActionSupport

java.lang.Object
  extended by org.apache.empire.struts2.actionsupport.ListActionSupport
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.empire.struts2.actionsupport.ListActionSupport
ListActionSupport.ListPageInfo, ListActionSupport.ListSortInfo
 
Field Summary
protected static org.slf4j.Logger log
           
protected  DBReader reader
           
 
Fields inherited from class org.apache.empire.struts2.actionsupport.ListActionSupport
action, propertyName
 
Constructor Summary
ReaderListActionSupport(ActionBase action, String propertyName)
           
 
Method Summary
 DBReader getReader()
           
 void initReader(DBCommandExpr cmd)
           
 void initReader(DBCommandExpr cmd, boolean scrollable)
           
 
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
 

Field Detail

log

protected static org.slf4j.Logger log

reader

protected DBReader reader
Constructor Detail

ReaderListActionSupport

public ReaderListActionSupport(ActionBase action,
                               String propertyName)
Method Detail

getReader

public DBReader getReader()

initReader

public void initReader(DBCommandExpr cmd,
                       boolean scrollable)

initReader

public void initReader(DBCommandExpr cmd)


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.