|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.util.pager.DefaultPagerProcessor
public class DefaultPagerProcessor
The default page processor does not process any elements that you're paging. This is useful if you're only looking to page through an existing collection, and you don't need to perform any transformations on the elements that are found to belong in the resultant page.
Constructor Summary | |
---|---|
DefaultPagerProcessor()
|
Method Summary | |
---|---|
java.lang.Object |
processElement(java.lang.Object o)
Default processor does not process anything, it just returns what was passed in. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultPagerProcessor()
Method Detail |
---|
public java.lang.Object processElement(java.lang.Object o)
processElement
in interface PagerProcessor
o
- The object to process.
PagerProcessor.processElement(java.lang.Object)
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |