Update of /cvsroot/xdoclet/xdoclet/modules/apache/src/META-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv27232
Modified Files:
xtags.xml
Log Message:
XDT-226 - documenting Struts action exception tags
Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/apache/src/META-INF/xtags.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** xtags.xml 1 Mar 2003 00:58:56 -0000 1.11
--- xtags.xml 7 Mar 2003 02:11:05 -0000 1.12
***************
*** 244,247 ****
--- 244,310 ----
</parameter>
</tag>
+ <tag>
+ <level>class</level>
+ <name>struts.action-exception</name>
+ <usage-description>Defines the action specific exception
handling</usage-description>
+ <unique>false</unique>
+ <condition-description>Struts Action</condition-description>
+ <condition type="and">
+ <condition type="class"/>
+ <condition type="type">
+
<condition-parameter>org.apache.struts.action.Action</condition-parameter>
+ </condition>
+ </condition>
+ <parameter type="text">
+ <name>key</name>
+ <usage-description>
+ The key to use with this handler's message resource bundle
+ that will retrieve the error message template for this
+ exception.
+ </usage-description>
+ <mandatory>true</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>type</name>
+ <usage-description>
+ Fully qualified Java class name of the exception type to
+ register with this handler.
+ </usage-description>
+ <mandatory>true</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>className</name>
+ <usage-description>
+ The configuration bean for this ExceptionHandler object.
+ If specified, className must be a subclass of the default
+ configuration bean.
+ </usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>handler</name>
+ <usage-description>
+ Fully qualified Java class name for this exception handler.
+ </usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>path</name>
+ <usage-description>
+ The module-relative URI to the resource that will complete
+ the request/response if this exception occurs.
+ </usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>scope</name>
+ <usage-description>
+ The context ("request" or "session") that is used to access
+ the ActionError object [org.apache.struts.action.ActionError]
+ for this exception.
+ </usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ </tag>
<tag>
<level>method</level>
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel