public final class OsgiSessionAttributeListener extends Object
HttpSessionAttributeListener
listeners registered in specific runtime.| Constructor and Description |
|---|
OsgiSessionAttributeListener(List<EventListenerModel> sessionListenerModels) |
| Modifier and Type | Method and Description |
|---|---|
void |
callSessionListeners(javax.servlet.http.HttpSession session,
OsgiContextModel model,
String name,
Object value,
Object old)
Notification about attribute change in
OsgiHttpSession |
public OsgiSessionAttributeListener(List<EventListenerModel> sessionListenerModels)
public void callSessionListeners(javax.servlet.http.HttpSession session,
OsgiContextModel model,
String name,
Object value,
Object old)
OsgiHttpSessionsession - model - OsgiContextModel for which the HttpSession is scopedname - value - old - Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.