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 .
Also see:
- org.springframework.beans.support.RefreshablePagedListHolder#setSourceProvider
- author:
Jean-Pierre - Pawlak
- author:
Juergen - Hoeller
| 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. |