public class HttpSessionBindingEvent extends HttpSessionEvent
source| Constructor and Description |
|---|
HttpSessionBindingEvent(HttpSession session,
String name) |
HttpSessionBindingEvent(HttpSession session,
String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Object |
getValue() |
getSessiongetSource, toStringpublic HttpSessionBindingEvent(HttpSession session, String name)
public HttpSessionBindingEvent(HttpSession session, String name, Object value)
Copyright © 2014. All rights reserved.