Michael Bayne
89c1590ec1
No escaping of HTML by default. Added Compiler builder mechanism to specify
...
default HTML escaping behavior. Possibly pattern overkill, but if we add any
other options later, this will scale nicely.
2010-10-21 20:49:53 +00:00
Michael Bayne
a7984b1594
Javadoc fixes, properly skip void methods.
2010-10-21 19:42:38 +00:00
Michael Bayne
1e89b87cb0
Added support for obtaining variable values from fields and methods. Added a
...
template-local variable fetching cache that avoids reresolving the source of a
variable when it remains monomorphic (e.g. it's always a field of class
Foo.class or always a method named getFoo(), etc.).
2010-10-21 19:26:40 +00:00
Michael Bayne
3eea40d1d4
Basic implementation and some tests.
2010-10-21 18:08:07 +00:00
Michael Bayne
5640791b4b
Earnest beginnings.
2010-10-21 06:32:37 +00:00