Commit graph

26 commits

Author SHA1 Message Date
ryounes
84f779238c NIHVIVO-2470 Initial work on new dump template. Handle undefined variables. 2011-04-20 21:23:38 +00:00
ryounes
c1a7c7a9f5 NIHVIVO-2378 Add HelpDirective to freemarker dump package. Remove DescribeDirective from vitro source. 2011-04-20 18:56:05 +00:00
ryounes
9e847bad59 NIHVIVO-1564 Minor tweak to DumpDirective tests, and comments in BaseDumpDirective. 2011-04-20 15:41:05 +00:00
ryounes
5152f971e7 NIHVIVO-2378 Implement dumpAll directive in freemarker dump package 2011-04-20 14:42:32 +00:00
ryounes
4e4566c55f NIHVIVO-1564 Modify dump data structure so variable name is a map key rather than the value of "name" key: this will work better for dumpAll directive. 2011-04-19 18:46:14 +00:00
ryounes
f7dbdc4889 NIHVIVO-1564 Minor refactoring. Add DumpAll directive. 2011-04-18 22:41:35 +00:00
ryounes
15ed59d494 Revert changes from r7821 - incomplete refactoring 2011-04-18 22:23:09 +00:00
ryounes
4227bfb2ad NIHVIVO-1564 Minor refactoring 2011-04-18 22:11:00 +00:00
ryounes
0cf1da00b8 NIHVIVO-1564 Object dump with different exposure levels 2011-04-18 21:09:17 +00:00
ryounes
6ebb72a09d NIHVIVO-1564 Separate properties and methods in object dump. Reorganize unit tests to share more code. 2011-04-18 20:02:08 +00:00
ryounes
b2b3086ef6 NIHVIVO-1564 Continue work on object dump 2011-04-18 18:38:50 +00:00
ryounes
75377ae10e NIHVIVO-1564 Continue work on object dump 2011-04-18 17:29:25 +00:00
ryounes
eb2995ac12 NIHVIVO-1564 Continue work on object dump 2011-04-15 22:29:29 +00:00
ryounes
6375161d5a NIHVIVO-1564 Add sorting to map keys in dump 2011-04-15 15:52:18 +00:00
ryounes
1d2e1009e5 NIHVIVO-1562 Test for object dump with EXPOSE_NOTHING BeansWrapper 2011-04-12 19:58:02 +00:00
ryounes
f1288b90b5 NIHVIVO-1562 Working on dumping Java objects through method invocation 2011-04-12 19:11:00 +00:00
ryounes
79effb9a6e NIHVIVO-1562 Replace hard-coded strings with enums in dump methods. Rudimentary template for variable dump. 2011-04-11 22:05:36 +00:00
ryounes
9bfa6acbd5 NIHVIVO-1562 Dump of TemplateCollectionModel and TemplateHashModelEx, along with some unit tests. 2011-04-11 15:32:12 +00:00
ryounes
68385d6d84 NIHVIVO-1562 Date dump 2011-04-08 21:23:32 +00:00
ryounes
575ab24ef6 NIHVIVO-1562 Dump for TemplateSequenceModel 2011-04-08 17:23:16 +00:00
ryounes
5bbf6b472b NIHVIVO-1562 Dump for TemplateDirectiveModels and TemplateMethodModels 2011-04-08 16:50:33 +00:00
ryounes
b57acbb87f NIHVIVO-1562 Add initial work on new dump package for freemarker, including unit tests. 2011-04-07 16:15:49 +00:00
rjy7
28b6c4b867 Reverted use of exposureLevel in dump methods, removed in r7599. 2011-03-11 20:06:41 +00:00
rjy7
36e5bc2574 NIHVIVO-1562 Sort properties and methods of template model objects in dump. This commit contains a regression: exposureLevel has been removed, so public methods that are hidden by the BeansWrapper are still included in the dump. Will be corrected in an upcoming commit. 2011-03-10 17:26:57 +00:00
rjy7
733a70faf4 NIHVIVO-1564 Improvements to dump methods 2011-02-24 15:46:12 +00:00
rjy7
af7d959ecd NIHVIVO-1564 In dump of template model objects, hide methods that take arguments unless the BeansWrapper exposure level exposes these methods to the template. 2011-02-22 23:09:01 +00:00