org.odata4j.consumer.behaviors
Class OldStylePagingBehavior

java.lang.Object
  extended by org.odata4j.consumer.behaviors.OldStylePagingBehavior
All Implemented Interfaces:
OClientBehavior

public class OldStylePagingBehavior
extends Object
implements OClientBehavior


Constructor Summary
OldStylePagingBehavior()
           
OldStylePagingBehavior(int itemsPerPage)
           
OldStylePagingBehavior(int itemsPerPage, int startPage)
           
 
Method Summary
 void modify(ClientConfig clientConfig)
          Allows for modification of the jersey client api configuration.
 ODataClientRequest transform(ODataClientRequest request)
          Transforms the current http request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldStylePagingBehavior

public OldStylePagingBehavior()

OldStylePagingBehavior

public OldStylePagingBehavior(int itemsPerPage)

OldStylePagingBehavior

public OldStylePagingBehavior(int itemsPerPage,
                              int startPage)
Method Detail

modify

public void modify(ClientConfig clientConfig)
Description copied from interface: OClientBehavior
Allows for modification of the jersey client api configuration.

Specified by:
modify in interface OClientBehavior
Parameters:
clientConfig - the jersey client api configuration

transform

public ODataClientRequest transform(ODataClientRequest request)
Description copied from interface: OClientBehavior
Transforms the current http request.

Specified by:
transform in interface OClientBehavior
Parameters:
request - the current http request
Returns:
the modified http request


http://odata4j.org