[cvs] expresso commit by lhamel: add toString() for content
JCorporate Ltd
jcorp at jcorporate.com
Sat Aug 20 17:09:23 UTC 2005
Log Message:
-----------
add toString() for content
Modified Files:
--------------
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller:
Output.java
Revision Data
-------------
Index: Output.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Output.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Output.java -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Output.java -u -r1.14 -r1.15
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Output.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Output.java
@@ -435,5 +435,13 @@
return content;
} /* getDefaultValue() */
+ /**
+ * Returns content of output
+ *
+ * @return content
+ */
+ public String toString() {
+ return content;
+ }
} /* Output */
More information about the cvs
mailing list