Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.pager
Class DefaultPagerProcessor

java.lang.Object
  extended by org.hyperic.util.pager.DefaultPagerProcessor
All Implemented Interfaces:
PagerProcessor

public class DefaultPagerProcessor
extends java.lang.Object
implements PagerProcessor

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

DefaultPagerProcessor

public DefaultPagerProcessor()
Method Detail

processElement

public java.lang.Object processElement(java.lang.Object o)
Default processor does not process anything, it just returns what was passed in.

Specified by:
processElement in interface PagerProcessor
Parameters:
o - The object to process.
Returns:
The same (completely unmodified) object that was passed in.
See Also:
PagerProcessor.processElement(java.lang.Object)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.