|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PipelinedData | |
|---|---|
| org.apache.shindig.gadgets.preload | |
| org.apache.shindig.gadgets.spec | |
| Uses of PipelinedData in org.apache.shindig.gadgets.preload |
|---|
| Fields in org.apache.shindig.gadgets.preload with type parameters of type PipelinedData | |
|---|---|
Collection<PipelinedData> |
PipelineExecutor.Results.remainingPipelines
A collection of the pipelines that could not be fully evaluated. |
| Method parameters in org.apache.shindig.gadgets.preload with type arguments of type PipelinedData | |
|---|---|
PipelineExecutor.Results |
PipelineExecutor.execute(GadgetContext context,
Collection<PipelinedData> pipelines)
Executes a pipeline, or set of pipelines. |
| Constructor parameters in org.apache.shindig.gadgets.preload with type arguments of type PipelinedData | |
|---|---|
PipelineExecutor.Results(Collection<PipelinedData> remainingPipelines,
Collection<? extends Object> results,
Map<String,? extends Object> keyedResults)
|
|
| Uses of PipelinedData in org.apache.shindig.gadgets.spec |
|---|
| Methods in org.apache.shindig.gadgets.spec that return PipelinedData | |
|---|---|
PipelinedData |
View.getPipelinedData()
All os: preloads. |
PipelinedData |
PipelinedData.substitute(Substitutions substituter)
Allows the creation of a view from an existing view so that localization can be performed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||