org.beangle.web.servlet.session

Type members

Classlikes

@SerialVersionUID(-193751632892690046L)
class HttpSessionCreationEvent(source: AnyRef) extends Event

HttpSession Creation Event

HttpSession Creation Event

@SerialVersionUID(-1750639486944677890L)
class HttpSessionDestroyedEvent(source: AnyRef) extends Event

HttpSession Destroyed Event

HttpSession Destroyed Event

class HttpSessionEventPublisher(em: EventMulticaster) extends HttpSessionListener

Publishes <code>HttpSessionApplicationEvent</code>s to the Bean Root Context. Maps jakarta.servlet.http.HttpSessionListener.sessionCreated() to [[HttpSessionCreationEvent]]. Maps jakarta.servlet.http.HttpSessionListener.sessionDestroyed() to [[HttpSessionDestroyedEvent]].

Publishes <code>HttpSessionApplicationEvent</code>s to the Bean Root Context. Maps jakarta.servlet.http.HttpSessionListener.sessionCreated() to [[HttpSessionCreationEvent]]. Maps jakarta.servlet.http.HttpSessionListener.sessionDestroyed() to [[HttpSessionDestroyedEvent]].