You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/03/07 12:13:00 UTC

svn commit: r1297937 [27/40] - in /incubator/syncope/site: ./ apidocs/ apidocs/org/syncope/annotation/ apidocs/org/syncope/annotation/class-use/ apidocs/org/syncope/buildtools/ apidocs/org/syncope/buildtools/class-use/ apidocs/org/syncope/client/ apido...

Modified: incubator/syncope/site/apidocs/org/syncope/core/report/AbstractReportlet.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/report/AbstractReportlet.html?rev=1297937&r1=1297936&r2=1297937&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/report/AbstractReportlet.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/core/report/AbstractReportlet.html Wed Mar  7 11:11:45 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Tue Feb 28 11:10:41 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:48:57 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AbstractReportlet (Apache Syncope Parent 1.1-SNAPSHOT API)
+AbstractReportlet (Apache Syncope 1.1-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-02-28">
+<META NAME="date" CONTENT="2012-03-07">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ AbstractReportlet (Apache Syncope Parent
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractReportlet (Apache Syncope Parent 1.1-SNAPSHOT API)";
+        parent.document.title="AbstractReportlet (Apache Syncope 1.1-SNAPSHOT API)";
     }
 }
 </SCRIPT>
@@ -77,9 +77,9 @@ function windowTitle()
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
 </TABLE>
 <A NAME="skip-navbar_top"></A>
@@ -91,27 +91,60 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <FONT SIZE="-1">
 org.syncope.core.report</FONT>
 <BR>
-Class AbstractReportlet</H2>
+Class AbstractReportlet&lt;T extends <A HREF="../../../../org/syncope/client/report/AbstractReportletConf.html" title="class in org.syncope.client.report">AbstractReportletConf</A>&gt;</H2>
 <PRE>
 <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.syncope.core.report.AbstractReportlet</B>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.syncope.core.report.AbstractReportlet&lt;T&gt;</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A></DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A>&lt;T&gt;</DD>
 </DL>
 <DL>
-<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/syncope/core/report/UserReportlet.html" title="class in org.syncope.core.report">UserReportlet</A></DD>
+<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/syncope/core/report/StaticReportlet.html" title="class in org.syncope.core.report">StaticReportlet</A>, <A HREF="../../../../org/syncope/core/report/UserReportlet.html" title="class in org.syncope.core.report">UserReportlet</A></DD>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public abstract class <B>AbstractReportlet</B><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A></DL>
+<DT><PRE>public abstract class <B>AbstractReportlet&lt;T extends <A HREF="../../../../org/syncope/client/report/AbstractReportletConf.html" title="class in org.syncope.client.report">AbstractReportletConf</A>&gt;</B><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A>&lt;T&gt;</DL>
 </PRE>
 
 <P>
 <HR>
 
 <P>
+<!-- =========== FIELD SUMMARY =========== -->
 
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="type parameter in AbstractReportlet">T</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#conf">conf</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected static&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/ThreadLocal.html?is-external=true" title="class or interface in java.lang">ThreadLocal</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html?is-external=true" title="class or interface in java.text">SimpleDateFormat</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#DATE_FORMAT">DATE_FORMAT</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected static&nbsp;org.slf4j.Logger</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#LOG">LOG</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Logger.</TD>
+</TR>
+</TABLE>
+&nbsp;
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
 <A NAME="constructor_summary"><!-- --></A>
@@ -138,7 +171,23 @@ Class AbstractReportlet</H2>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../org/syncope/client/report/ReportletConf.html" title="interface in org.syncope.client.report">ReportletConf</A></CODE></FONT></TD>
+<CODE>protected abstract &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#doExtract(org.xml.sax.ContentHandler)">doExtract</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#extract(org.xml.sax.ContentHandler)">extract</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Actual data extraction for reporting.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="type parameter in AbstractReportlet">T</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#getConf()">getConf</A></B>()</CODE>
 
 <BR>
@@ -147,7 +196,7 @@ Class AbstractReportlet</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#setConf(org.syncope.client.report.ReportletConf)">setConf</A></B>(<A HREF="../../../../org/syncope/client/report/ReportletConf.html" title="interface in org.syncope.client.report">ReportletConf</A>&nbsp;conf)</CODE>
+<TD><CODE><B><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#setConf(T)">setConf</A></B>(<A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="type parameter in AbstractReportlet">T</A>&nbsp;conf)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set this reportlet configuration.</TD>
@@ -162,17 +211,49 @@ Class AbstractReportlet</H2>
 <TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://downloa
 d.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.syncope.core.report.Reportlet"><!-- --></A>
