Uses of Class
com.google.clearsilver.jsilver.data.DelegatedData

Packages that use DelegatedData
com.google.clearsilver.jsilver.data   
 

Uses of DelegatedData in com.google.clearsilver.jsilver.data
 

Subclasses of DelegatedData in com.google.clearsilver.jsilver.data
 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.
 

Methods in com.google.clearsilver.jsilver.data that return DelegatedData
protected  DelegatedData ChainedData.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 UnmodifiableData.newInstance(Data newDelegate)
           
 DelegatedData DelegatedData.DelegatedIterator.next()
           
 

Methods in com.google.clearsilver.jsilver.data that return types with arguments of type DelegatedData
protected  Iterator<DelegatedData> DelegatedData.newChildIterator()
          Subclasses can override this method to return specialized child iterators.
protected  Iterator<DelegatedData> UnmodifiableData.newChildIterator()
          Override in order to not allow modifying children with remove().
 



Copyright © 2010-2012 Google. All Rights Reserved.