AeroGear Android Library 1.1.0

Uses of Interface
org.jboss.aerogear.android.pipeline.paging.PageParameterExtractor

Packages that use PageParameterExtractor
org.jboss.aerogear.android.impl.pipeline.paging   
org.jboss.aerogear.android.pipeline.paging   
 

Uses of PageParameterExtractor in org.jboss.aerogear.android.impl.pipeline.paging
 

Classes in org.jboss.aerogear.android.impl.pipeline.paging that implement PageParameterExtractor
 class URIBodyPageParser
          This class assumes the response body paging properties are URI's and parses them accordingly.
 class URIPageHeaderParser
          This class assumes the header responses in a response are URI's and parses them accordingly.
 

Uses of PageParameterExtractor in org.jboss.aerogear.android.pipeline.paging
 

Methods in org.jboss.aerogear.android.pipeline.paging that return PageParameterExtractor
 PageParameterExtractor PageConfig.getPageParameterExtractor()
          PageParameterExtractor is the a PageParameterExtractor which parses the response and provides data to a Pipe for the "next" and "previous" pages.
 

Methods in org.jboss.aerogear.android.pipeline.paging with parameters of type PageParameterExtractor
 void PageConfig.setPageParameterExtractor(PageParameterExtractor pageParameterExtractor)
          PageParameterExtractor is the a PageParameterExtractor which parses the response and provides data to a Pipe for the "next" and "previous" pages.
 


AeroGear Android Library 1.1.0

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