public class PipelinedData extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipelinedData.Batch |
static interface |
PipelinedData.BatchItem
Item within a batch
|
static class |
PipelinedData.BatchType
Temporary type until BatchItem is made fully polymorphic
|
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_NAMESPACE |
static String |
OPENSOCIAL_NAMESPACE |
| Constructor and Description |
|---|
PipelinedData(Element element,
Uri base) |
| Modifier and Type | Method and Description |
|---|---|
PipelinedData.Batch |
getBatch(Expressions expressions,
javax.el.ELResolver rootObjects)
Gets the first batch of preload requests.
|
boolean |
needsOwner() |
boolean |
needsViewer() |
PipelinedData |
substitute(Substitutions substituter)
Allows the creation of a view from an existing view so that localization
can be performed.
|
public static final String OPENSOCIAL_NAMESPACE
public static final String EXTENSION_NAMESPACE
public PipelinedData(Element element, Uri base) throws SpecParserException
SpecParserExceptionpublic PipelinedData substitute(Substitutions substituter)
public PipelinedData.Batch getBatch(Expressions expressions, javax.el.ELResolver rootObjects)
rootObjects - an ELResolver that can evaluate currently available
root objects.GadgetELResolverpublic boolean needsViewer()
public boolean needsOwner()
Copyright © 2007-2012. All Rights Reserved.