AeroGear Android Library 1.1.0

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 Library 1.1.0

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.