|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigContributor
Interface used by java classes that can inject javascript configuration information
| Method Summary | |
|---|---|
void |
contribute(Map<String,Object> config,
Gadget gadget)
Contribute configuration values for a specific gadget in an iframe. |
void |
contribute(Map<String,Object> config,
String container,
String host)
Contribute configuration for the container specific javascript. |
| Method Detail |
|---|
void contribute(Map<String,Object> config,
Gadget gadget)
config - The config mapping of feature to value.gadget - The gadget to contribute for.
void contribute(Map<String,Object> config,
String container,
String host)
config - The config to add to.container - The container.host - The hostname
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||