Uses of Interface
org.apache.empire.struts2.action.ListPagingInfo

Packages that use ListPagingInfo
org.apache.empire.struts2.actionsupport   
org.apache.empire.struts2.jsp.tags   
 

Uses of ListPagingInfo in org.apache.empire.struts2.actionsupport
 

Classes in org.apache.empire.struts2.actionsupport that implement ListPagingInfo
 class BeanListActionSupport<T>
          BeanListActionSupport This class provides functions for handling list output from a database query through an list of JavaBeans.
 class ListActionSupport
          ListActionSupport This action support object provides functions for dealing with list paging and sorting.
 class ReaderListActionSupport
          ReaderListActionSupport This class provides functions for handling list output from a database query through a DBReader object.
 

Uses of ListPagingInfo in org.apache.empire.struts2.jsp.tags
 

Methods in org.apache.empire.struts2.jsp.tags with parameters of type ListPagingInfo
 void ListPageInfoTag.setPagingInfo(ListPagingInfo pagingInfo)
           
 void ListPageBarTag.setPagingInfo(ListPagingInfo pagingInfo)