S - the specification type for the HttpSessionC - the specification type for the ServletContextL - the specification type for the HttpSessionBindingListenerpublic interface HttpSessionBindingListenerProvider<S,C,L> extends HttpSessionFactory<S,C>
| Modifier and Type | Method and Description |
|---|---|
Class<L> |
getHttpSessionBindingListenerClass()
Returns the HttpSessionBindingListener specification interface.
|
BiConsumer<S,String> |
valueBoundNotifier(L listener)
Creates a value-bound notifier for the specified listener.
|
BiConsumer<S,String> |
valueUnboundNotifier(L listener)
Creates a value-unbound notifier for the specified listener.
|
createHttpSessionClass<L> getHttpSessionBindingListenerClass()
BiConsumer<S,String> valueBoundNotifier(L listener)
listener - the specification listenerBiConsumer<S,String> valueUnboundNotifier(L listener)
listener - the specification listenerCopyright © 2020 JBoss by Red Hat. All rights reserved.