Side navigation
#1455 closed enhancement (fixed)
Opened August 01, 2007 09:50PM UTC
Closed August 01, 2007 10:18PM UTC
Conversion/Wrapping of JavaBean-Properties to JS-Properties
Reported by: | joern | Owned by: | joern |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.4 |
Component: | web | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Find a nice and clean solution to replace this:
someJavaObject.getSomeProperty()
with
someJavaObject.someProperty
without modifying the actual Java implementation. A wrapper that encapsulates get/set methods should be okay.
Attachments (0)
Change History (1)
Changed August 01, 2007 10:18PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Rhino already provides those wrappers.