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.
getParameters
URI getParameters(ReadFilter filter)
- Parameters:
filter - the ReadFilter associated with a request.
- Returns:
- a URI query which represents the filter's paging request.
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.