+&nbsp;
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from interface org.syncope.core.report.<A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A></B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/syncope/core/report/Reportlet.html#extract(org.xml.sax.ContentHandler)">extract</A></CODE></TD>
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TH>
 </TR>
 </TABLE>
-&nbsp;
+
+<A NAME="LOG"><!-- --></A><H3>
+LOG</H3>
+<PRE>
+protected static final org.slf4j.Logger <B>LOG</B></PRE>
+<DL>
+<DD>Logger.
 <P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="DATE_FORMAT"><!-- --></A><H3>
+DATE_FORMAT</H3>
+<PRE>
+protected static final <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/ThreadLocal.html?is-external=true" title="class or interface in java.lang">ThreadLocal</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html?is-external=true" title="class or interface in java.text">SimpleDateFormat</A>&gt; <B>DATE_FORMAT</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="conf"><!-- --></A><H3>
+conf</H3>
+<PRE>
+protected <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="type parameter in AbstractReportlet">T</A> extends <A HREF="../../../../org/syncope/client/report/AbstractReportletConf.html" title="class in org.syncope.client.report">AbstractReportletConf</A> <B>conf</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
 
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 
@@ -204,7 +285,7 @@ public <B>AbstractReportlet</B>()</PRE>
 <A NAME="getConf()"><!-- --></A><H3>
 getConf</H3>
 <PRE>
-public <A HREF="../../../../org/syncope/client/report/ReportletConf.html" title="interface in org.syncope.client.report">ReportletConf</A> <B>getConf</B>()</PRE>
+public <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="type parameter in AbstractReportlet">T</A> <B>getConf</B>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -215,21 +296,63 @@ public <A HREF="../../../../org/syncope/
 </DL>
 <HR>
 
-<A NAME="setConf(org.syncope.client.report.ReportletConf)"><!-- --></A><H3>
+<A NAME="setConf(org.syncope.client.report.AbstractReportletConf)"><!-- --></A><A NAME="setConf(T)"><!-- --></A><H3>
 setConf</H3>
 <PRE>
-public void <B>setConf</B>(<A HREF="../../../../org/syncope/client/report/ReportletConf.html" title="interface in org.syncope.client.report">ReportletConf</A>&nbsp;conf)</PRE>
+public void <B>setConf</B>(<A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="type parameter in AbstractReportlet">T</A>&nbsp;conf)</PRE>
 <DL>
-<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/syncope/core/report/Reportlet.html#setConf(org.syncope.client.report.ReportletConf)">Reportlet</A></CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/syncope/core/report/Reportlet.html#setConf(T)">Reportlet</A></CODE></B></DD>
 <DD>Set this reportlet configuration.
 <P>
 <DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/syncope/core/report/Reportlet.html#setConf(org.syncope.client.report.ReportletConf)">setConf</A></CODE> in interface <CODE><A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A></CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/syncope/core/report/Reportlet.html#setConf(T)">setConf</A></CODE> in interface <CODE><A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A>&lt;<A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="type parameter in AbstractReportlet">T</A> extends <A HREF="../../../../org/syncope/client/report/AbstractReportletConf.html" title="class in org.syncope.client.report">AbstractReportletConf</A>&gt;</CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>conf</CODE> - configuration</DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="doExtract(org.xml.sax.ContentHandler)"><!-- --></A><H3>
+doExtract</H3>
+<PRE>
+protected abstract void <B>doExtract</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)
+                           throws <A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A>,
+                                  <A HREF="../../../../org/syncope/core/report/ReportException.html" title="class in org.syncope.core.report">ReportException</A></PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></CODE>
+<DD><CODE><A HREF="../../../../org/syncope/core/report/ReportException.html" title="class in org.syncope.core.report">ReportException</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="extract(org.xml.sax.ContentHandler)"><!-- --></A><H3>
+extract</H3>
+<PRE>
+<FONT SIZE="-1">@Transactional(readOnly=true)
+</FONT>public void <B>extract</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)
+             throws <A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A>,
+                    <A HREF="../../../../org/syncope/core/report/ReportException.html" title="class in org.syncope.core.report">ReportException</A></PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/syncope/core/report/Reportlet.html#extract(org.xml.sax.ContentHandler)">Reportlet</A></CODE></B></DD>
+<DD>Actual data extraction for reporting.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/syncope/core/report/Reportlet.html#extract(org.xml.sax.ContentHandler)">extract</A></CODE> in interface <CODE><A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A>&lt;<A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="type parameter in AbstractReportlet">T</A> extends <A HREF="../../../../org/syncope/client/report/AbstractReportletConf.html" title="class in org.syncope.client.report">AbstractReportletConf</A>&gt;</CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>handler</CODE> - SAX content handler for streaming result
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></CODE> - if ther is any problem in SAX handling
+<DD><CODE><A HREF="../../../../org/syncope/core/report/ReportException.html" title="class in org.syncope.core.report">ReportException</A></CODE> - if anything goes wrong</DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 
@@ -282,9 +405,9 @@ public void <B>setConf</B>(<A HREF="../.
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
 </TABLE>
 <A NAME="skip-navbar_bottom"></A>

Modified: incubator/syncope/site/apidocs/org/syncope/core/report/ReportException.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/report/ReportException.html?rev=1297937&r1=1297936&r2=1297937&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/report/ReportException.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/core/report/ReportException.html Wed Mar  7 11:11:45 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Tue Feb 28 11:10:41 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:48:57 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ReportException (Apache Syncope Parent 1.1-SNAPSHOT API)
+ReportException (Apache Syncope 1.1-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-02-28">
+<META NAME="date" CONTENT="2012-03-07">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ ReportException (Apache Syncope Parent 1
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ReportException (Apache Syncope Parent 1.1-SNAPSHOT API)";
+        parent.document.title="ReportException (Apache Syncope 1.1-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: incubator/syncope/site/apidocs/org/syncope/core/report/Reportlet.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/report/Reportlet.html?rev=1297937&r1=1297936&r2=1297937&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/report/Reportlet.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/core/report/Reportlet.html Wed Mar  7 11:11:45 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Tue Feb 28 11:10:41 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:48:57 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Reportlet (Apache Syncope Parent 1.1-SNAPSHOT API)
+Reportlet (Apache Syncope 1.1-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-02-28">
+<META NAME="date" CONTENT="2012-03-07">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Reportlet (Apache Syncope Parent 1.1-SNA
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Reportlet (Apache Syncope Parent 1.1-SNAPSHOT API)";
+        parent.document.title="Reportlet (Apache Syncope 1.1-SNAPSHOT API)";
     }
 }
 </SCRIPT>
@@ -57,7 +57,7 @@ function windowTitle()
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;<A HREF="../../../../org/syncope/core/report/ReportException.html" title="class in org.syncope.core.report"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/syncope/core/report/UserReportlet.html" title="class in org.syncope.core.report"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../org/syncope/core/report/ReportletConfClass.html" title="annotation in org.syncope.core.report"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../index.html?org/syncope/core/report/Reportlet.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="Reportlet.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
@@ -91,13 +91,13 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <FONT SIZE="-1">
 org.syncope.core.report</FONT>
 <BR>
-Interface Reportlet</H2>
+Interface Reportlet&lt;T extends <A HREF="../../../../org/syncope/client/report/ReportletConf.html" title="interface in org.syncope.client.report">ReportletConf</A>&gt;</H2>
 <DL>
-<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet</A>, <A HREF="../../../../org/syncope/core/report/UserReportlet.html" title="class in org.syncope.core.report">UserReportlet</A></DD>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet</A>, <A HREF="../../../../org/syncope/core/report/StaticReportlet.html" title="class in org.syncope.core.report">StaticReportlet</A>, <A HREF="../../../../org/syncope/core/report/UserReportlet.html" title="class in org.syncope.core.report">UserReportlet</A></DD>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public interface <B>Reportlet</B></DL>
+<DT><PRE>public interface <B>Reportlet&lt;T extends <A HREF="../../../../org/syncope/client/report/ReportletConf.html" title="interface in org.syncope.client.report">ReportletConf</A>&gt;</B></DL>
 </PRE>
 
 <P>
@@ -130,7 +130,7 @@ Interface for all elements that can be e
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/syncope/core/report/Reportlet.html#setConf(org.syncope.client.report.ReportletConf)">setConf</A></B>(<A HREF="../../../../org/syncope/client/report/ReportletConf.html" title="interface in org.syncope.client.report">ReportletConf</A>&nbsp;conf)</CODE>
+<TD><CODE><B><A HREF="../../../../org/syncope/core/report/Reportlet.html#setConf(T)">setConf</A></B>(<A HREF="../../../../org/syncope/core/report/Reportlet.html" title="type parameter in Reportlet">T</A>&nbsp;conf)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set this reportlet configuration.</TD>
@@ -149,10 +149,10 @@ Interface for all elements that can be e
 </TR>
 </TABLE>
 
-<A NAME="setConf(org.syncope.client.report.ReportletConf)"><!-- --></A><H3>
+<A NAME="setConf(org.syncope.client.report.ReportletConf)"><!-- --></A><A NAME="setConf(T)"><!-- --></A><H3>
 setConf</H3>
 <PRE>
-void <B>setConf</B>(<A HREF="../../../../org/syncope/client/report/ReportletConf.html" title="interface in org.syncope.client.report">ReportletConf</A>&nbsp;conf)</PRE>
+void <B>setConf</B>(<A HREF="../../../../org/syncope/core/report/Reportlet.html" title="type parameter in Reportlet">T</A>&nbsp;conf)</PRE>
 <DL>
 <DD>Set this reportlet configuration.
 <P>
@@ -210,7 +210,7 @@ void <B>extract</B>(<A HREF="http://down
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;<A HREF="../../../../org/syncope/core/report/ReportException.html" title="class in org.syncope.core.report"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/syncope/core/report/UserReportlet.html" title="class in org.syncope.core.report"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../org/syncope/core/report/ReportletConfClass.html" title="annotation in org.syncope.core.report"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../index.html?org/syncope/core/report/Reportlet.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="Reportlet.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;

Added: incubator/syncope/site/apidocs/org/syncope/core/report/ReportletConfClass.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/report/ReportletConfClass.html?rev=1297937&view=auto
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/report/ReportletConfClass.html (added)
+++ incubator/syncope/site/apidocs/org/syncope/core/report/ReportletConfClass.html Wed Mar  7 11:11:45 2012
@@ -0,0 +1,210 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:48:57 CET 2012 -->
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+ReportletConfClass (Apache Syncope 1.1-SNAPSHOT API)
+</TITLE>
+
+<META NAME="date" CONTENT="2012-03-07">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="ReportletConfClass (Apache Syncope 1.1-SNAPSHOT API)";
+    }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ReportletConfClass.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/syncope/core/report/StaticReportlet.html" title="class in org.syncope.core.report"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html?org/syncope/core/report/ReportletConfClass.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="ReportletConfClass.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;<A HREF="#annotation_type_required_element_summary">REQUIRED</A>&nbsp;|&nbsp;OPTIONAL</FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;<A HREF="#annotation_type_element_detail">ELEMENT</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.syncope.core.report</FONT>
+<BR>
+Annotation Type ReportletConfClass</H2>
+<HR>
+<DL>
+<DT><PRE><FONT SIZE="-1"><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true#value()" title="class or interface in java.lang.annotation">value</A>=<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/annotation/ElementType.html?is-external=true#TYPE" title="class or interface in java.lang.annotation">TYPE</A>)
+<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</A>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true#value()" title="class or interface in java.lang.annotation">value</A>=<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</A>)
+</FONT>public @interface <B>ReportletConfClass</B></DL>
+</PRE>
+
+<P>
+<HR>
+
+<P>
+<!-- =========== ANNOTATION TYPE REQUIRED MEMBER SUMMARY =========== -->
+
+<A NAME="annotation_type_required_element_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Required Element Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../org/syncope/client/report/ReportletConf.html" title="interface in org.syncope.client.report">ReportletConf</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/syncope/core/report/ReportletConfClass.html#value()">value</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== -->
+
+<A NAME="annotation_type_element_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Element Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="value()"><!-- --></A><H3>
+value</H3>
+<PRE>
+public abstract <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../org/syncope/client/report/ReportletConf.html" title="interface in org.syncope.client.report">ReportletConf</A>&gt; <B>value</B></PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ReportletConfClass.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/syncope/core/report/StaticReportlet.html" title="class in org.syncope.core.report"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html?org/syncope/core/report/ReportletConfClass.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="ReportletConfClass.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;<A HREF="#annotation_type_required_element_summary">REQUIRED</A>&nbsp;|&nbsp;OPTIONAL</FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;<A HREF="#annotation_type_element_detail">ELEMENT</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+</BODY>
+</HTML>

Propchange: incubator/syncope/site/apidocs/org/syncope/core/report/ReportletConfClass.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/syncope/site/apidocs/org/syncope/core/report/ReportletConfClass.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/syncope/site/apidocs/org/syncope/core/report/ReportletConfClass.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/syncope/site/apidocs/org/syncope/core/report/StaticReportlet.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/report/StaticReportlet.html?rev=1297937&view=auto
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/report/StaticReportlet.html (added)
+++ incubator/syncope/site/apidocs/org/syncope/core/report/StaticReportlet.html Wed Mar  7 11:11:45 2012
@@ -0,0 +1,292 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:48:57 CET 2012 -->
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+StaticReportlet (Apache Syncope 1.1-SNAPSHOT API)
+</TITLE>
+
+<META NAME="date" CONTENT="2012-03-07">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="StaticReportlet (Apache Syncope 1.1-SNAPSHOT API)";
+    }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/StaticReportlet.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../org/syncope/core/report/ReportletConfClass.html" title="annotation in org.syncope.core.report"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/syncope/core/report/UserReportlet.html" title="class in org.syncope.core.report"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html?org/syncope/core/report/StaticReportlet.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="StaticReportlet.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.syncope.core.report.AbstractReportlet">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.syncope.core.report</FONT>
+<BR>
+Class StaticReportlet</H2>
+<PRE>
+<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">org.syncope.core.report.AbstractReportlet</A>&lt;<A HREF="../../../../org/syncope/client/report/StaticReportletConf.html" title="class in org.syncope.client.report">StaticReportletConf</A>&gt;
+      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.syncope.core.report.StaticReportlet</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A>&lt;<A HREF="../../../../org/syncope/client/report/StaticReportletConf.html" title="class in org.syncope.client.report">StaticReportletConf</A>&gt;</DD>
+</DL>
+<HR>
+<DL>
+<DT><PRE>public class <B>StaticReportlet</B><DT>extends <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet</A>&lt;<A HREF="../../../../org/syncope/client/report/StaticReportletConf.html" title="class in org.syncope.client.report">StaticReportletConf</A>&gt;</DL>
+</PRE>
+
+<P>
+<HR>
+
+<P>
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_org.syncope.core.report.AbstractReportlet"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Fields inherited from class org.syncope.core.report.<A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#conf">conf</A>, <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#DATE_FORMAT">DATE_FORMAT</A>, <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#LOG">LOG</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../org/syncope/core/report/StaticReportlet.html#StaticReportlet()">StaticReportlet</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/syncope/core/report/StaticReportlet.html#doExtract(org.xml.sax.ContentHandler)">doExtract</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_org.syncope.core.report.AbstractReportlet"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class org.syncope.core.report.<A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#extract(org.xml.sax.ContentHandler)">extract</A>, <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#getConf()">getConf</A>, <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#setConf(T)">setConf</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://downloa
 d.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="StaticReportlet()"><!-- --></A><H3>
+StaticReportlet</H3>
+<PRE>
+public <B>StaticReportlet</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="doExtract(org.xml.sax.ContentHandler)"><!-- --></A><H3>
+doExtract</H3>
+<PRE>
+public void <B>doExtract</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)
+               throws <A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A>,
+                      <A HREF="../../../../org/syncope/core/report/ReportException.html" title="class in org.syncope.core.report">ReportException</A></PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#doExtract(org.xml.sax.ContentHandler)">doExtract</A></CODE> in class <CODE><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet</A>&lt;<A HREF="../../../../org/syncope/client/report/StaticReportletConf.html" title="class in org.syncope.client.report">StaticReportletConf</A>&gt;</CODE></DL>
+</DD>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></CODE>
+<DD><CODE><A HREF="../../../../org/syncope/core/report/ReportException.html" title="class in org.syncope.core.report">ReportException</A></CODE></DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/StaticReportlet.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../org/syncope/core/report/ReportletConfClass.html" title="annotation in org.syncope.core.report"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/syncope/core/report/UserReportlet.html" title="class in org.syncope.core.report"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html?org/syncope/core/report/StaticReportlet.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="StaticReportlet.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.syncope.core.report.AbstractReportlet">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+</BODY>
+</HTML>

Propchange: incubator/syncope/site/apidocs/org/syncope/core/report/StaticReportlet.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/syncope/site/apidocs/org/syncope/core/report/StaticReportlet.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/syncope/site/apidocs/org/syncope/core/report/StaticReportlet.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: incubator/syncope/site/apidocs/org/syncope/core/report/UserReportlet.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/report/UserReportlet.html?rev=1297937&r1=1297936&r2=1297937&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/report/UserReportlet.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/core/report/UserReportlet.html Wed Mar  7 11:11:45 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Tue Feb 28 11:10:41 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:48:57 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-UserReportlet (Apache Syncope Parent 1.1-SNAPSHOT API)
+UserReportlet (Apache Syncope 1.1-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-02-28">
+<META NAME="date" CONTENT="2012-03-07">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ UserReportlet (Apache Syncope Parent 1.1
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="UserReportlet (Apache Syncope Parent 1.1-SNAPSHOT API)";
+        parent.document.title="UserReportlet (Apache Syncope 1.1-SNAPSHOT API)";
     }
 }
 </SCRIPT>
@@ -56,7 +56,7 @@ function windowTitle()
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/syncope/core/report/StaticReportlet.html" title="class in org.syncope.core.report"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;NEXT CLASS</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../index.html?org/syncope/core/report/UserReportlet.html" target="_top"><B>FRAMES</B></A>  &nbsp;
@@ -77,7 +77,7 @@ function windowTitle()
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.syncope.core.report.AbstractReportlet">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
@@ -94,22 +94,40 @@ org.syncope.core.report</FONT>
 Class UserReportlet</H2>
 <PRE>
 <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">org.syncope.core.report.AbstractReportlet</A>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">org.syncope.core.report.AbstractReportlet</A>&lt;<A HREF="../../../../org/syncope/client/report/UserReportletConf.html" title="class in org.syncope.client.report">UserReportletConf</A>&gt;
       <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.syncope.core.report.UserReportlet</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A></DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A>&lt;<A HREF="../../../../org/syncope/client/report/UserReportletConf.html" title="class in org.syncope.client.report">UserReportletConf</A>&gt;</DD>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>UserReportlet</B><DT>extends <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet</A></DL>
+<DT><PRE>public class <B>UserReportlet</B><DT>extends <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet</A>&lt;<A HREF="../../../../org/syncope/client/report/UserReportletConf.html" title="class in org.syncope.client.report">UserReportletConf</A>&gt;</DL>
 </PRE>
 
 <P>
 <HR>
 
 <P>
+<!-- =========== FIELD SUMMARY =========== -->
 
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_org.syncope.core.report.AbstractReportlet"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Fields inherited from class org.syncope.core.report.<A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#conf">conf</A>, <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#DATE_FORMAT">DATE_FORMAT</A>, <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#LOG">LOG</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
 <A NAME="constructor_summary"><!-- --></A>
@@ -136,11 +154,11 @@ Class UserReportlet</H2>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/syncope/core/report/UserReportlet.html#extract(org.xml.sax.ContentHandler)">extract</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)</CODE>
+<CODE>protected &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/syncope/core/report/UserReportlet.html#doExtract(org.xml.sax.ContentHandler)">doExtract</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Actual data extraction for reporting.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_org.syncope.core.report.AbstractReportlet"><!-- --></A>
@@ -149,7 +167,7 @@ Class UserReportlet</H2>
 <TH ALIGN="left"><B>Methods inherited from class org.syncope.core.report.<A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#getConf()">getConf</A>, <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#setConf(org.syncope.client.report.ReportletConf)">setConf</A></CODE></TD>
+<TD><CODE><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#extract(org.xml.sax.ContentHandler)">extract</A>, <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#getConf()">getConf</A>, <A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#setConf(T)">setConf</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -191,22 +209,21 @@ public <B>UserReportlet</B>()</PRE>
 </TR>
 </TABLE>
 
-<A NAME="extract(org.xml.sax.ContentHandler)"><!-- --></A><H3>
-extract</H3>
+<A NAME="doExtract(org.xml.sax.ContentHandler)"><!-- --></A><H3>
+doExtract</H3>
 <PRE>
-<FONT SIZE="-1">@Transactional(readOnly=true)
-</FONT>public void <B>extract</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)
-             throws <A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A>,
-                    <A HREF="../../../../org/syncope/core/report/ReportException.html" title="class in org.syncope.core.report">ReportException</A></PRE>
+protected void <B>doExtract</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)
+                  throws <A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A>,
+                         <A HREF="../../../../org/syncope/core/report/ReportException.html" title="class in org.syncope.core.report">ReportException</A></PRE>
 <DL>
-<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/syncope/core/report/Reportlet.html#extract(org.xml.sax.ContentHandler)">Reportlet</A></CODE></B></DD>
-<DD>Actual data extraction for reporting.
-<P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>handler</CODE> - SAX content handler for streaming result
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html#doExtract(org.xml.sax.ContentHandler)">doExtract</A></CODE> in class <CODE><A HREF="../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet</A>&lt;<A HREF="../../../../org/syncope/client/report/UserReportletConf.html" title="class in org.syncope.client.report">UserReportletConf</A>&gt;</CODE></DL>
+</DD>
+<DD><DL>
+
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></CODE> - if ther is any problem in SAX handling
-<DD><CODE><A HREF="../../../../org/syncope/core/report/ReportException.html" title="class in org.syncope.core.report">ReportException</A></CODE> - if anything goes wrong</DL>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></CODE>
+<DD><CODE><A HREF="../../../../org/syncope/core/report/ReportException.html" title="class in org.syncope.core.report">ReportException</A></CODE></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -240,7 +257,7 @@ extract</H3>
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/syncope/core/report/StaticReportlet.html" title="class in org.syncope.core.report"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;NEXT CLASS</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../index.html?org/syncope/core/report/UserReportlet.html" target="_top"><B>FRAMES</B></A>  &nbsp;
@@ -261,7 +278,7 @@ extract</H3>
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.syncope.core.report.AbstractReportlet">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>

