Interface ClientCacheTemplate.ClientCacheCallback

  • Enclosing class:
    ClientCacheTemplate
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface ClientCacheTemplate.ClientCacheCallback
    Функция выполнения запроса без кэширования
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void doGet​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
      Выполнить запрос
    • Method Detail

      • doGet

        void doGet​(javax.servlet.http.HttpServletRequest req,
                   javax.servlet.http.HttpServletResponse resp)
            throws javax.servlet.ServletException,
                   IOException
        Выполнить запрос
        Parameters:
        req - Запрос
        resp - Ответ
        Throws:
        javax.servlet.ServletException
        IOException