Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » beans » support » [javadoc | source]
org.springframework.beans.support
public interface: PagedListSourceProvider [javadoc | source] Deprecated! as - of Spring 2.5, to be removed in Spring 3.0

Callback that provides the source for a reloadable List. Used by RefreshablePagedListHolder .
Method from org.springframework.beans.support.PagedListSourceProvider Summary:
loadList
Method from org.springframework.beans.support.PagedListSourceProvider Detail:
 public List loadList(Locale locale,
    Object filter)       Deprecated!
    Load the List for the given Locale and filter settings. The filter object can be of any custom class, preferably a bean for easy data binding from a request. An instance will simply get passed through to this callback method.