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

    Modifier and Type
    Method
    Description
    void
    setRequest(javax.servlet.http.HttpServletRequest request)
    INTERNAL: Callback method handing over the current servlet request.
  • Method Details

    • 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.