Update of /cvsroot/commonjava/commonjava-projects/commonjava-opl/projects/opl-xdoclet/src/java/org/commonjava/opl/xdoclet/qtags
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv555/projects/opl-xdoclet/src/java/org/commonjava/opl/xdoclet/qtags
Modified Files:
OplAttributeTag.java
Log Message:
added use-body attribute to the OplAttributeTag class, to support pulling attribute values directly from the element's body content.
Index: OplAttributeTag.java
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-opl/projects/opl-xdoclet/src/java/org/commonjava/opl/xdoclet/qtags/OplAttributeTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- OplAttributeTag.java 8 Mar 2004 23:06:41 -0000 1.2
+++ OplAttributeTag.java 16 Mar 2004 22:47:33 -0000 1.3
@@ -13,6 +13,13 @@
*/
String getName_();
+ /** Whether this attribute's content is the body of the element.
+ * @qtags.parameter default="false"
+ * @qtags.parameter allowed-value="true"
+ * @qtags.parameter allowed-value="false"
+ */
+ String getUseBody();
+
/** Whether the attribute is required.
* @qtags.parameter default="false"
* @qtags.parameter allowed-value="true"
|