クラス SessionInformationExpiredEvent

  • 実装されたすべてのインターフェース:
    java.io.Serializable

    public final class SessionInformationExpiredEvent
    extends org.springframework.context.ApplicationEvent
    SessionInformation の有効期限が切れたときのイベント。
    導入:
    4.2
    関連事項:
    直列化された形式
    • フィールドのサマリー

      • クラス java.util.EventObject から継承されたフィールド

        source
    • コンストラクターの概要

      コンストラクター  
      コンストラクター 説明
      SessionInformationExpiredEvent​(SessionInformation sessionInformation, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      新しいインスタンスを作成します
    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      javax.servlet.http.HttpServletRequestgetRequest()
      javax.servlet.http.HttpServletResponsegetResponse()
      SessionInformationgetSessionInformation()
      • クラス org.springframework.context.ApplicationEvent から継承されたメソッド

        getTimestamp
      • クラス java.util.EventObject から継承されたメソッド

        getSource, toString
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • コンストラクターの詳細

      • SessionInformationExpiredEvent

        public SessionInformationExpiredEvent​(SessionInformation sessionInformation,
                                              javax.servlet.http.HttpServletRequest request,
                                              javax.servlet.http.HttpServletResponse response)
        新しいインスタンスを作成します
        パラメーター:
        sessionInformation - 期限切れの SessionInformation
        request - HttpServletRequest
        response - HttpServletResponse
    • メソッドの詳細

      • getRequest

        public javax.servlet.http.HttpServletRequest getRequest()
        戻り値:
        リクエスト
      • getResponse

        public javax.servlet.http.HttpServletResponse getResponse()
        戻り値:
        レスポンス