|
AeroGear Android Library 1.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Pipe in org.jboss.aerogear.android |
|---|
| Methods in org.jboss.aerogear.android that return Pipe | |
|---|---|
Pipe |
Pipeline.get(String name)
Look up for a pipe object. |
Pipe |
Pipeline.pipe(Class klass)
|
Pipe |
Pipeline.pipe(Class klass,
PipeConfig config)
|
Pipe |
Pipeline.remove(String name)
Removes a pipe from the Pipeline object |
| Uses of Pipe in org.jboss.aerogear.android.impl.pipeline |
|---|
| Classes in org.jboss.aerogear.android.impl.pipeline that implement Pipe | |
|---|---|
class |
LoaderAdapter<T>
This class wraps a Pipe in an asynchronous Loader. |
class |
RestAdapter<T>
Rest implementation of Pipe. |
class |
SupportLoaderAdapter<T>
This class wraps a Pipe in an asynchronous Loader. |
| Methods in org.jboss.aerogear.android.impl.pipeline that return Pipe | ||
|---|---|---|
|
DefaultPipeFactory.createPipe(Class<T> klass,
PipeConfig config)
|
|
| Methods in org.jboss.aerogear.android.impl.pipeline with parameters of type Pipe | |
|---|---|
List<T> |
RestRunner.onRead(Pipe<T> requestingPipe)
|
List<T> |
RestRunner.onReadWithFilter(ReadFilter filter,
Pipe<T> requestingPipe)
|
| Constructors in org.jboss.aerogear.android.impl.pipeline with parameters of type Pipe | |
|---|---|
LoaderAdapter(android.app.Activity activity,
Pipe<T> pipe,
com.google.gson.Gson gson,
String name)
Deprecated. |
|
LoaderAdapter(android.app.Activity activity,
Pipe<T> pipe,
String name)
|
|
LoaderAdapter(android.app.Fragment fragment,
android.content.Context applicationContext,
Pipe<T> pipe,
com.google.gson.Gson gson,
String name)
Deprecated. |
|
LoaderAdapter(android.app.Fragment fragment,
android.content.Context applicationContext,
Pipe<T> pipe,
String name)
|
|
SupportLoaderAdapter(android.support.v4.app.FragmentActivity activity,
Pipe<T> pipe,
com.google.gson.Gson gson,
String name)
Deprecated. |
|
SupportLoaderAdapter(android.support.v4.app.FragmentActivity activity,
Pipe<T> pipe,
String name)
|
|
SupportLoaderAdapter(android.support.v4.app.Fragment fragment,
android.content.Context applicationContext,
Pipe<T> pipe,
com.google.gson.Gson gson,
String name)
Deprecated. |
|
SupportLoaderAdapter(android.support.v4.app.Fragment fragment,
android.content.Context applicationContext,
Pipe<T> pipe,
String name)
|
|
| Uses of Pipe in org.jboss.aerogear.android.impl.pipeline.loader |
|---|
| Constructors in org.jboss.aerogear.android.impl.pipeline.loader with parameters of type Pipe | |
|---|---|
ReadLoader(android.content.Context context,
Callback<List<T>> callback,
PipeHandler<T> runner,
ReadFilter filter,
Pipe<T> pipe)
|
|
| Uses of Pipe in org.jboss.aerogear.android.impl.pipeline.loader.support |
|---|
| Constructors in org.jboss.aerogear.android.impl.pipeline.loader.support with parameters of type Pipe | |
|---|---|
SupportReadLoader(android.content.Context context,
Callback<List<T>> callback,
PipeHandler<T> runner,
ReadFilter filter,
Pipe<T> pipe)
|
|
| Uses of Pipe in org.jboss.aerogear.android.impl.pipeline.paging |
|---|
| Constructors in org.jboss.aerogear.android.impl.pipeline.paging with parameters of type Pipe | |
|---|---|
WrappingPagedList(Pipe<T> pipe,
List<T> data,
ReadFilter nextFilter,
ReadFilter previousFilter)
|
|
| Uses of Pipe in org.jboss.aerogear.android.pipeline |
|---|
| Subinterfaces of Pipe in org.jboss.aerogear.android.pipeline | |
|---|---|
interface |
LoaderPipe<T>
Sometimes a Pipe will actually be wrapped in a Loader. |
| Methods in org.jboss.aerogear.android.pipeline that return Pipe | ||
|---|---|---|
|
PipeFactory.createPipe(Class<T> klass,
PipeConfig config)
|
|
| Methods in org.jboss.aerogear.android.pipeline with parameters of type Pipe | |
|---|---|
List<T> |
PipeHandler.onRead(Pipe<T> requestingPipe)
This method is called after a call to read. |
List<T> |
PipeHandler.onReadWithFilter(ReadFilter filter,
Pipe<T> requestingPipe)
|
|
AeroGear Android Library 1.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||