You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2013/11/15 11:55:21 UTC

svn commit: r1542225 [7/9] - in /incubator/sirona/site: ./ apidocs/ apidocs/org/apache/sirona/cassandra/ apidocs/org/apache/sirona/cassandra/class-use/ apidocs/org/apache/sirona/cassandra/collector/ apidocs/org/apache/sirona/cassandra/collector/counter...

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/status/StatusPlugin.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/status/StatusPlugin.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/status/StatusPlugin.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/status/StatusPlugin.html Fri Nov 15 10:55:18 2013
@@ -95,13 +95,13 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></dd>
+<dd><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">StatusPlugin</span>
 extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
-implements <a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></pre>
+implements <a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></pre>
 </li>
 </ul>
 </div>
@@ -139,7 +139,9 @@ implements <a href="../../../../../../..
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/status/StatusPlugin.html#endpoints()">endpoints</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/status/StatusPlugin.html#endpoints()">endpoints</a></strong>()</code>
+<div class="block">List of used endpoints by this plugin.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
@@ -197,7 +199,7 @@ implements <a href="../../../../../../..
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html#name()">name</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></code></dd>
+<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html#name()">name</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>plugin name.</dd></dl>
 </li>
 </ul>
@@ -208,9 +210,12 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>endpoints</h4>
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;endpoints()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html#endpoints()">Plugin</a></code></strong></div>
+<div class="block">List of used endpoints by this plugin.
+ Use <code>@org.apache.sirona.reporting.web.plugin.api.Regex</code> to define endpoints.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html#endpoints()">endpoints</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></code></dd>
+<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html#endpoints()">endpoints</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>the endpoints to call when mapping() is matched.</dd></dl>
 </li>
 </ul>
@@ -223,7 +228,7 @@ implements <a href="../../../../../../..
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mapping()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html#mapping()">mapping</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></code></dd>
+<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html#mapping()">mapping</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>the base mapping of the endpoints if not null.</dd></dl>
 </li>
 </ul>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/status/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/status/package-tree.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/status/package-tree.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/status/package-tree.html Fri Nov 15 10:55:18 2013
@@ -75,7 +75,7 @@
 <ul>
 <li type="circle">org.apache.sirona.reporting.web.plugin.status.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/status/StatusEndpoints.html" title="class in org.apache.sirona.reporting.web.plugin.status"><span class="strong">StatusEndpoints</span></a></li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.status.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/status/StatusHelper.html" title="class in org.apache.sirona.reporting.web.plugin.status"><span class="strong">StatusHelper</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.status.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/status/StatusPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.status"><span class="strong">StatusPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.status.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/status/StatusPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.status"><span class="strong">StatusPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.api.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a>)</li>
 </ul>
 </li>
 </ul>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/thread/ThreadEndpoints.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/thread/ThreadEndpoints.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/thread/ThreadEndpoints.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/thread/ThreadEndpoints.html Fri Nov 15 10:55:18 2013
@@ -133,11 +133,11 @@ extends <a href="http://docs.oracle.com/
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../../org/apache/sirona/reporting/web/handler/api/Template.html" title="class in org.apache.sirona.reporting.web.handler.api">Template</a></code></td>
+<td class="colFirst"><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Template.html" title="class in org.apache.sirona.reporting.web.plugin.api">Template</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/thread/ThreadEndpoints.html#dump(java.lang.String)">dump</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../../org/apache/sirona/reporting/web/handler/api/Template.html" title="class in org.apache.sirona.reporting.web.handler.api">Template</a></code></td>
+<td class="colFirst"><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Template.html" title="class in org.apache.sirona.reporting.web.plugin.api">Template</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/thread/ThreadEndpoints.html#home()">home</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -185,7 +185,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>home</h4>
-<pre>public&nbsp;<a href="../../../../../../../org/apache/sirona/reporting/web/handler/api/Template.html" title="class in org.apache.sirona.reporting.web.handler.api">Template</a>&nbsp;home()</pre>
+<pre>public&nbsp;<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Template.html" title="class in org.apache.sirona.reporting.web.plugin.api">Template</a>&nbsp;home()</pre>
 </li>
 </ul>
 <a name="dump(java.lang.String)">
@@ -194,7 +194,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>dump</h4>
-<pre>public&nbsp;<a href="../../../../../../../org/apache/sirona/reporting/web/handler/api/Template.html" title="class in org.apache.sirona.reporting.web.handler.api">Template</a>&nbsp;dump(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Template.html" title="class in org.apache.sirona.reporting.web.plugin.api">Template</a>&nbsp;dump(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 </li>
 </ul>
 </li>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/thread/ThreadPlugin.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/thread/ThreadPlugin.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/thread/ThreadPlugin.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/thread/ThreadPlugin.html Fri Nov 15 10:55:18 2013
@@ -95,13 +95,13 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></dd>
+<dd><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">ThreadPlugin</span>
 extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
-implements <a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></pre>
+implements <a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></pre>
 </li>
 </ul>
 </div>
@@ -139,7 +139,9 @@ implements <a href="../../../../../../..
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/thread/ThreadPlugin.html#endpoints()">endpoints</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/thread/ThreadPlugin.html#endpoints()">endpoints</a></strong>()</code>
+<div class="block">List of used endpoints by this plugin.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
@@ -197,7 +199,7 @@ implements <a href="../../../../../../..
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html#name()">name</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></code></dd>
+<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html#name()">name</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>plugin name.</dd></dl>
 </li>
 </ul>
@@ -208,9 +210,12 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>endpoints</h4>
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;endpoints()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html#endpoints()">Plugin</a></code></strong></div>
+<div class="block">List of used endpoints by this plugin.
+ Use <code>@org.apache.sirona.reporting.web.plugin.api.Regex</code> to define endpoints.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html#endpoints()">endpoints</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></code></dd>
+<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html#endpoints()">endpoints</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>the endpoints to call when mapping() is matched.</dd></dl>
 </li>
 </ul>
@@ -223,7 +228,7 @@ implements <a href="../../../../../../..
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mapping()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html#mapping()">mapping</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></code></dd>
+<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html#mapping()">mapping</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>the base mapping of the endpoints if not null.</dd></dl>
 </li>
 </ul>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/thread/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/thread/package-tree.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/thread/package-tree.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/thread/package-tree.html Fri Nov 15 10:55:18 2013
@@ -74,7 +74,7 @@
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
 <ul>
 <li type="circle">org.apache.sirona.reporting.web.plugin.thread.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/thread/ThreadEndpoints.html" title="class in org.apache.sirona.reporting.web.plugin.thread"><span class="strong">ThreadEndpoints</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.thread.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/thread/ThreadPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.thread"><span class="strong">ThreadPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.thread.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/thread/ThreadPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.thread"><span class="strong">ThreadPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.api.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a>)</li>
 </ul>
 </li>
 </ul>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/web/WebEndpoints.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/web/WebEndpoints.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/web/WebEndpoints.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/web/WebEndpoints.html Fri Nov 15 10:55:18 2013
@@ -133,7 +133,7 @@ extends <a href="http://docs.oracle.com/
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../../org/apache/sirona/reporting/web/handler/api/Template.html" title="class in org.apache.sirona.reporting.web.handler.api">Template</a></code></td>
+<td class="colFirst"><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Template.html" title="class in org.apache.sirona.reporting.web.plugin.api">Template</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/web/WebEndpoints.html#home()">home</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -186,7 +186,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>home</h4>
-<pre>public&nbsp;<a href="../../../../../../../org/apache/sirona/reporting/web/handler/api/Template.html" title="class in org.apache.sirona.reporting.web.handler.api">Template</a>&nbsp;home()</pre>
+<pre>public&nbsp;<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Template.html" title="class in org.apache.sirona.reporting.web.plugin.api">Template</a>&nbsp;home()</pre>
 </li>
 </ul>
 <a name="sessions(long, long)">

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/web/WebPlugin.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/web/WebPlugin.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/web/WebPlugin.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/web/WebPlugin.html Fri Nov 15 10:55:18 2013
@@ -95,13 +95,13 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></dd>
+<dd><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">WebPlugin</span>
 extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
-implements <a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></pre>
+implements <a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></pre>
 </li>
 </ul>
 </div>
@@ -139,7 +139,9 @@ implements <a href="../../../../../../..
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/web/WebPlugin.html#endpoints()">endpoints</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/web/WebPlugin.html#endpoints()">endpoints</a></strong>()</code>
+<div class="block">List of used endpoints by this plugin.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
@@ -197,7 +199,7 @@ implements <a href="../../../../../../..
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html#name()">name</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></code></dd>
+<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html#name()">name</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>plugin name.</dd></dl>
 </li>
 </ul>
@@ -208,9 +210,12 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>endpoints</h4>
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;endpoints()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html#endpoints()">Plugin</a></code></strong></div>
+<div class="block">List of used endpoints by this plugin.
+ Use <code>@org.apache.sirona.reporting.web.plugin.api.Regex</code> to define endpoints.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html#endpoints()">endpoints</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></code></dd>
+<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html#endpoints()">endpoints</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>the endpoints to call when mapping() is matched.</dd></dl>
 </li>
 </ul>
@@ -223,7 +228,7 @@ implements <a href="../../../../../../..
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mapping()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html#mapping()">mapping</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a></code></dd>
+<dd><code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html#mapping()">mapping</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>the base mapping of the endpoints if not null.</dd></dl>
 </li>
 </ul>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/web/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/web/package-tree.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/web/package-tree.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/plugin/web/package-tree.html Fri Nov 15 10:55:18 2013
@@ -74,7 +74,7 @@
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
 <ul>
 <li type="circle">org.apache.sirona.reporting.web.plugin.web.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/web/WebEndpoints.html" title="class in org.apache.sirona.reporting.web.plugin.web"><span class="strong">WebEndpoints</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.web.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/web/WebPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.web"><span class="strong">WebPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.web.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/web/WebPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.web"><span class="strong">WebPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.api.<a href="../../../../../../../org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a>)</li>
 </ul>
 </li>
 </ul>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/Templates.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/Templates.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/Templates.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/Templates.html Fri Nov 15 10:55:18 2013
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sirona/reporting/web/template/MapBuilder.html" title="class in org.apache.sirona.reporting.web.template"><span class="strong">Prev Class</span></a></li>
+<li>Prev Class</li>
 <li>Next Class</li>
 </ul>
 <ul class="navList">
@@ -146,6 +146,10 @@ extends <a href="http://docs.oracle.com/
     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filterMapping)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/sirona/reporting/web/template/Templates.html#property(java.lang.String)">property</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/sirona/reporting/web/template/Templates.html#render(java.io.PrintWriter, java.lang.String, java.util.Map)">render</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/PrintWriter.html?is-external=true" title="class or interface in java.io">PrintWriter</a>&nbsp;writer,
       <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;template,
@@ -180,7 +184,6 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>RESOURCE_LOADER_KEY</h4>
 <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_LOADER_KEY</pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.sirona.reporting.web.template.Templates.RESOURCE_LOADER_KEY">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 </li>
@@ -215,7 +218,7 @@ extends <a href="http://docs.oracle.com/
 <a name="render(java.io.PrintWriter, java.lang.String, java.util.Map)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>render</h4>
 <pre>public static&nbsp;void&nbsp;render(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/PrintWriter.html?is-external=true" title="class or interface in java.io">PrintWriter</a>&nbsp;writer,
@@ -223,6 +226,15 @@ extends <a href="http://docs.oracle.com/
           <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?&gt;&nbsp;variables)</pre>
 </li>
 </ul>
+<a name="property(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>property</h4>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;property(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -249,7 +261,7 @@ extends <a href="http://docs.oracle.com/
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sirona/reporting/web/template/MapBuilder.html" title="class in org.apache.sirona.reporting.web.template"><span class="strong">Prev Class</span></a></li>
+<li>Prev Class</li>
 <li>Next Class</li>
 </ul>
 <ul class="navList">

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-frame.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-frame.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-frame.html Fri Nov 15 10:55:18 2013
@@ -11,7 +11,6 @@
 <div class="indexContainer">
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">
-<li><a href="MapBuilder.html" title="class in org.apache.sirona.reporting.web.template" target="classFrame">MapBuilder</a></li>
 <li><a href="Templates.html" title="class in org.apache.sirona.reporting.web.template" target="classFrame">Templates</a></li>
 </ul>
 </div>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-summary.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-summary.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-summary.html Fri Nov 15 10:55:18 2013
