类 SessionScope.DestructionCallback

java.lang.Object
cn.taketoday.web.context.support.SessionScope.DestructionCallback
所有已实现的接口:
WebSessionAttributeListener, EventListener
封闭类:
SessionScope

static final class SessionScope.DestructionCallback extends Object implements WebSessionAttributeListener
  • 构造器详细资料

    • DestructionCallback

      DestructionCallback()
  • 方法详细资料

    • attributeRemoved

      public void attributeRemoved(WebSession session, String attributeName, @Nullable Object value)
      从接口复制的说明: WebSessionAttributeListener
      Notification that an attribute has been removed from a session. Called after the attribute is removed. The default implementation is a NO-OP.
      指定者:
      attributeRemoved 在接口中 WebSessionAttributeListener
      参数:
      session - web session to hold this attribute
      attributeName - name of attribute
      value - attribute value