Update of /var/cvs/src/org/mmbase/datatypes/handlers
In directory james.mmbase.org:/tmp/cvs-serv27420
Modified Files:
package.html
Log Message:
I forgot that javadoc sucks
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/datatypes/handlers
Index: package.html
===================================================================
RCS file: /var/cvs/src/org/mmbase/datatypes/handlers/package.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- package.html 17 Apr 2009 20:04:07 -0000 1.4
+++ package.html 17 Apr 2009 22:16:40 -0000 1.5
@@ -14,20 +14,20 @@
</p>
<p>
Handlers can be defined in the datatype xmls like so:
- <pre><![CDATA[
- <datatype xmlns="http://www.mmbase.org/xmlns/datatypes">
- <handler mimetype="text/html,application/xml+xhtml"
- name="org.mmbase.datatypes.handlers.html.BinaryHandler"
/>
-]]>
+ <pre>
+ <datatype xmlns="http://www.mmbase.org/xmlns/datatypes">
+ <handler mimetype="text/html,application/xml+xhtml"
+ name="org.mmbase.datatypes.handlers.html.BinaryHandler"
/>
+
</pre>
So, you define per list of mime types (in this case the most usual case:
HTML and XHTML), the
- {...@link #Handler}.
+ <a href="Handler.html">Handler</a>
</p>
<p>
In the body of the handler tag, 'param' tags can be used to set
properties on the handler
instance (which uses reflection to find corresponding setter-methods).
</p>
- <!-- version of package description $Id: package.html,v 1.4 2009/04/17
20:04:07 michiel Exp $-->
+ <!-- version of package description $Id: package.html,v 1.5 2009/04/17
22:16:40 michiel Exp $-->
@since MMBase-1.9.1
</body>
</html>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs