soy.InjectedDataSupplier
An interface for a supplier that provides Soy injected data.

Inheritance

Constructor

goog.soy.InjectedDataSupplier()

Instance Methods

Public Protected Private
getData() Object
Gets the injected data. Implementation may assume that goog.soy.Renderer will treat the returned data as immutable. The renderer will call this every time one of its render* methods is called.
Returns: Object  A key-value pair representing the injected data.
code »

Package soy

Package Reference