public class SessionNamespaceView_impl extends Object implements Session
| Constructor and Description | 
|---|
| SessionNamespaceView_impl(Session aRootSession,
                         String aNamespace) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | get(String aKey)Gets an object from the Session | 
| void | put(String aKey,
   Object aValue)Stores an object in the Session | 
| void | setRootSession(Session aSession)Sets the root session for this view. | 
public void put(String aKey, Object aValue)
Sessionpublic Object get(String aKey)
Sessionpublic void setRootSession(Session aSession)
aSession - the root sessionCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.