Module org.apache.jena.fuseki.core
Class ValidatorHtmlLib
java.lang.Object
org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
Lib of validators returning HTML or text
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
finishFixed
(jakarta.servlet.ServletOutputStream outStream) static String
static void
output
(jakarta.servlet.ServletOutputStream outStream, Consumer<org.apache.jena.atlas.io.IndentedLineBuffer> content, boolean lineNumbers) static void
static void
setHeaders
(jakarta.servlet.http.HttpServletResponse httpResponse) static void
startFixed
(jakarta.servlet.ServletOutputStream outStream)
-
Field Details
-
jErrors
- See Also:
-
jWarnings
- See Also:
-
jParseError
- See Also:
-
jParseErrorLine
- See Also:
-
jParseErrorCol
- See Also:
-
serviceLog
public static org.slf4j.Logger serviceLog -
cssFile
- See Also:
-
respService
- See Also:
-
-
Method Details
-
output
public static void output(jakarta.servlet.ServletOutputStream outStream, Consumer<org.apache.jena.atlas.io.IndentedLineBuffer> content, boolean lineNumbers) throws IOException - Throws:
IOException
-
setHeaders
public static void setHeaders(jakarta.servlet.http.HttpServletResponse httpResponse) -
htmlQuote
-
startFixed
- Throws:
IOException
-
columns
public static void columns(String prefix, jakarta.servlet.ServletOutputStream outStream) throws IOException - Throws:
IOException
-
finishFixed
- Throws:
IOException
-
printHead
public static void printHead(jakarta.servlet.ServletOutputStream outStream, String title) throws IOException - Throws:
IOException
-