Searched refs:ChainedData (Results 1 - 3 of 3) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DChainedData.java34 public class ChainedData extends DelegatedData { class in inherits:DelegatedData
35 public static final Logger logger = Logger.getLogger(ChainedData.class.getName());
49 public ChainedData(Data data) { method in class:ChainedData
54 public ChainedData(Data... dataList) { method in class:ChainedData
59 public ChainedData(List<Data> dataList) { method in class:ChainedData
66 return newDelegate == null ? null : new ChainedData(newDelegate);
71 throw new IllegalArgumentException("Must pass in at least one Data object to ChainedData.");
75 throw new IllegalArgumentException("ChainedData does not accept null Data objects.");
82 throw new IllegalArgumentException("Must pass in at least one Data object to ChainedData.");
86 throw new IllegalArgumentException("ChainedData doe
[all...]
H A DLocalAndGlobalData.java20 * This is a special implementation of ChainedData to be used for holding the local and global Data
24 public class LocalAndGlobalData extends ChainedData {
H A DNestedMapData.java399 if (symLink instanceof ChainedData) {
401 "\nOther type is ChainedData indicating there are "

Completed in 119 milliseconds