|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.container.AbstractContainer
it.eng.spagobi.container.SpagoBISessionContainer
public class SpagoBISessionContainer
A wrapper of the Spago SessionContainer object. Inherits all it.eng.spagobi.container.AbstractContainer utility methods.
Constructor Summary | |
---|---|
SpagoBISessionContainer(it.eng.spago.base.SessionContainer session)
|
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String key)
Return the object with the given key |
java.util.List |
getKeys()
Returns all the string keys of the objects stored into this container |
void |
remove(java.lang.String key)
Removes the object associated to the given key |
void |
set(java.lang.String key,
java.lang.Object object)
Store an object with the given key inside this container. |
Methods inherited from class it.eng.spagobi.container.AbstractContainer |
---|
getBIObject, getBoolean, getExecutionInstance, getInteger, getList, getString, isBlankOrNull, isNull |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface it.eng.spagobi.container.IContainer |
---|
getBoolean, getInteger, getList, getString, isBlankOrNull, isNull |
Constructor Detail |
---|
public SpagoBISessionContainer(it.eng.spago.base.SessionContainer session)
Method Detail |
---|
public void remove(java.lang.String key)
IContainer
remove
in interface IContainer
key
- The input keypublic void set(java.lang.String key, java.lang.Object object)
IContainer
set
in interface IContainer
key
- The input keypublic java.lang.Object get(java.lang.String key)
IContainer
get
in interface IContainer
key
- The input key
public java.util.List getKeys()
IContainer
getKeys
in interface IContainer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |