|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A generic interface to store project-related settings and configurations.
Method Summary | |
Object |
getSessionObject(String key)
Gets a session object for the associated OWLModel. |
SettingsMap |
getSettingsMap()
Gets the projects' SettingsMap. |
void |
setSessionObject(String key,
Object object)
Sets a session object. |
Method Detail |
public Object getSessionObject(String key)
key
- the key of the object
public SettingsMap getSettingsMap()
public void setSessionObject(String key, Object object)
key
- the key of the objectobject
- the new value or null to delete the entry
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |