Added: jena/site/trunk/content/documentation/javadoc/fuseki2/index.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/fuseki2/index.html?rev=1842308&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/fuseki2/index.html (added) +++ jena/site/trunk/content/documentation/javadoc/fuseki2/index.html Sat Sep 29 09:49:47 2018 @@ -0,0 +1,76 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_181) on Fri Sep 28 18:28:31 BST 2018 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Apache Jena - Fuseki Server Engine 3.9.0</title> +<script type="text/javascript"> + tmpTargetPage = "" + window.location.search; + if (tmpTargetPage != "" && tmpTargetPage != "undefined") + tmpTargetPage = tmpTargetPage.substring(1); + if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage))) + tmpTargetPage = "undefined"; + targetPage = tmpTargetPage; + function validURL(url) { + try { + url = decodeURIComponent(url); + } + catch (error) { + return false; + } + var pos = url.indexOf(".html"); + if (pos == -1 || pos != url.length - 5) + return false; + var allowNumber = false; + var allowSep = false; + var seenDot = false; + for (var i = 0; i < url.length - 5; i++) { + var ch = url.charAt(i); + if ('a' <= ch && ch <= 'z' || + 'A' <= ch && ch <= 'Z' || + ch == '$' || + ch == '_' || + ch.charCodeAt(0) > 127) { + allowNumber = true; + allowSep = true; + } else if ('0' <= ch && ch <= '9' + || ch == '-') { + if (!allowNumber) + return false; + } else if (ch == '/' || ch == '.') { + if (!allowSep) + return false; + allowNumber = false; + allowSep = false; + if (ch == '.') + seenDot = true; + if (ch == '/' && seenDot) + return false; + } else { + return false; + } + } + return true; + } + function loadFrames() { + if (targetPage != "" && targetPage != "undefined") + top.classFrame.location = top.targetPage; + } +</script> +</head> +<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()"> +<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()"> +<frame src="overview-frame.html" name="packageListFrame" title="All Packages"> +<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> +</frameset> +<frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"> +<noframes> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> +</noframes> +</frameset> +</html>
Added: jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/DEF.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/DEF.html?rev=1842308&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/DEF.html (added) +++ jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/DEF.html Sat Sep 29 09:49:47 2018 @@ -0,0 +1,507 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_181) on Fri Sep 28 18:28:30 BST 2018 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>DEF (Apache Jena - Fuseki Server Engine 3.9.0)</title> +<meta name="date" content="2018-09-28"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="DEF (Apache Jena - Fuseki Server Engine 3.9.0)"; + } + } + catch(err) { + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/DEF.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../../org/apache/jena/fuseki/Fuseki.html" title="class in org.apache.jena.fuseki"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/jena/fuseki/DEF.html" target="_top">Frames</a></li> +<li><a href="DEF.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.jena.fuseki</div> +<h2 title="Class DEF" class="title">Class DEF</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.jena.fuseki.DEF</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="typeNameLabel">DEF</span> +extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/MediaType.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">MediaType</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#acceptJSON">acceptJSON</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/MediaType.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">MediaType</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#acceptNQuads">acceptNQuads</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/MediaType.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">MediaType</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#acceptRDFXML">acceptRDFXML</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/MediaType.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">MediaType</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#acceptRSXML">acceptRSXML</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/MediaType.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">MediaType</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#acceptTurtle">acceptTurtle</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/AcceptList.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">AcceptList</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#constructOffer">constructOffer</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/AcceptList.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">AcceptList</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#jsonOffer">jsonOffer</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/AcceptList.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">AcceptList</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#quadsOffer">quadsOffer</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/AcceptList.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">AcceptList</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#rdfOffer">rdfOffer</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/AcceptList.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">AcceptList</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#rsOfferBoolean">rsOfferBoolean</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/AcceptList.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">AcceptList</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#rsOfferTable">rsOfferTable</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#ServiceData">ServiceData</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#ServiceGeneralQuery">ServiceGeneralQuery</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#ServiceQuery">ServiceQuery</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#ServiceQueryAlt">ServiceQueryAlt</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#ServiceUpdate">ServiceUpdate</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#ServiceUpload">ServiceUpload</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/DEF.html#DEF--">DEF</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/doc s/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="acceptRDFXML"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>acceptRDFXML</h4> +<pre>public static final <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/MediaType.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">MediaType</a> acceptRDFXML</pre> +</li> +</ul> +<a name="acceptNQuads"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>acceptNQuads</h4> +<pre>public static final <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/MediaType.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">MediaType</a> acceptNQuads</pre> +</li> +</ul> +<a name="acceptRSXML"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>acceptRSXML</h4> +<pre>public static final <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/MediaType.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">MediaType</a> acceptRSXML</pre> +</li> +</ul> +<a name="acceptJSON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>acceptJSON</h4> +<pre>public static final <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/MediaType.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">MediaType</a> acceptJSON</pre> +</li> +</ul> +<a name="acceptTurtle"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>acceptTurtle</h4> +<pre>public static final <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/MediaType.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">MediaType</a> acceptTurtle</pre> +</li> +</ul> +<a name="jsonOffer"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>jsonOffer</h4> +<pre>public static final <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/AcceptList.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">AcceptList</a> jsonOffer</pre> +</li> +</ul> +<a name="constructOffer"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>constructOffer</h4> +<pre>public static final <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/AcceptList.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">AcceptList</a> constructOffer</pre> +</li> +</ul> +<a name="rdfOffer"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>rdfOffer</h4> +<pre>public static final <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/AcceptList.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">AcceptList</a> rdfOffer</pre> +</li> +</ul> +<a name="quadsOffer"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>quadsOffer</h4> +<pre>public static final <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/AcceptList.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">AcceptList</a> quadsOffer</pre> +</li> +</ul> +<a name="rsOfferTable"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>rsOfferTable</h4> +<pre>public static final <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/AcceptList.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">AcceptList</a> rsOfferTable</pre> +</li> +</ul> +<a name="rsOfferBoolean"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>rsOfferBoolean</h4> +<pre>public static final <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/atlas/web/AcceptList.html?is-external=true" title="class or interface in org.apache.jena.atlas.web">AcceptList</a> rsOfferBoolean</pre> +</li> +</ul> +<a name="ServiceQuery"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ServiceQuery</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ServiceQuery</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.DEF.ServiceQuery">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="ServiceQueryAlt"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ServiceQueryAlt</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ServiceQueryAlt</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.DEF.ServiceQueryAlt">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="ServiceUpdate"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ServiceUpdate</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ServiceUpdate</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.DEF.ServiceUpdate">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="ServiceData"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ServiceData</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ServiceData</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.DEF.ServiceData">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="ServiceUpload"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ServiceUpload</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ServiceUpload</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.DEF.ServiceUpload">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="ServiceGeneralQuery"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ServiceGeneralQuery</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ServiceGeneralQuery</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.DEF.ServiceGeneralQuery">Constant Field Values</a></dd> +</dl> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="DEF--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>DEF</h4> +<pre>public DEF()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/DEF.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../../org/apache/jena/fuseki/Fuseki.html" title="class in org.apache.jena.fuseki"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/jena/fuseki/DEF.html" target="_top">Frames</a></li> +<li><a href="DEF.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Licensed under the Apache License, Version 2.0</small></p> +</body> +</html> Added: jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/Fuseki.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/Fuseki.html?rev=1842308&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/Fuseki.html (added) +++ jena/site/trunk/content/documentation/javadoc/fuseki2/org/apache/jena/fuseki/Fuseki.html Sat Sep 29 09:49:47 2018 @@ -0,0 +1,1084 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_181) on Fri Sep 28 18:28:30 BST 2018 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Fuseki (Apache Jena - Fuseki Server Engine 3.9.0)</title> +<meta name="date" content="2018-09-28"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Fuseki (Apache Jena - Fuseki Server Engine 3.9.0)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/Fuseki.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/jena/fuseki/DEF.html" title="class in org.apache.jena.fuseki"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/jena/fuseki/FusekiConfigException.html" title="class in org.apache.jena.fuseki"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/jena/fuseki/Fuseki.html" target="_top">Frames</a></li> +<li><a href="Fuseki.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.jena.fuseki</div> +<h2 title="Class Fuseki" class="title">Class Fuseki</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.jena.fuseki.Fuseki</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="typeNameLabel">Fuseki</span> +extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static org.slf4j.Logger</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#actionLog">actionLog</a></span></code> +<div class="block">Instance of log for operations</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#actionLogName">actionLogName</a></span></code> +<div class="block">Logger name for operations</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static org.slf4j.Logger</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#adminLog">adminLog</a></span></code> +<div class="block">Instance of log for operations.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#adminLogName">adminLogName</a></span></code> +<div class="block">Admin log file for operations.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#attrAuthorizationService">attrAuthorizationService</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#attrNameRegistry">attrNameRegistry</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#attrServiceRegistry">attrServiceRegistry</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#attrVerbose">attrVerbose</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#BaseParserSPARQL">BaseParserSPARQL</a></span></code> +<div class="block">Dummy base URi string for parsing SPARQL Query and Update requests</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#BaseUpload">BaseUpload</a></span></code> +<div class="block">Dummy base URi string for parsing SPARQL Query and Update requests</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#BUILD_DATE">BUILD_DATE</a></span></code> +<div class="block">Date when Fuseki was built</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static org.slf4j.Logger</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#builderLog">builderLog</a></span></code> +<div class="block">Instance of log for operations.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#builderLogName">builderLogName</a></span></code> +<div class="block">Admin log file for operations.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static org.slf4j.Logger</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#configLog">configLog</a></span></code> +<div class="block">Instance of log for config server messages.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#configLogName">configLogName</a></span></code> +<div class="block">Actual log file for config server messages.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#developmentMode">developmentMode</a></span></code> +<div class="block">Are we in development mode? That means a SNAPSHOT, or no VERSION + because maven has not filtered the fuseki-properties.xml file.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#DFT_FUSEKI_BASE">DFT_FUSEKI_BASE</a></span></code> +<div class="block">Default (and development) root of the varying files in this deployment.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#DFT_FUSEKI_HOME">DFT_FUSEKI_HOME</a></span></code> +<div class="block">Default (and development) root of the Fuseki installation for fixed files.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#FusekiIRI">FusekiIRI</a></span></code> +<div class="block">a unique IRI for the Fuseki namespace</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#FusekiSymbolIRI">FusekiSymbolIRI</a></span></code> +<div class="block">a unique IRI including the symbol notation for which properties should be + appended</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#GSP_DIRECT_NAMING">GSP_DIRECT_NAMING</a></span></code> +<div class="block">Supporting Graph Store Protocol direct naming.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#NAME">NAME</a></span></code> +<div class="block">The name of the Fuseki server.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#outputFusekiServerHeader">outputFusekiServerHeader</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#outputJettyServerHeader">outputJettyServerHeader</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#PagesStatic">PagesStatic</a></span></code> +<div class="block">Default location of the pages for the Fuseki UI</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#PATH">PATH</a></span></code> +<div class="block">Path as package name</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static org.slf4j.Logger</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#requestLog">requestLog</a></span></code> +<div class="block">Instance of a log for requests: format is NCSA.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#requestLogName">requestLogName</a></span></code> +<div class="block">Logger name for standard webserver log file request log</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#serverHttpName">serverHttpName</a></span></code> +<div class="block">An identifier for the HTTP Fuseki server instance</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static org.slf4j.Logger</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#serverLog">serverLog</a></span></code> +<div class="block">Instance of log for general server messages.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#serverLogName">serverLogName</a></span></code> +<div class="block">Actual log file for general server messages.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#servletRequestLogName">servletRequestLogName</a></span></code> +<div class="block">Logger used for the servletContent.log operations (if settable -- depends on environment)</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static org.slf4j.Logger</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#validationLog">validationLog</a></span></code> +<div class="block">Instance of log for validation.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#validationLogName">validationLogName</a></span></code> +<div class="block">Validation log file for operations.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#verboseLogging">verboseLogging</a></span></code> +<div class="block">Instance of log for config server messages.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#VERSION">VERSION</a></span></code> +<div class="block">Version of this Fuseki instance</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/riot/system/stream/StreamManager.html?is-external=true" title="class or interface in org.apache.jena.riot.system.stream">StreamManager</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#webStreamManager">webStreamManager</a></span></code> +<div class="block">An instance of management for stream opening, including redirecting + through a location mapper whereby a name (e.g.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#Fuseki--">Fuseki</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#choosePort--">choosePort</a></span>()</code> +<div class="block">Retrun a free port</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/sparql/util/Context.html?is-external=true" title="class or interface in org.apache.jena.sparql.util">Context</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#getContext--">getContext</a></span>()</code> +<div class="block">Get server global <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/sparql/util/Context.html?is-external=true" title="class or interface in org.apache.jena.sparql.util"><code>Context</code></a>.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#getVerbose-javax.servlet.ServletContext-">getVerbose</a></span>(javax.servlet.ServletContext cxt)</code> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#init--">init</a></span>()</code> +<div class="block">Initialize an instance of the Fuseki server stack.</div> +</td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#isFuseki-org.apache.jena.rdfconnection.RDFConnectionRemote-">isFuseki</a></span>(<a href="http://jena.apache.org/documentation/javadoc/rdfconnection/org/apache/jena/rdfconnection/RDFConnectionRemote.html?is-external=true" title="class or interface in org.apache.jena.rdfconnection">RDFConnectionRemote</a> connection)</code> +<div class="block">Test whether a <a href="http://jena.apache.org/documentation/javadoc/rdfconnection/org/apache/jena/rdfconnection/RDFConnectionRemote.html?is-external=true" title="class or interface in org.apache.jena.rdfconnection"><code>RDFConnectionRemote</code></a> connects to a Fuseki server.</div> +</td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#isFuseki-java.lang.String-">isFuseki</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> datasetURL)</code> +<div class="block">Test whether a URL identifies a Fuseki server.</div> +</td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#serverStartedAt--">serverStartedAt</a></span>()</code> +<div class="block">XSD DateTime for when the server started</div> +</td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>static long</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#serverUptimeMillis--">serverUptimeMillis</a></span>()</code> +<div class="block">Return the number of milliseconds since the server started</div> +</td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>static long</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#serverUptimeSeconds--">serverUptimeSeconds</a></span>()</code> +<div class="block">Server uptime in seconds</div> +</td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jena/fuseki/Fuseki.html#setVerbose-javax.servlet.ServletContext-boolean-">setVerbose</a></span>(javax.servlet.ServletContext cxt, + boolean verbose)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/doc s/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="PATH"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PATH</h4> +<pre>public static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PATH</pre> +<div class="block">Path as package name</div> +</li> +</ul> +<a name="FusekiIRI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FusekiIRI</h4> +<pre>public static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FusekiIRI</pre> +<div class="block">a unique IRI for the Fuseki namespace</div> +</li> +</ul> +<a name="FusekiSymbolIRI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FusekiSymbolIRI</h4> +<pre>public static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FusekiSymbolIRI</pre> +<div class="block">a unique IRI including the symbol notation for which properties should be + appended</div> +</li> +</ul> +<a name="PagesStatic"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PagesStatic</h4> +<pre>public static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PagesStatic</pre> +<div class="block">Default location of the pages for the Fuseki UI</div> +</li> +</ul> +<a name="BaseParserSPARQL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BaseParserSPARQL</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> BaseParserSPARQL</pre> +<div class="block">Dummy base URi string for parsing SPARQL Query and Update requests</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.Fuseki.BaseParserSPARQL">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="BaseUpload"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BaseUpload</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> BaseUpload</pre> +<div class="block">Dummy base URi string for parsing SPARQL Query and Update requests</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.Fuseki.BaseUpload">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="NAME"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NAME</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> NAME</pre> +<div class="block">The name of the Fuseki server.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.Fuseki.NAME">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="VERSION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>VERSION</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VERSION</pre> +<div class="block">Version of this Fuseki instance</div> +</li> +</ul> +<a name="BUILD_DATE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BUILD_DATE</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> BUILD_DATE</pre> +<div class="block">Date when Fuseki was built</div> +</li> +</ul> +<a name="GSP_DIRECT_NAMING"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GSP_DIRECT_NAMING</h4> +<pre>public static final boolean GSP_DIRECT_NAMING</pre> +<div class="block">Supporting Graph Store Protocol direct naming. + <p> + A GSP "direct name" is a request, not using ?default or ?graph=, that names the graph + by the request URL so it is of the form <code>http://server/dataset/graphname...</code>. + There are two cases: looking like a service <code>http://server/dataset/service</code> and + a longer URL that can't be a service <code>http://server/dataset/segment/segment/...</code>. + <p> + GSP "direct name" is usually off. It is a rare feature and because of hard wiring to the URL + quite sensitive to request route. + <p> + The following places use this switch: + <ul> + <li><code>FusekiFilter</code> for the "clearly not a service" case + <li><code>ServiceRouterServlet</code>, end of dispatch (after checking for http://server/dataset/service) + <li><code>SPARQL_GSP.determineTarget</code> This is all-purpose code - should not get there because of other checks. + </ul> + <p> + <b>Note</b><br/> + GSP Direct Naming was implemented to provide two implementations for the SPARQL 1.1 implementation report.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.Fuseki.GSP_DIRECT_NAMING">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="developmentMode"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>developmentMode</h4> +<pre>public static boolean developmentMode</pre> +<div class="block">Are we in development mode? That means a SNAPSHOT, or no VERSION + because maven has not filtered the fuseki-properties.xml file.</div> +</li> +</ul> +<a name="outputJettyServerHeader"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>outputJettyServerHeader</h4> +<pre>public static boolean outputJettyServerHeader</pre> +</li> +</ul> +<a name="outputFusekiServerHeader"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>outputFusekiServerHeader</h4> +<pre>public static boolean outputFusekiServerHeader</pre> +</li> +</ul> +<a name="serverHttpName"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>serverHttpName</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> serverHttpName</pre> +<div class="block">An identifier for the HTTP Fuseki server instance</div> +</li> +</ul> +<a name="actionLogName"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>actionLogName</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actionLogName</pre> +<div class="block">Logger name for operations</div> +</li> +</ul> +<a name="actionLog"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>actionLog</h4> +<pre>public static final org.slf4j.Logger actionLog</pre> +<div class="block">Instance of log for operations</div> +</li> +</ul> +<a name="requestLogName"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>requestLogName</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> requestLogName</pre> +<div class="block">Logger name for standard webserver log file request log</div> +</li> +</ul> +<a name="requestLog"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>requestLog</h4> +<pre>public static final org.slf4j.Logger requestLog</pre> +<div class="block">Instance of a log for requests: format is NCSA.</div> +</li> +</ul> +<a name="adminLogName"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>adminLogName</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> adminLogName</pre> +<div class="block">Admin log file for operations.</div> +</li> +</ul> +<a name="adminLog"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>adminLog</h4> +<pre>public static final org.slf4j.Logger adminLog</pre> +<div class="block">Instance of log for operations.</div> +</li> +</ul> +<a name="builderLogName"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>builderLogName</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> builderLogName</pre> +<div class="block">Admin log file for operations.</div> +</li> +</ul> +<a name="builderLog"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>builderLog</h4> +<pre>public static final org.slf4j.Logger builderLog</pre> +<div class="block">Instance of log for operations.</div> +</li> +</ul> +<a name="validationLogName"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>validationLogName</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> validationLogName</pre> +<div class="block">Validation log file for operations.</div> +</li> +</ul> +<a name="validationLog"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>validationLog</h4> +<pre>public static final org.slf4j.Logger validationLog</pre> +<div class="block">Instance of log for validation.</div> +</li> +</ul> +<a name="serverLogName"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>serverLogName</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> serverLogName</pre> +<div class="block">Actual log file for general server messages.</div> +</li> +</ul> +<a name="serverLog"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>serverLog</h4> +<pre>public static final org.slf4j.Logger serverLog</pre> +<div class="block">Instance of log for general server messages.</div> +</li> +</ul> +<a name="servletRequestLogName"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>servletRequestLogName</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> servletRequestLogName</pre> +<div class="block">Logger used for the servletContent.log operations (if settable -- depends on environment)</div> +</li> +</ul> +<a name="configLogName"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>configLogName</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> configLogName</pre> +<div class="block">Actual log file for config server messages.</div> +</li> +</ul> +<a name="configLog"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>configLog</h4> +<pre>public static final org.slf4j.Logger configLog</pre> +<div class="block">Instance of log for config server messages.</div> +</li> +</ul> +<a name="verboseLogging"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>verboseLogging</h4> +<pre>public static boolean verboseLogging</pre> +<div class="block">Instance of log for config server messages. + This is the global default used to set attribute + in each server created.</div> +</li> +</ul> +<a name="attrVerbose"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>attrVerbose</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> attrVerbose</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.Fuseki.attrVerbose">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="attrNameRegistry"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>attrNameRegistry</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> attrNameRegistry</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.Fuseki.attrNameRegistry">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="attrServiceRegistry"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>attrServiceRegistry</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> attrServiceRegistry</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.Fuseki.attrServiceRegistry">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="attrAuthorizationService"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>attrAuthorizationService</h4> +<pre>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> attrAuthorizationService</pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../constant-values.html#org.apache.jena.fuseki.Fuseki.attrAuthorizationService">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="webStreamManager"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>webStreamManager</h4> +<pre>public static final <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/riot/system/stream/StreamManager.html?is-external=true" title="class or interface in org.apache.jena.riot.system.stream">StreamManager</a> webStreamManager</pre> +<div class="block">An instance of management for stream opening, including redirecting + through a location mapper whereby a name (e.g. URL) is redirected to + another name (e.g. local file).</div> +</li> +</ul> +<a name="DFT_FUSEKI_HOME"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DFT_FUSEKI_HOME</h4> +<pre>public static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DFT_FUSEKI_HOME</pre> +<div class="block">Default (and development) root of the Fuseki installation for fixed files.</div> +</li> +</ul> +<a name="DFT_FUSEKI_BASE"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>DFT_FUSEKI_BASE</h4> +<pre>public static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DFT_FUSEKI_BASE</pre> +<div class="block">Default (and development) root of the varying files in this deployment.</div> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Fuseki--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Fuseki</h4> +<pre>public Fuseki()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="setVerbose-javax.servlet.ServletContext-boolean-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setVerbose</h4> +<pre>public static void setVerbose(javax.servlet.ServletContext cxt, + boolean verbose)</pre> +</li> +</ul> +<a name="getVerbose-javax.servlet.ServletContext-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getVerbose</h4> +<pre>public static boolean getVerbose(javax.servlet.ServletContext cxt)</pre> +</li> +</ul> +<a name="serverUptimeMillis--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>serverUptimeMillis</h4> +<pre>public static long serverUptimeMillis()</pre> +<div class="block">Return the number of milliseconds since the server started</div> +</li> +</ul> +<a name="serverUptimeSeconds--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>serverUptimeSeconds</h4> +<pre>public static long serverUptimeSeconds()</pre> +<div class="block">Server uptime in seconds</div> +</li> +</ul> +<a name="serverStartedAt--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>serverStartedAt</h4> +<pre>public static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> serverStartedAt()</pre> +<div class="block">XSD DateTime for when the server started</div> +</li> +</ul> +<a name="init--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>init</h4> +<pre>public static void init()</pre> +<div class="block">Initialize an instance of the Fuseki server stack. + This is not done via Jena's initialization mechanism + but done explicitly to give more control. + Touching this class causes this to happen + (see static block at the end of this class).</div> +</li> +</ul> +<a name="getContext--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getContext</h4> +<pre>public static <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/sparql/util/Context.html?is-external=true" title="class or interface in org.apache.jena.sparql.util">Context</a> getContext()</pre> +<div class="block">Get server global <a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/sparql/util/Context.html?is-external=true" title="class or interface in org.apache.jena.sparql.util"><code>Context</code></a>.</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd><a href="http://jena.apache.org/documentation/javadoc/arq/org/apache/jena/query/ARQ.html?is-external=true#getContext--" title="class or interface in org.apache.jena.query"><code>ARQ.getContext()</code></a></dd> +</dl> +</li> +</ul> +<a name="choosePort--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>choosePort</h4> +<pre>public static int choosePort()</pre> +<div class="block">Retrun a free port</div> +</li> +</ul> +<a name="isFuseki-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isFuseki</h4> +<pre>public static boolean isFuseki(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> datasetURL)</pre> +<div class="block">Test whether a URL identifies a Fuseki server. This operation can not guarantee to + detect a Fuseki server - for example, it may be behind a reverse proxy that masks + the signature.</div> +</li> +</ul> +<a name="isFuseki-org.apache.jena.rdfconnection.RDFConnectionRemote-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>isFuseki</h4> +<pre>public static boolean isFuseki(<a href="http://jena.apache.org/documentation/javadoc/rdfconnection/org/apache/jena/rdfconnection/RDFConnectionRemote.html?is-external=true" title="class or interface in org.apache.jena.rdfconnection">RDFConnectionRemote</a> connection)</pre> +<div class="block">Test whether a <a href="http://jena.apache.org/documentation/javadoc/rdfconnection/org/apache/jena/rdfconnection/RDFConnectionRemote.html?is-external=true" title="class or interface in org.apache.jena.rdfconnection"><code>RDFConnectionRemote</code></a> connects to a Fuseki server. This + operation can not guaranttee to detech a Fuseki server - for example, it may be + behind a reverse proxy that masks the signature.</div> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/Fuseki.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/jena/fuseki/DEF.html" title="class in org.apache.jena.fuseki"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/jena/fuseki/FusekiConfigException.html" title="class in org.apache.jena.fuseki"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/jena/fuseki/Fuseki.html" target="_top">Frames</a></li> +<li><a href="Fuseki.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Licensed under the Apache License, Version 2.0</small></p> +</body> +</html>
