Class OpenCmsSpellcheckHandler

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.opencms.main.OpenCmsSpellcheckHandler
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, I_CmsRequestHandler

public class OpenCmsSpellcheckHandler extends javax.servlet.http.HttpServlet implements I_CmsRequestHandler
Handles spell check requests.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final String
    A constant for the HTTP 'referer'.
    static final String
    A constant for the optional 'baseUri' parameter.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected CmsObject
    getCmsObject(javax.servlet.http.HttpServletRequest req)
    Returns the CMS object.
    Returns the handler name.
    static String
    Returns the path to the spell check handler.
    void
    handle(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String name)
    Handles an OpenCms request.
    static boolean
    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

    Methods inherited from interface org.opencms.main.I_CmsRequestHandler

    getConfiguration, initParameters