|
Dashboard Builder Commons 6.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentsStorage
Interface that stores components to be looked up (will be backed up by a Map, a request, a session, ...)
| Method Summary | |
|---|---|
void |
clear()
Clears internal storage |
Object |
getComponent(String name)
Gets stored component |
Object |
getSynchronizationObject()
Object to synchronize to, to guarantee that components are not created twice for same scope. |
void |
setComponent(String name,
Object component)
Save a component to the storage. |
| Method Detail |
|---|
void setComponent(String name,
Object component)
name - Component namecomponent - Component to saveObject getComponent(String name)
name - Component name
void clear()
Object getSynchronizationObject()
|
Dashboard Builder Commons 6.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||