Package | Description |
---|---|
com.google.clearsilver.jsilver.data |
Modifier and Type | Class and Description |
---|---|
class |
ChainedData
Implementation of Data that allows for multiple underlying Data objects and checks each one in
order for a value before giving up.
|
class |
LocalAndGlobalData
This is a special implementation of ChainedData to be used for holding the local and global Data
objects (like local and global HDFs in Clearsilver).
|
class |
UnmodifiableData
Data wrapper that prevents modifying the delegated Data node or its tree.
|
Modifier and Type | Method and Description |
---|---|
protected DelegatedData |
UnmodifiableData.newInstance(Data newDelegate) |
protected DelegatedData |
DelegatedData.newInstance(Data newDelegate)
Subclasses will want to override this method to return a Data object of their specific type.
|
protected DelegatedData |
ChainedData.newInstance(Data newDelegate) |
DelegatedData |
DelegatedData.DelegatedIterator.next() |
Modifier and Type | Method and Description |
---|---|
protected Iterator<DelegatedData> |
UnmodifiableData.newChildIterator()
Override in order to not allow modifying children with remove().
|
protected Iterator<DelegatedData> |
DelegatedData.newChildIterator()
Subclasses can override this method to return specialized child iterators.
|
Copyright © 2010–2017 Google. All rights reserved.