@@ -75,10 +75,6 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a href="../../../../../../org/apache/sirona/reporting/web/template/MapBuilder.html" title="class in org.apache.sirona.reporting.web.template">MapBuilder</a>&lt;A,B&gt;</td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/sirona/reporting/web/template/Templates.html" title="class in org.apache.sirona.reporting.web.template">Templates</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-tree.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-tree.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-tree.html Fri Nov 15 10:55:18 2013
@@ -73,7 +73,6 @@
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
 <ul>
-<li type="circle">org.apache.sirona.reporting.web.template.<a href="../../../../../../org/apache/sirona/reporting/web/template/MapBuilder.html" title="class in org.apache.sirona.reporting.web.template"><span class="strong">MapBuilder</span></a>&lt;A,B&gt;</li>
 <li type="circle">org.apache.sirona.reporting.web.template.<a href="../../../../../../org/apache/sirona/reporting/web/template/Templates.html" title="class in org.apache.sirona.reporting.web.template"><span class="strong">Templates</span></a></li>
 </ul>
 </li>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-use.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-use.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-use.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/reporting/web/template/package-use.html Fri Nov 15 10:55:18 2013
@@ -64,40 +64,7 @@
 <div class="header">
 <h1 title="Uses of Package org.apache.sirona.reporting.web.template" class="title">Uses of Package<br>org.apache.sirona.reporting.web.template</h1>
 </div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList">
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
-<caption><span>Packages that use <a href="../../../../../../org/apache/sirona/reporting/web/template/package-summary.html">org.apache.sirona.reporting.web.template</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Package</th>
-<th class="colLast" scope="col">Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.sirona.reporting.web.template">org.apache.sirona.reporting.web.template</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.sirona.reporting.web.template">
-<!--   -->
-</a>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../../org/apache/sirona/reporting/web/template/package-summary.html">org.apache.sirona.reporting.web.template</a> used by <a href="../../../../../../org/apache/sirona/reporting/web/template/package-summary.html">org.apache.sirona.reporting.web.template</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../../org/apache/sirona/reporting/web/template/class-use/MapBuilder.html#org.apache.sirona.reporting.web.template">MapBuilder</a>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</div>
+<div class="contentContainer">No usage of org.apache.sirona.reporting.web.template</div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->

Modified: incubator/sirona/site/apidocs/org/apache/sirona/status/NodeStatus.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/status/NodeStatus.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/status/NodeStatus.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/status/NodeStatus.html Fri Nov 15 10:55:18 2013
@@ -115,7 +115,8 @@ extends <a href="http://docs.oracle.com/
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/sirona/status/NodeStatus.html#NodeStatus(org.apache.sirona.status.ValidationResult[])">NodeStatus</a></strong>(<a href="../../../../org/apache/sirona/status/ValidationResult.html" title="class in org.apache.sirona.status">ValidationResult</a>[]&nbsp;results)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../org/apache/sirona/status/NodeStatus.html#NodeStatus(org.apache.sirona.status.ValidationResult[], java.util.Date)">NodeStatus</a></strong>(<a href="../../../../org/apache/sirona/status/ValidationResult.html" title="class in org.apache.sirona.status">ValidationResult</a>[]&nbsp;results,
+          <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;date)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -133,6 +134,14 @@ extends <a href="http://docs.oracle.com/
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../org/apache/sirona/status/Status.html" title="enum in org.apache.sirona.status">Status</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/sirona/status/NodeStatus.html#computeStatus()">computeStatus</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/sirona/status/NodeStatus.html#getDate()">getDate</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/sirona/status/ValidationResult.html" title="class in org.apache.sirona.status">ValidationResult</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/sirona/status/NodeStatus.html#getResults()">getResults</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -162,13 +171,14 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="NodeStatus(org.apache.sirona.status.ValidationResult[])">
+<a name="NodeStatus(org.apache.sirona.status.ValidationResult[], java.util.Date)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NodeStatus</h4>
-<pre>public&nbsp;NodeStatus(<a href="../../../../org/apache/sirona/status/ValidationResult.html" title="class in org.apache.sirona.status">ValidationResult</a>[]&nbsp;results)</pre>
+<pre>public&nbsp;NodeStatus(<a href="../../../../org/apache/sirona/status/ValidationResult.html" title="class in org.apache.sirona.status">ValidationResult</a>[]&nbsp;results,
+          <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;date)</pre>
 </li>
 </ul>
 </li>
@@ -179,6 +189,15 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a>
 <h3>Method Detail</h3>
+<a name="getDate()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDate</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;getDate()</pre>
+</li>
+</ul>
 <a name="getResults()">
 <!--   -->
 </a>
@@ -191,12 +210,21 @@ extends <a href="http://docs.oracle.com/
 <a name="getStatus()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getStatus</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/sirona/status/Status.html" title="enum in org.apache.sirona.status">Status</a>&nbsp;getStatus()</pre>
 </li>
 </ul>
+<a name="computeStatus()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>computeStatus</h4>
+<pre>protected&nbsp;<a href="../../../../org/apache/sirona/status/Status.html" title="enum in org.apache.sirona.status">Status</a>&nbsp;computeStatus()</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/status/class-use/Status.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/status/class-use/Status.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/status/class-use/Status.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/status/class-use/Status.html Fri Nov 15 10:55:18 2013
@@ -117,20 +117,24 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/sirona/status/Status.html" title="enum in org.apache.sirona.status">Status</a></code></td>
+<td class="colLast"><span class="strong">NodeStatus.</span><code><strong><a href="../../../../../org/apache/sirona/status/NodeStatus.html#computeStatus()">computeStatus</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/sirona/status/Status.html" title="enum in org.apache.sirona.status">Status</a></code></td>
 <td class="colLast"><span class="strong">ValidationResult.</span><code><strong><a href="../../../../../org/apache/sirona/status/ValidationResult.html#getStatus()">getStatus</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/sirona/status/Status.html" title="enum in org.apache.sirona.status">Status</a></code></td>
 <td class="colLast"><span class="strong">NodeStatus.</span><code><strong><a href="../../../../../org/apache/sirona/status/NodeStatus.html#getStatus()">getStatus</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/sirona/status/Status.html" title="enum in org.apache.sirona.status">Status</a></code></td>
 <td class="colLast"><span class="strong">Status.</span><code><strong><a href="../../../../../org/apache/sirona/status/Status.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Returns the enum constant of this type with the specified name.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/sirona/status/Status.html" title="enum in org.apache.sirona.status">Status</a>[]</code></td>
 <td class="colLast"><span class="strong">Status.</span><code><strong><a href="../../../../../org/apache/sirona/status/Status.html#values()">values</a></strong>()</code>
 <div class="block">Returns an array containing the constants of this enum type, in

