From 7e427d52a9803e9a6f25a85ccdf94d62e6a47694 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 23 Sep 2009 13:16:21 +0000 Subject: [PATCH] * added documentation of XML namespace elements (for rudimentary out-of-the-box editor support) * formatting git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6984 5a64d73e-33d6-4ccc-9058-23f8668ecac9 --- .../org/synyx/hera/core/config/hera.xsd | 104 ++++++++++-------- 1 file changed, 60 insertions(+), 44 deletions(-) diff --git a/core/src/main/resources/org/synyx/hera/core/config/hera.xsd b/core/src/main/resources/org/synyx/hera/core/config/hera.xsd index ae09248..18b59aa 100644 --- a/core/src/main/resources/org/synyx/hera/core/config/hera.xsd +++ b/core/src/main/resources/org/synyx/hera/core/config/hera.xsd @@ -1,49 +1,65 @@ - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + Collects all beans implementing the + configured interface and exposes them as list under the + configured id. Can be used in a nested manner, too. Will + regard the order of the collected beans if they either + implement Ordered or are annotated with @Order. + + + + + + + + + + + + + Creates a PluginRegistry for all beans + implementing the configured type. Thus the type + configured in the class attribute has to extend Plugin. + The registry will consider the order of the plugins if + they implement Ordered or are annotated with @Order. + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + \ No newline at end of file