module type ServletContextAttributeListener = sig
.. end
The module type for listeners compiled with -servlet context-attribute-listener.
val attribute_added : javax'servlet'ServletContextAttributeEvent java_instance -> unit
Called to notify that a new attribute was added to the context.
val attribute_removed : javax'servlet'ServletContextAttributeEvent java_instance -> unit
Called to notify that an attribute was removed from the context.
val attribute_replaced : javax'servlet'ServletContextAttributeEvent java_instance -> unit
Called to notify that an attribute was replaced in the context.