Modified: incubator/syncope/site/apidocs/org/syncope/core/report/class-use/AbstractReportlet.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/report/class-use/AbstractReportlet.html?rev=1297937&r1=1297936&r2=1297937&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/report/class-use/AbstractReportlet.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/core/report/class-use/AbstractReportlet.html Wed Mar  7 11:11:45 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Tue Feb 28 11:10:47 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.syncope.core.report.AbstractReportlet (Apache Syncope Parent 1.1-SNAPSHOT API)
+Uses of Class org.syncope.core.report.AbstractReportlet (Apache Syncope 1.1-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-02-28">
+<META NAME="date" CONTENT="2012-03-07">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.syncope.core.report.Ab
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.syncope.core.report.AbstractReportlet (Apache Syncope Parent 1.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.syncope.core.report.AbstractReportlet (Apache Syncope 1.1-SNAPSHOT API)";
     }
 }
 </SCRIPT>
@@ -114,6 +114,14 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/syncope/core/report/StaticReportlet.html" title="class in org.syncope.core.report">StaticReportlet</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;class</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/syncope/core/report/UserReportlet.html" title="class in org.syncope.core.report">UserReportlet</A></B></CODE>
 
 <BR>

Modified: incubator/syncope/site/apidocs/org/syncope/core/report/class-use/ReportException.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/report/class-use/ReportException.html?rev=1297937&r1=1297936&r2=1297937&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/report/class-use/ReportException.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/core/report/class-use/ReportException.html Wed Mar  7 11:11:45 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Tue Feb 28 11:10:47 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.syncope.core.report.ReportException (Apache Syncope Parent 1.1-SNAPSHOT API)
+Uses of Class org.syncope.core.report.ReportException (Apache Syncope 1.1-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-02-28">
+<META NAME="date" CONTENT="2012-03-07">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.syncope.core.report.Re
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.syncope.core.report.ReportException (Apache Syncope Parent 1.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.syncope.core.report.ReportException (Apache Syncope 1.1-SNAPSHOT API)";
     }
 }
 </SCRIPT>
@@ -114,6 +114,30 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B>StaticReportlet.</B><B><A HREF="../../../../../org/syncope/core/report/StaticReportlet.html#doExtract(org.xml.sax.ContentHandler)">doExtract</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B>UserReportlet.</B><B><A HREF="../../../../../org/syncope/core/report/UserReportlet.html#doExtract(org.xml.sax.ContentHandler)">doExtract</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected abstract &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B>AbstractReportlet.</B><B><A HREF="../../../../../org/syncope/core/report/AbstractReportlet.html#doExtract(org.xml.sax.ContentHandler)">doExtract</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B>Reportlet.</B><B><A HREF="../../../../../org/syncope/core/report/Reportlet.html#extract(org.xml.sax.ContentHandler)">extract</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)</CODE>
 
 <BR>
@@ -122,7 +146,7 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>UserReportlet.</B><B><A HREF="../../../../../org/syncope/core/report/UserReportlet.html#extract(org.xml.sax.ContentHandler)">extract</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)</CODE>
+<TD><CODE><B>AbstractReportlet.</B><B><A HREF="../../../../../org/syncope/core/report/AbstractReportlet.html#extract(org.xml.sax.ContentHandler)">extract</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>

Modified: incubator/syncope/site/apidocs/org/syncope/core/report/class-use/Reportlet.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/report/class-use/Reportlet.html?rev=1297937&r1=1297936&r2=1297937&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/report/class-use/Reportlet.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/core/report/class-use/Reportlet.html Wed Mar  7 11:11:45 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Tue Feb 28 11:10:47 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Interface org.syncope.core.report.Reportlet (Apache Syncope Parent 1.1-SNAPSHOT API)
+Uses of Interface org.syncope.core.report.Reportlet (Apache Syncope 1.1-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-02-28">
+<META NAME="date" CONTENT="2012-03-07">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Interface org.syncope.core.repor
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.syncope.core.report.Reportlet (Apache Syncope Parent 1.1-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.syncope.core.report.Reportlet (Apache Syncope 1.1-SNAPSHOT API)";
     }
 }
 </SCRIPT>
@@ -94,6 +94,10 @@ Packages that use <A HREF="../../../../.
 <TD><A HREF="#org.syncope.core.report"><B>org.syncope.core.report</B></A></TD>
 <TD>&nbsp;&nbsp;</TD>
 </TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#org.syncope.core.rest.data"><B>org.syncope.core.rest.data</B></A></TD>
+<TD>&nbsp;&nbsp;</TD>
+</TR>
 </TABLE>
 &nbsp;
 <P>
@@ -114,7 +118,15 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;class</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet</A></B></CODE>
+<TD><CODE><B><A HREF="../../../../../org/syncope/core/report/AbstractReportlet.html" title="class in org.syncope.core.report">AbstractReportlet&lt;T extends AbstractReportletConf&gt;</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/syncope/core/report/StaticReportlet.html" title="class in org.syncope.core.report">StaticReportlet</A></B></CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -130,6 +142,55 @@ Uses of <A HREF="../../../../../org/sync
 </TABLE>
 &nbsp;
 <P>
+<A NAME="org.syncope.core.rest.data"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+Uses of <A HREF="../../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A> in <A HREF="../../../../../org/syncope/core/rest/data/package-summary.html">org.syncope.core.rest.data</A></FONT></TH>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/syncope/core/rest/data/package-summary.html">org.syncope.core.rest.data</A> that return types with arguments of type <A HREF="../../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;<A HREF="../../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B>ReportDataBinder.</B><B><A HREF="../../../../../org/syncope/core/rest/data/ReportDataBinder.html#findReportletClassHavingConfClass(java.lang.Class)">findReportletClassHavingConfClass</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/syncope/client/report/ReportletConf.html" title="interface in org.syncope.client.report">ReportletConf</A>&gt;&nbsp;reportletConfClass)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;<A HREF="../../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A>&gt;&gt;</CODE></FONT></TD>
+<TD><CODE><B>ReportDataBinder.</B><B><A HREF="../../../../../org/syncope/core/rest/data/ReportDataBinder.html#getAllReportletClasses()">getAllReportletClasses</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/syncope/core/rest/data/package-summary.html">org.syncope.core.rest.data</A> with type arguments of type <A HREF="../../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/syncope/client/report/ReportletConf.html" title="interface in org.syncope.client.report">ReportletConf</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B>ReportDataBinder.</B><B><A HREF="../../../../../org/syncope/core/rest/data/ReportDataBinder.html#getReportletConfClass(java.lang.Class)">getReportletConfClass</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;<A HREF="../../../../../org/syncope/core/report/Reportlet.html" title="interface in org.syncope.core.report">Reportlet</A>&gt;&nbsp;reportletClass)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
 <HR>