Modified: incubator/sirona/site/apidocs/org/apache/sirona/status/class-use/ValidationResult.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/status/class-use/ValidationResult.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/status/class-use/ValidationResult.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/status/class-use/ValidationResult.html Fri Nov 15 10:55:18 2013
@@ -115,7 +115,8 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/status/NodeStatus.html#NodeStatus(org.apache.sirona.status.ValidationResult[])">NodeStatus</a></strong>(<a href="../../../../../org/apache/sirona/status/ValidationResult.html" title="class in org.apache.sirona.status">ValidationResult</a>[]&nbsp;results)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/status/NodeStatus.html#NodeStatus(org.apache.sirona.status.ValidationResult[], java.util.Date)">NodeStatus</a></strong>(<a href="../../../../../org/apache/sirona/status/ValidationResult.html" title="class in org.apache.sirona.status">ValidationResult</a>[]&nbsp;results,
+          <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;date)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: incubator/sirona/site/apidocs/overview-frame.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/overview-frame.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/overview-frame.html (original)
+++ incubator/sirona/site/apidocs/overview-frame.html Fri Nov 15 10:55:18 2013
@@ -44,9 +44,9 @@
 <li><a href="org/apache/sirona/reporting/web/package-frame.html" target="packageFrame">org.apache.sirona.reporting.web</a></li>
 <li><a href="org/apache/sirona/reporting/web/graph/package-frame.html" target="packageFrame">org.apache.sirona.reporting.web.graph</a></li>
 <li><a href="org/apache/sirona/reporting/web/handler/package-frame.html" target="packageFrame">org.apache.sirona.reporting.web.handler</a></li>
-<li><a href="org/apache/sirona/reporting/web/handler/api/package-frame.html" target="packageFrame">org.apache.sirona.reporting.web.handler.api</a></li>
 <li><a href="org/apache/sirona/reporting/web/handler/internal/package-frame.html" target="packageFrame">org.apache.sirona.reporting.web.handler.internal</a></li>
 <li><a href="org/apache/sirona/reporting/web/plugin/package-frame.html" target="packageFrame">org.apache.sirona.reporting.web.plugin</a></li>
+<li><a href="org/apache/sirona/reporting/web/plugin/api/package-frame.html" target="packageFrame">org.apache.sirona.reporting.web.plugin.api</a></li>
 <li><a href="org/apache/sirona/reporting/web/plugin/gauge/package-frame.html" target="packageFrame">org.apache.sirona.reporting.web.plugin.gauge</a></li>
 <li><a href="org/apache/sirona/reporting/web/plugin/jmx/package-frame.html" target="packageFrame">org.apache.sirona.reporting.web.plugin.jmx</a></li>
 <li><a href="org/apache/sirona/reporting/web/plugin/json/package-frame.html" target="packageFrame">org.apache.sirona.reporting.web.plugin.json</a></li>

Modified: incubator/sirona/site/apidocs/overview-summary.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/overview-summary.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/overview-summary.html (original)
+++ incubator/sirona/site/apidocs/overview-summary.html Fri Nov 15 10:55:18 2013
@@ -205,15 +205,15 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/sirona/reporting/web/handler/api/package-summary.html">org.apache.sirona.reporting.web.handler.api</a></td>
+<td class="colFirst"><a href="org/apache/sirona/reporting/web/handler/internal/package-summary.html">org.apache.sirona.reporting.web.handler.internal</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/sirona/reporting/web/handler/internal/package-summary.html">org.apache.sirona.reporting.web.handler.internal</a></td>
+<td class="colFirst"><a href="org/apache/sirona/reporting/web/plugin/package-summary.html">org.apache.sirona.reporting.web.plugin</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="org/apache/sirona/reporting/web/plugin/package-summary.html">org.apache.sirona.reporting.web.plugin</a></td>
+<td class="colFirst"><a href="org/apache/sirona/reporting/web/plugin/api/package-summary.html">org.apache.sirona.reporting.web.plugin.api</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">

Modified: incubator/sirona/site/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/overview-tree.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/overview-tree.html (original)
+++ incubator/sirona/site/apidocs/overview-tree.html Fri Nov 15 10:55:18 2013
@@ -98,9 +98,9 @@
 <li><a href="org/apache/sirona/reporting/web/package-tree.html">org.apache.sirona.reporting.web</a>, </li>
 <li><a href="org/apache/sirona/reporting/web/graph/package-tree.html">org.apache.sirona.reporting.web.graph</a>, </li>
 <li><a href="org/apache/sirona/reporting/web/handler/package-tree.html">org.apache.sirona.reporting.web.handler</a>, </li>
-<li><a href="org/apache/sirona/reporting/web/handler/api/package-tree.html">org.apache.sirona.reporting.web.handler.api</a>, </li>
 <li><a href="org/apache/sirona/reporting/web/handler/internal/package-tree.html">org.apache.sirona.reporting.web.handler.internal</a>, </li>
 <li><a href="org/apache/sirona/reporting/web/plugin/package-tree.html">org.apache.sirona.reporting.web.plugin</a>, </li>
+<li><a href="org/apache/sirona/reporting/web/plugin/api/package-tree.html">org.apache.sirona.reporting.web.plugin.api</a>, </li>
 <li><a href="org/apache/sirona/reporting/web/plugin/gauge/package-tree.html">org.apache.sirona.reporting.web.plugin.gauge</a>, </li>
 <li><a href="org/apache/sirona/reporting/web/plugin/jmx/package-tree.html">org.apache.sirona.reporting.web.plugin.jmx</a>, </li>
 <li><a href="org/apache/sirona/reporting/web/plugin/json/package-tree.html">org.apache.sirona.reporting.web.plugin.json</a>, </li>
@@ -238,7 +238,7 @@
 </li>
 <li type="circle">org.apache.sirona.web.discovery.<a href="org/apache/sirona/web/discovery/GaugeDiscoveryListener.html" title="class in org.apache.sirona.web.discovery"><span class="strong">GaugeDiscoveryListener</span></a> (implements javax.servlet.ServletContextListener)</li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.gauge.<a href="org/apache/sirona/reporting/web/plugin/gauge/GaugeEndpoints.html" title="class in org.apache.sirona.reporting.web.plugin.gauge"><span class="strong">GaugeEndpoints</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.gauge.<a href="org/apache/sirona/reporting/web/plugin/gauge/GaugePlugin.html" title="class in org.apache.sirona.reporting.web.plugin.gauge"><span class="strong">GaugePlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.<a href="org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.gauge.<a href="org/apache/sirona/reporting/web/plugin/gauge/GaugePlugin.html" title="class in org.apache.sirona.reporting.web.plugin.gauge"><span class="strong">GaugePlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a>)</li>
 <li type="circle">org.apache.sirona.store.gauge.<a href="org/apache/sirona/store/gauge/GaugeValuesRequest.html" title="class in org.apache.sirona.store.gauge"><span class="strong">GaugeValuesRequest</span></a></li>
 <li type="circle">javax.servlet.GenericServlet (implements java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, javax.servlet.Servlet, javax.servlet.ServletConfig)
 <ul>
@@ -287,7 +287,7 @@
 <li type="circle">org.apache.sirona.reporting.web.plugin.jmx.<a href="org/apache/sirona/reporting/web/plugin/jmx/JMXNode.html" title="class in org.apache.sirona.reporting.web.plugin.jmx"><span class="strong">JMXNode</span></a></li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.jmx.<a href="org/apache/sirona/reporting/web/plugin/jmx/JMXNode.JMXPropertiesComparator.html" title="class in org.apache.sirona.reporting.web.plugin.jmx"><span class="strong">JMXNode.JMXPropertiesComparator</span></a> (implements java.util.<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;T&gt;)</li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.jmx.<a href="org/apache/sirona/reporting/web/plugin/jmx/JMXNode.Key.html" title="class in org.apache.sirona.reporting.web.plugin.jmx"><span class="strong">JMXNode.Key</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;)</li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.jmx.<a href="org/apache/sirona/reporting/web/plugin/jmx/JMXPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.jmx"><span class="strong">JMXPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.<a href="org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.jmx.<a href="org/apache/sirona/reporting/web/plugin/jmx/JMXPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.jmx"><span class="strong">JMXPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a>)</li>
 <li type="circle">org.apache.sirona.jpa.<a href="org/apache/sirona/jpa/JPAProxyFactory.html" title="class in org.apache.sirona.jpa"><span class="strong">JPAProxyFactory</span></a></li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.report.format.<a href="org/apache/sirona/reporting/web/plugin/report/format/JSONFormat.html" title="class in org.apache.sirona.reporting.web.plugin.report.format"><span class="strong">JSONFormat</span></a> (implements org.apache.sirona.reporting.web.plugin.report.format.<a href="org/apache/sirona/reporting/web/plugin/report/format/Format.html" title="interface in org.apache.sirona.reporting.web.plugin.report.format">Format</a>)</li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.json.<a href="org/apache/sirona/reporting/web/plugin/json/Jsons.html" title="class in org.apache.sirona.reporting.web.plugin.json"><span class="strong">Jsons</span></a></li>
@@ -299,13 +299,13 @@
 </ul>
 </li>
 <li type="circle">org.apache.sirona.jta.<a href="org/apache/sirona/jta/JTAInterceptor.html" title="class in org.apache.sirona.jta"><span class="strong">JTAInterceptor</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.jta.<a href="org/apache/sirona/reporting/web/plugin/jta/JTAPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.jta"><span class="strong">JTAPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.<a href="org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.jta.<a href="org/apache/sirona/reporting/web/plugin/jta/JTAPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.jta"><span class="strong">JTAPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a>)</li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.jvm.<a href="org/apache/sirona/reporting/web/plugin/jvm/JVMEndpoints.html" title="class in org.apache.sirona.reporting.web.plugin.jvm"><span class="strong">JVMEndpoints</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.jvm.<a href="org/apache/sirona/reporting/web/plugin/jvm/JVMPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.jvm"><span class="strong">JVMPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.<a href="org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.jvm.<a href="org/apache/sirona/reporting/web/plugin/jvm/JVMPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.jvm"><span class="strong">JVMPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a>)</li>
 <li type="circle">org.apache.sirona.reporting.web.graph.<a href="org/apache/sirona/reporting/web/graph/Line.html" title="class in org.apache.sirona.reporting.web.graph"><span class="strong">Line</span></a></li>
 <li type="circle">org.apache.sirona.math.<a href="org/apache/sirona/math/M2AwareStatisticalSummary.html" title="class in org.apache.sirona.math"><span class="strong">M2AwareStatisticalSummary</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li>
 <li type="circle">org.apache.sirona.cube.<a href="org/apache/sirona/cube/MapBuilder.html" title="class in org.apache.sirona.cube"><span class="strong">MapBuilder</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.template.<a href="org/apache/sirona/reporting/web/template/MapBuilder.html" title="class in org.apache.sirona.reporting.web.template"><span class="strong">MapBuilder</span></a>&lt;A,B&gt;</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/MapBuilder.html" title="class in org.apache.sirona.reporting.web.plugin.api"><span class="strong">MapBuilder</span></a>&lt;A,B&gt;</li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.report.format.<a href="org/apache/sirona/reporting/web/plugin/report/format/MapFormat.html" title="class in org.apache.sirona.reporting.web.plugin.report.format"><span class="strong">MapFormat</span></a>
 <ul>
 <li type="circle">org.apache.sirona.reporting.web.plugin.report.format.<a href="org/apache/sirona/reporting/web/plugin/report/format/CSVFormat.html" title="class in org.apache.sirona.reporting.web.plugin.report.format"><span class="strong">CSVFormat</span></a> (implements org.apache.sirona.reporting.web.plugin.report.format.<a href="org/apache/sirona/reporting/web/plugin/report/format/Format.html" title="interface in org.apache.sirona.reporting.web.plugin.report.format">Format</a>)</li>
@@ -351,7 +351,7 @@
 </li>
 <li type="circle">org.apache.sirona.agent.webapp.pull.gauge.<a href="org/apache/sirona/agent/webapp/pull/gauge/PullGaugeManager.html" title="class in org.apache.sirona.agent.webapp.pull.gauge"><span class="strong">PullGaugeManager</span></a> (implements org.apache.sirona.gauges.<a href="org/apache/sirona/gauges/GaugeManager.html" title="interface in org.apache.sirona.gauges">GaugeManager</a>)</li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.report.<a href="org/apache/sirona/reporting/web/plugin/report/ReportEndpoints.html" title="class in org.apache.sirona.reporting.web.plugin.report"><span class="strong">ReportEndpoints</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.report.<a href="org/apache/sirona/reporting/web/plugin/report/ReportPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.report"><span class="strong">ReportPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.<a href="org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.report.<a href="org/apache/sirona/reporting/web/plugin/report/ReportPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.report"><span class="strong">ReportPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a>)</li>
 <li type="circle">org.apache.sirona.repositories.<a href="org/apache/sirona/repositories/Repositories.html" title="class in org.apache.sirona.repositories"><span class="strong">Repositories</span></a></li>
 <li type="circle">org.apache.sirona.<a href="org/apache/sirona/Role.html" title="class in org.apache.sirona"><span class="strong">Role</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li>
 <li type="circle">org.apache.sirona.web.session.<a href="org/apache/sirona/web/session/SessionGauge.html" title="class in org.apache.sirona.web.session"><span class="strong">SessionGauge</span></a> (implements org.apache.sirona.gauges.<a href="org/apache/sirona/gauges/Gauge.html" title="interface in org.apache.sirona.gauges">Gauge</a>)</li>
@@ -368,7 +368,7 @@
 <li type="circle">org.apache.sirona.reporting.web.plugin.status.<a href="org/apache/sirona/reporting/web/plugin/status/StatusEndpoints.html" title="class in org.apache.sirona.reporting.web.plugin.status"><span class="strong">StatusEndpoints</span></a></li>
 <li type="circle">org.apache.sirona.web.servlet.<a href="org/apache/sirona/web/servlet/StatusGauge.html" title="class in org.apache.sirona.web.servlet"><span class="strong">StatusGauge</span></a> (implements org.apache.sirona.gauges.<a href="org/apache/sirona/gauges/Gauge.html" title="interface in org.apache.sirona.gauges">Gauge</a>)</li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.status.<a href="org/apache/sirona/reporting/web/plugin/status/StatusHelper.html" title="class in org.apache.sirona.reporting.web.plugin.status"><span class="strong">StatusHelper</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.status.<a href="org/apache/sirona/reporting/web/plugin/status/StatusPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.status"><span class="strong">StatusPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.<a href="org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.status.<a href="org/apache/sirona/reporting/web/plugin/status/StatusPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.status"><span class="strong">StatusPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a>)</li>
 <li type="circle">javax.servlet.jsp.tagext.TagExtraInfo
 <ul>
 <li type="circle">org.apache.sirona.web.jsp.<a href="org/apache/sirona/web/jsp/StartTagTei.html" title="class in org.apache.sirona.web.jsp"><span class="strong">StartTagTei</span></a></li>
@@ -381,11 +381,11 @@
 </ul>
 </li>
 <li type="circle">org.apache.sirona.web.jsp.<a href="org/apache/sirona/web/jsp/TagUtils.html" title="class in org.apache.sirona.web.jsp"><span class="strong">TagUtils</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.handler.api.<a href="org/apache/sirona/reporting/web/handler/api/Template.html" title="class in org.apache.sirona.reporting.web.handler.api"><span class="strong">Template</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.handler.api.<a href="org/apache/sirona/reporting/web/handler/api/TemplateHelper.html" title="class in org.apache.sirona.reporting.web.handler.api"><span class="strong">TemplateHelper</span></a></li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/Template.html" title="class in org.apache.sirona.reporting.web.plugin.api"><span class="strong">Template</span></a></li>
+<li type="circle">org.apache.sirona.reporting.web.handler.<a href="org/apache/sirona/reporting/web/handler/TemplateHelper.html" title="class in org.apache.sirona.reporting.web.handler"><span class="strong">TemplateHelper</span></a></li>
 <li type="circle">org.apache.sirona.reporting.web.template.<a href="org/apache/sirona/reporting/web/template/Templates.html" title="class in org.apache.sirona.reporting.web.template"><span class="strong">Templates</span></a></li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.thread.<a href="org/apache/sirona/reporting/web/plugin/thread/ThreadEndpoints.html" title="class in org.apache.sirona.reporting.web.plugin.thread"><span class="strong">ThreadEndpoints</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.thread.<a href="org/apache/sirona/reporting/web/plugin/thread/ThreadPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.thread"><span class="strong">ThreadPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.<a href="org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.thread.<a href="org/apache/sirona/reporting/web/plugin/thread/ThreadPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.thread"><span class="strong">ThreadPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a>)</li>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Throwable</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="strong">Exception</span></a>
@@ -409,7 +409,7 @@
 </li>
 <li type="circle">org.apache.sirona.status.<a href="org/apache/sirona/status/ValidationResult.html" title="class in org.apache.sirona.status"><span class="strong">ValidationResult</span></a></li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.web.<a href="org/apache/sirona/reporting/web/plugin/web/WebEndpoints.html" title="class in org.apache.sirona.reporting.web.plugin.web"><span class="strong">WebEndpoints</span></a></li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.web.<a href="org/apache/sirona/reporting/web/plugin/web/WebPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.web"><span class="strong">WebPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.<a href="org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin">Plugin</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.web.<a href="org/apache/sirona/reporting/web/plugin/web/WebPlugin.html" title="class in org.apache.sirona.reporting.web.plugin.web"><span class="strong">WebPlugin</span></a> (implements org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api">Plugin</a>)</li>
 <li type="circle">org.apache.sirona.web.registration.<a href="org/apache/sirona/web/registration/WebSironaInitializer.html" title="class in org.apache.sirona.web.registration"><span class="strong">WebSironaInitializer</span></a> (implements javax.servlet.ServletContainerInitializer)</li>
 <li type="circle">org.apache.sirona.cdi.internal.<a href="org/apache/sirona/cdi/internal/WrappedAnnotatedType.html" title="class in org.apache.sirona.cdi.internal"><span class="strong">WrappedAnnotatedType</span></a>&lt;A&gt; (implements javax.enterprise.inject.spi.AnnotatedType&lt;X&gt;)</li>
 <li type="circle">org.apache.sirona.reporting.web.plugin.report.format.<a href="org/apache/sirona/reporting/web/plugin/report/format/XMLFormat.html" title="class in org.apache.sirona.reporting.web.plugin.report.format"><span class="strong">XMLFormat</span></a> (implements org.apache.sirona.reporting.web.plugin.report.format.<a href="org/apache/sirona/reporting/web/plugin/report/format/Format.html" title="interface in org.apache.sirona.reporting.web.plugin.report.format">Format</a>)</li>
@@ -445,7 +445,7 @@
 <li type="circle">org.apache.sirona.store.status.<a href="org/apache/sirona/store/status/CollectorNodeStatusDataStore.html" title="interface in org.apache.sirona.store.status"><span class="strong">CollectorNodeStatusDataStore</span></a></li>
 </ul>
 </li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.<a href="org/apache/sirona/reporting/web/plugin/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin"><span class="strong">Plugin</span></a></li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/Plugin.html" title="interface in org.apache.sirona.reporting.web.plugin.api"><span class="strong">Plugin</span></a></li>
 <li type="circle">org.apache.sirona.configuration.predicate.<a href="org/apache/sirona/configuration/predicate/Predicate.html" title="interface in org.apache.sirona.configuration.predicate"><span class="strong">Predicate</span></a></li>
 <li type="circle">org.apache.sirona.tomee.agent.<a href="org/apache/sirona/tomee/agent/Reflection.html" title="interface in org.apache.sirona.tomee.agent"><span class="strong">Reflection</span></a></li>
 <li type="circle">org.apache.sirona.repositories.<a href="org/apache/sirona/repositories/Repository.html" title="interface in org.apache.sirona.repositories"><span class="strong">Repository</span></a></li>
@@ -459,13 +459,13 @@
 </ul>
 <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
 <ul>
-<li type="circle">org.apache.sirona.configuration.ioc.<a href="org/apache/sirona/configuration/ioc/AutoSet.html" title="annotation in org.apache.sirona.configuration.ioc"><span class="strong">AutoSet</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.sirona.configuration.ioc.<a href="org/apache/sirona/configuration/ioc/Destroying.html" title="annotation in org.apache.sirona.configuration.ioc"><span class="strong">Destroying</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.sirona.configuration.ioc.<a href="org/apache/sirona/configuration/ioc/Created.html" title="annotation in org.apache.sirona.configuration.ioc"><span class="strong">Created</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.sirona.configuration.ioc.<a href="org/apache/sirona/configuration/ioc/AutoSet.html" title="annotation in org.apache.sirona.configuration.ioc"><span class="strong">AutoSet</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.sirona.cdi.<a href="org/apache/sirona/cdi/Monitored.html" title="annotation in org.apache.sirona.cdi"><span class="strong">Monitored</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.sirona.jta.<a href="org/apache/sirona/jta/JTAMonitored.html" title="annotation in org.apache.sirona.jta"><span class="strong">JTAMonitored</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.sirona.reporting.web.handler.api.<a href="org/apache/sirona/reporting/web/handler/api/Regex.html" title="annotation in org.apache.sirona.reporting.web.handler.api"><span class="strong">Regex</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.sirona.reporting.web.plugin.<a href="org/apache/sirona/reporting/web/plugin/Local.html" title="annotation in org.apache.sirona.reporting.web.plugin"><span class="strong">Local</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/Local.html" title="annotation in org.apache.sirona.reporting.web.plugin.api"><span class="strong">Local</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.sirona.reporting.web.plugin.api.<a href="org/apache/sirona/reporting/web/plugin/api/Regex.html" title="annotation in org.apache.sirona.reporting.web.plugin.api"><span class="strong">Regex</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 </ul>
 <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
 <ul>
@@ -473,8 +473,8 @@
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
-<li type="circle">org.apache.sirona.status.<a href="org/apache/sirona/status/Status.html" title="enum in org.apache.sirona.status"><span class="strong">Status</span></a></li>
 <li type="circle">org.apache.sirona.counters.<a href="org/apache/sirona/counters/MetricData.html" title="enum in org.apache.sirona.counters"><span class="strong">MetricData</span></a></li>
+<li type="circle">org.apache.sirona.status.<a href="org/apache/sirona/status/Status.html" title="enum in org.apache.sirona.status"><span class="strong">Status</span></a></li>
 </ul>
 </li>
 </ul>

Modified: incubator/sirona/site/apidocs/package-list
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/package-list?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/package-list (original)
+++ incubator/sirona/site/apidocs/package-list Fri Nov 15 10:55:18 2013
@@ -31,9 +31,9 @@ org.apache.sirona.math
 org.apache.sirona.reporting.web
 org.apache.sirona.reporting.web.graph
 org.apache.sirona.reporting.web.handler
-org.apache.sirona.reporting.web.handler.api
 org.apache.sirona.reporting.web.handler.internal
 org.apache.sirona.reporting.web.plugin
+org.apache.sirona.reporting.web.plugin.api
 org.apache.sirona.reporting.web.plugin.gauge
 org.apache.sirona.reporting.web.plugin.jmx
 org.apache.sirona.reporting.web.plugin.json

Added: incubator/sirona/site/apidocs/packages
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/packages?rev=1542225&view=auto
==============================================================================
--- incubator/sirona/site/apidocs/packages (added)
+++ incubator/sirona/site/apidocs/packages Fri Nov 15 10:55:18 2013
@@ -0,0 +1,67 @@
+org.apache.sirona.math
+org.apache.sirona.configuration
+org.apache.sirona.configuration.ioc
+org.apache.sirona.configuration.predicate
+org.apache.sirona.counters
+org.apache.sirona.stopwatches
+org.apache.sirona.spi
+org.apache.sirona.status
+org.apache.sirona.util
+org.apache.sirona
+org.apache.sirona.gauges
+org.apache.sirona.gauges.jmx
+org.apache.sirona.gauges.jvm
+org.apache.sirona.repositories
+org.apache.sirona.store
+org.apache.sirona.store.gauge
+org.apache.sirona.store.counter
+org.apache.sirona.store.status
+org.apache.sirona.aop
+org.apache.sirona.aspectj
+org.apache.sirona.cdi
+org.apache.sirona.cdi.internal
+org.apache.sirona.jdbc
+org.apache.sirona.jpa
+org.apache.sirona.jta
+org.apache.sirona.spring
+org.apache.sirona.web.jsp
+org.apache.sirona.web.discovery
+org.apache.sirona.web.session
+org.apache.sirona.web.servlet
+org.apache.sirona.web.registration
+org.apache.sirona.web.lifecycle
+org.apache.sirona.graphite
+org.apache.sirona.cube
+org.apache.sirona.agent.webapp.pull.store
+org.apache.sirona.agent.webapp.pull.gauge
+org.apache.sirona.agent.webapp.pull.registration
+org.apache.sirona.agent.webapp.pull.servlet
+org.apache.sirona.agent.webapp.pull.repository
+org.apache.sirona.reporting.web.plugin.api
+org.apache.sirona.reporting.web.handler.internal
+org.apache.sirona.reporting.web.handler
+org.apache.sirona.reporting.web.graph
+org.apache.sirona.reporting.web
+org.apache.sirona.reporting.web.registration
+org.apache.sirona.reporting.web.template
+org.apache.sirona.reporting.web.plugin.jmx
+org.apache.sirona.reporting.web.plugin.json
+org.apache.sirona.reporting.web.plugin.gauge
+org.apache.sirona.reporting.web.plugin.web
+org.apache.sirona.reporting.web.plugin.status
+org.apache.sirona.reporting.web.plugin.jvm
+org.apache.sirona.reporting.web.plugin.report.format
+org.apache.sirona.reporting.web.plugin.report
+org.apache.sirona.reporting.web.plugin
+org.apache.sirona.reporting.web.plugin.jta
+org.apache.sirona.reporting.web.plugin.thread
+org.apache.sirona.collector.server
+org.apache.sirona.collector.server.api
+org.apache.sirona.tomee.agent.validation
+org.apache.sirona.tomee.agent.gauge
+org.apache.sirona.tomee.agent
+org.apache.sirona.cassandra
+org.apache.sirona.cassandra.collector
+org.apache.sirona.cassandra.collector.counter
+org.apache.sirona.cassandra.collector.gauge
+org.apache.sirona.cassandra.collector.status
\ No newline at end of file

Modified: incubator/sirona/site/apidocs/serialized-form.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/serialized-form.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/serialized-form.html (original)
+++ incubator/sirona/site/apidocs/serialized-form.html Fri Nov 15 10:55:18 2013
@@ -69,11 +69,6 @@
 <li class="blockList">
 <h2 title="Package">Package&nbsp;org.apache.sirona</h2>
 <ul class="blockList">
-<li class="blockList"><a name="org.apache.sirona.MonitoringException">
-<!--   -->
-</a>
-<h3>Class org.apache.sirona.MonitoringException extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a> implements Serializable</h3>
-</li>
 <li class="blockList"><a name="org.apache.sirona.Role">
 <!--   -->
 </a>
@@ -287,7 +282,7 @@
 </li>
 <li class="blockList">
 <h4>mapper</h4>
-<pre>com.fasterxml.jackson.databind.ObjectMapper mapper</pre>
+<pre>ObjectMapper mapper</pre>
 </li>
 <li class="blockList">
 <h4>agents</h4>
@@ -607,28 +602,6 @@
 <li class="blockList">
 <h2 title="Package">Package&nbsp;org.apache.sirona.web.servlet</h2>
 <ul class="blockList">
-<li class="blockList"><a name="org.apache.sirona.web.servlet.MonitoringFilter">
-<!--   -->
-</a>
-<h3>Class org.apache.sirona.web.servlet.MonitoringFilter extends <a href="org/apache/sirona/aop/AbstractPerformanceInterceptor.html" title="class in org.apache.sirona.aop">AbstractPerformanceInterceptor</a>&lt;org.apache.sirona.web.servlet.MonitoringFilter.Invocation&gt; implements Serializable</h3>
-<ul class="blockList">
-<li class="blockList"><a name="serializedForm">
-<!--   -->
-</a>
-<h3>Serialized Fields</h3>
-<ul class="blockList">
-<li class="blockList">
-<h4>ignored</h4>
-<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] ignored</pre>
-</li>
-<li class="blockListLast">
-<h4>statusGauges</h4>
-<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>&gt; statusGauges</pre>
-</li>
-</ul>
-</li>
-</ul>
-</li>
 <li class="blockList"><a name="org.apache.sirona.web.servlet.SironaFilter">
 <!--   -->
 </a>

Modified: incubator/sirona/site/basis.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/basis.html?rev=1542225&r1=1542224&r2=1542225&view=diff
==============================================================================
--- incubator/sirona/site/basis.html (original)
+++ incubator/sirona/site/basis.html Fri Nov 15 10:55:18 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-13
+ | Generated by Apache Maven Doxia at 2013-11-15
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131113" />
+    <meta name="Date-Revision-yyyymmdd" content="20131115" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Sirona - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -189,7 +189,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-13</li>
+                  <li id="publishDate">Last Published: 2013-11-15</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 0.1-incubating-SNAPSHOT</li>