|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.context.servlet.HttpSessionMapBindingListener
public class HttpSessionMapBindingListener
Helper class that adapts a generic AttributeMapBindingListener to a
HTTP specific HttpSessionBindingListener. Calls will be forwarded to
the wrapped listener.
| Constructor Summary | |
|---|---|
HttpSessionMapBindingListener(AttributeMapBindingListener listener,
java.util.Map sessionMap)
Create a new wrapper for given listener. |
|
| Method Summary | |
|---|---|
AttributeMapBindingListener |
getListener()
Returns the wrapped listener. |
java.util.Map |
getSessionMap()
Returns the session map containing the listener. |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent event)
|
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpSessionMapBindingListener(AttributeMapBindingListener listener,
java.util.Map sessionMap)
listener - the listener to wrapsessionMap - the session map containing the listener| Method Detail |
|---|
public AttributeMapBindingListener getListener()
public java.util.Map getSessionMap()
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.HttpSessionBindingListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||