Class ValidatorBase

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.jena.fuseki.servlets.ServletBase
org.apache.jena.fuseki.validation.ValidatorBase
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable
Direct Known Subclasses:
DataValidator, IRIValidator, LangTagValidator, QueryValidator, UpdateValidator

public abstract class ValidatorBase extends ServletBase
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final org.apache.jena.atlas.web.ContentType
     
    static final org.apache.jena.atlas.web.AcceptList
     

    Fields inherited from class org.apache.jena.fuseki.servlets.ServletBase

    CORS_ENABLED

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doGet(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)
     
    void
    doPost(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)
     

    Methods inherited from class org.apache.jena.fuseki.servlets.ServletBase

    setCommonHeaders, setCommonHeadersForOptions, setVaryHeader

    Methods inherited from class jakarta.servlet.http.HttpServlet

    init, service

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • contentTypeHTML

      public static final String contentTypeHTML
      See Also:
    • jsonOrTextOffer

      public static final org.apache.jena.atlas.web.AcceptList jsonOrTextOffer
    • dftContentType

      public static final org.apache.jena.atlas.web.ContentType dftContentType
  • Constructor Details

    • ValidatorBase

      public ValidatorBase()
  • Method Details

    • doGet

      public void doGet(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)
    • doPost

      public void doPost(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)