You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by ro...@apache.org on 2006/07/14 23:07:58 UTC

svn commit: r422049 - /incubator/abdera/site/trunk/docs/developers.html

Author: rooneg
Date: Fri Jul 14 14:07:57 2006
New Revision: 422049

URL: http://svn.apache.org/viewvc?rev=422049&view=rev
Log:
* docs/developers.html: Add some initial docs on how ExtensionFactories
  work.

Modified:
    incubator/abdera/site/trunk/docs/developers.html

Modified: incubator/abdera/site/trunk/docs/developers.html
URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/developers.html?rev=422049&r1=422048&r2=422049&view=diff
==============================================================================
--- incubator/abdera/site/trunk/docs/developers.html (original)
+++ incubator/abdera/site/trunk/docs/developers.html Fri Jul 14 14:07:57 2006
@@ -103,8 +103,15 @@
     
     <h3>How extensions are handled</h3>
     
-    <p>TBD</p>
-    
+    <p>When Abdera encounters elements it doesn't understand it lets a
+    number of extension factory classes attempt to recognize the element
+    and return an appropriate implementation of the Element interface.</p>
+   
+    <p>ExtensionFactory implementations can be registered by listing them
+    in the META-INF/services/org.apache.abdera.factory.ExtensionFactory
+    file, or they can be registered on a Factory via the registerExtension()
+    method.</p>
+ 
     <h3>Parsing optimizations</h3>
     
     <p>TBD</p>