AeroGear Android Libary 1.0.1

org.jboss.aerogear.android.pipeline.paging
Interface ParameterProvider

All Known Implementing Classes:
DefaultParameterProvider

public interface ParameterProvider

Classes which implement this interface should provide the necessary parameters for paging to a Pipe's read request.


Method Summary
 URI getParameters(ReadFilter filter)
           
 

Method Detail

getParameters

URI getParameters(ReadFilter filter)
Parameters:
filter - the ReadFilter associated with a request.
Returns:
a URI query which represents the filter's paging request.

AeroGear Android Libary 1.0.1

Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.