Interface HttpServletRequestAwareIF

  • All Known Implementing Classes:
    ConferencePlugin

    public interface HttpServletRequestAwareIF
    INTERNAL: Interface implemented by ClassifyPluginIFs that want access to the current HTTP request in a servlet environment.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setRequest​(javax.servlet.http.HttpServletRequest request)
      INTERNAL: Callback method handing over the current servlet request.
    • Method Detail

      • setRequest

        void setRequest​(javax.servlet.http.HttpServletRequest request)
        INTERNAL: Callback method handing over the current servlet request. This method will be called once per HTTP request.