|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.context.web.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<java.lang.String,java.lang.Object> sessionMap)
Create a new wrapper for given listener. |
|
| Method Summary | |
|---|---|
AttributeMapBindingListener |
getListener()
Returns the wrapped listener. |
java.util.Map<java.lang.String,java.lang.Object> |
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<java.lang.String,java.lang.Object> sessionMap)
listener - the listener to wrapsessionMap - the session map containing the listener| Method Detail |
|---|
public AttributeMapBindingListener getListener()
public java.util.Map<java.lang.String,java.lang.Object> 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
|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||