public interface SessionBindingEvent
HttpSessionBindingEvent
.Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name with which the object is bound to or unbound from the
session.
|
Session |
getSession()
Returns the session to or from which the object is bound or unbound.
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.