[picocontainer-scm] [5556] java/2.x/trunk/pico/distribution/src/site/content: more words on the regex composer
paul-yCVjj/[email protected]
| Newsgroups | gmane.comp.java.picocontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision 5556 Author paul Date 2009-11-01 13:05:54 -0600 (Sun, 01 Nov 2009) Log Message more words on the regex composer Modified Paths - java/2.x/trunk/pico/distribution/src/site/content/monitors.html - java/2.x/trunk/pico/distribution/src/site/content/regex.html Diff Modified: java/2.x/trunk/pico/distribution/src/site/content/monitors.html (5555 => 5556) --- java/2.x/trunk/pico/distribution/src/site/content/monitors.html 2009-11-01 18:48:40 UTC (rev 5555) +++ java/2.x/trunk/pico/distribution/src/site/content/monitors.html 2009-11-01 19:05:54 UTC (rev 5556) @@ -116,9 +116,9 @@ href="http://picocontainer.org/javadoc/gems/org/picocontainer/gems/monitors/ComponentDependencyMonitor.html">ComponentDependencyMonitor</a> one. Call getGraph() to retrieve the graph for use with Prefuse</p> <br/> -<h2>Composers</h2> +<h2><a name="composers">Composers</a></h2> - <p>ComposingMonitor is an implementation of the Monitor design that works specifically in conjunction with noComponentFound(..) to allow greater collaboration in the supply of components for the purposes of injection </p> + <p>ComposingMonitor is an implementation of the Monitor design that works specifically in conjunction with noComponentFound(..) to allow greater collaboration in the supply of components for the purposes of injection. By definition it is only going to work if the type or object key that's required is missing from the container.</p> <div class="source"> <pre>MutablePicoContainer pico = new DefaultPicoContainer(new ComposingMonitor( /* varargs of composer instances */)); Modified: java/2.x/trunk/pico/distribution/src/site/content/regex.html (5555 => 5556) --- java/2.x/trunk/pico/distribution/src/site/content/regex.html 2009-11-01 18:48:40 UTC (rev 5555) +++ java/2.x/trunk/pico/distribution/src/site/content/regex.html 2009-11-01 19:05:54 UTC (rev 5556) @@ -13,7 +13,7 @@ </style> </head> <body> -<p>A RegexComposer allows for regular expressions to be used in conjunction with making lists of components that match that regular expression.</p> +<p>A RegexComposer is a <a href="monitors.html#composers">composer</a> allows for regular expressions to be used in conjunction with making lists of components that match that regular expression.</p> <div class="source"> <pre> MutablePicoContainer pico = new DefaultPicoContainer(new ComposingMonitor(new RegexComposer())); ---------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email