package

com.neomades.content

Provides Networking Query API to simplify RPC-type operations used to populate a UI, such as fetching a page of search results as structured data.

Interfaces

Method Supported HTTP request methods. 
QueryFilter ContentQuery filter. 

Classes

CancelQuery Cancels all queries with the given tag OR matching the given filter. 
ClearCacheQuery Query which clears a Cache from ContentManager
ContentError Exception style class encapsulating request errors. 
ContentManager This manager is responsible for query handling. 
ContentQuery ContentQuery is a webservice query. 
ContentResponse ContentQuery response. 
Priority Priority values. 
Query Base Query. 

Exceptions

ContentException Indicates that there was a network, parser, cache error when performing a query.