Class OpenCmsSpellcheckHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String HEADER_REFERER_KEY
      A constant for the HTTP 'referer'.
      static java.lang.String PARAM_BASE_URI
      A constant for the optional 'baseUri' parameter.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected CmsObject getCmsObject​(javax.servlet.http.HttpServletRequest req)
      Returns the CMS object.
      java.lang.String[] getHandlerNames()
      Returns the handler name.
      static java.lang.String getSpellcheckHandlerPath()
      Returns the path to the spell check handler.
      void handle​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String name)
      Handles an OpenCms request.
      static boolean isSpellcheckingEnabled()
      Checks if the spell check request handler is configured.
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait