jholmes 2002/06/22 20:59:34
Modified: src/share/org/apache/struts/action ActionServlet.java
Log:
update JavaDocs for struts-config.xml parameters
PR: Bugzilla #9904
Revision Changes Path
1.105 +8 -6
jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java
Index: ActionServlet.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ActionServlet.java 23 Jun 2002 01:04:18 -0000 1.104
+++ ActionServlet.java 23 Jun 2002 03:59:34 -0000 1.105
@@ -188,9 +188,11 @@
* <em>DEPRECATED - Configure this using the "contentType" attribute
* of the <controller> element.</em></li>
* <li><strong>debug</strong> - The debugging detail level for this
- * servlet, which controls how much information is logged. [0]
+ * servlet, which controls how much information is logged. Accepts
+ * values 0 (off) and 1 (least serious) through 6 (most serious). [0]</li>
* <li><strong>detail</strong> - The debugging detail level for the Digester
- * we utilize to process the application configuration files.</li>
+ * we utilize to process the application configuration files. Accepts
+ * values 0 (off) and 1 (least serious) through 6 (most serious). [0]</li>
* <li><strong>factory</strong> - The Java class name of the
* <code>MessageResourcesFactory</code> used to create the application
* <code>MessageResources</code> object.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>