You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2008/12/24 18:37:42 UTC

svn commit: r729338 - /incubator/click/trunk/click/documentation/docs/extras-overview.html

Author: sabob
Date: Wed Dec 24 09:37:41 2008
New Revision: 729338

URL: http://svn.apache.org/viewvc?rev=729338&view=rev
Log:
Doco

Modified:
    incubator/click/trunk/click/documentation/docs/extras-overview.html

Modified: incubator/click/trunk/click/documentation/docs/extras-overview.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/extras-overview.html?rev=729338&r1=729337&r2=729338&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/extras-overview.html (original)
+++ incubator/click/trunk/click/documentation/docs/extras-overview.html Wed Dec 24 09:37:41 2008
@@ -83,10 +83,13 @@
 Click automatically deploys configured classpath resources to the <tt class="blue">/click</tt> 
 directory at startup (existing files will not be overwritten).
 <p/>
-To enable your controls to deploy resources on startup it should use the Control
+To enable your controls to deploy resources on startup either place the resources
+in the Click Extras JAR folder 'META-INF/web/' or use the Control
 <a href="../click-api/net/sf/click/Control.html#on-deploy">onDeploy()</a> method.
-Click extra controls which use this method should be registered in Click Extras
-JAR <tt>extras-controls.xml</tt> file.
+Click extra controls which use the <tt>onDeploy</tt> method should be registered
+in Click Extras JAR <tt>extras-controls.xml</tt> file. See the section
+<a href="configuration.html#deploying-custom-resources">Deploying Custom Resources</a>
+for more information on resource deployment.
 
 <h3>Coding Style and Practices</h3>