public class SessionScope.SessionBeans
extends java.lang.Object
implements javax.servlet.http.HttpSessionBindingListener, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,BeanData> |
beanMap |
| Constructor and Description |
|---|
SessionBeans() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,BeanData> |
getBeanMap()
Returns bean map used in this session.
|
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent event) |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
Session is destroyed.
|
protected java.util.Map<java.lang.String,BeanData> beanMap
public java.util.Map<java.lang.String,BeanData> getBeanMap()
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
valueBound in interface javax.servlet.http.HttpSessionBindingListenerpublic void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
valueUnbound in interface javax.servlet.http.HttpSessionBindingListenerCopyright © 2003-present Jodd Team