org.apache.empire.struts2.actionsupport
Class BeanListActionSupport<T>
java.lang.Object
org.apache.empire.struts2.actionsupport.ListActionSupport
org.apache.empire.struts2.actionsupport.BeanListActionSupport<T>
- All Implemented Interfaces:
- ListPagingInfo, ListSortingInfo
public class BeanListActionSupport<T>
- extends ListActionSupport
BeanListActionSupport
This class provides functions for handling list output from a database query through an list of JavaBeans.
- 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 |
list
protected ArrayList<T> list
beanClass
protected Class<T> beanClass
BeanListActionSupport
public BeanListActionSupport(ActionBase action,
Class<T> beanClass,
String propertyName)
getList
public ArrayList<T> getList()
initBeanList
public boolean initBeanList(DBCommand cmd)
setList
public void setList(List<T> list)
Copyright © 2008–2014 Apache Software Foundation. All rights reserved.