Commit Graph

62 Commits

Author SHA1 Message Date
Keith Donald
4f95e0711a polish 2008-03-06 05:18:59 +00:00
Jeremy Grelle
c0fb6c0b98 Getting booking-faces back in working order. The build is going to break because of one of Keith's tests that I'm going to let him fix. 2008-03-06 00:16:36 +00:00
Keith Donald
9842753793 conversion executor interface 2008-03-04 22:58:15 +00:00
Keith Donald
88ef5327ad runtime binding conversion executors 2008-03-04 22:55:04 +00:00
Keith Donald
99c4ba5ffa added a convenience utility 2008-03-04 00:37:39 +00:00
Jeremy Grelle
ab526797c9 SWF-466 - Add a "type" attribute to "evaluation-result" to support type conversion of the action result. 2008-02-05 17:53:30 +00:00
Jeremy Grelle
ea3135f62f SWF-443 - Enhance MethodInvoker to allow type conversion on a method result. 2008-01-25 21:47:17 +00:00
Keith Donald
e939e7d546 more tests 2008-01-22 16:49:43 +00:00
Keith Donald
183851201a variable enhancements 2008-01-22 16:07:02 +00:00
Keith Donald
72fe878fc9 further EL improvements - OGNL behavior for variable handling is now correct, EL impl simplfiied. 2008-01-21 23:03:33 +00:00
Keith Donald
c181b5d075 has delimited expression 2008-01-19 17:00:34 +00:00
Keith Donald
0a09290635 javadoc 2008-01-18 16:38:02 +00:00
Keith Donald
166ba72062 restored default ognl behavior 2008-01-18 16:36:23 +00:00
Keith Donald
b535dc7522 javadoc 2008-01-18 16:10:43 +00:00
Keith Donald
87bb511460 expression parser simplifications 2008-01-18 07:00:40 +00:00
Keith Donald
a738289792 expression parser improvements from andy's feedback 2008-01-18 06:26:14 +00:00
Jeremy Grelle
0d21651dda Cleaning up after Keith. :) 2008-01-15 20:20:12 +00:00
Keith Donald
92c8a98814 2008-01-14 23:27:20 +00:00
Keith Donald
9191964523 factored out getContext() 2008-01-14 23:25:51 +00:00
Keith Donald
3e99a26b8e simplification of EL parsing api
improvements to messages API
tests
2008-01-14 23:20:51 +00:00
Keith Donald
74ffae998b removed deprecation 2007-10-31 02:18:45 +00:00
Keith Donald
24d0f1969e ognl parser refinements 2007-10-29 23:51:03 +00:00
Keith Donald
dc01dd14d3 Returned ognl to its default delimeter for m2 2007-10-29 14:33:37 +00:00
Keith Donald
cc0f5dedd0 mvc support - wip preparing for release 2007-10-28 18:24:50 +00:00
Ben Hale
58d1ea3acc Merging of SWF-367 back into trunk. This has all of the SWF 2.0 goodies. 2007-10-11 01:16:37 +00:00
Jeremy Grelle
b9513cd42b Making DefaultELResolver more flexible. 2007-09-28 22:31:32 +00:00
Ben Hale
0767b6b5b0 FORWARD MERGE: SWF-343 2007-08-15 17:48:00 +00:00
Ben Hale
63da2ec88d Brought spring-binding code to formatting conventions 2007-08-13 16:22:21 +00:00
Jeremy Grelle
8d678bbe10 Polishing method names 2007-08-01 20:50:16 +00:00
Jeremy Grelle
1647f0151f Polishing EL integration. 2007-08-01 16:33:08 +00:00
Keith Donald
141c75730a polish 2007-07-31 19:21:56 +00:00
Keith Donald
047ad0e46d organized expression language support 2007-07-31 16:31:39 +00:00
Keith Donald
4df06b36b1 test 2007-07-31 16:21:11 +00:00
Jeremy Grelle
2a98e5f6ea Refactoring of EL support in spring-binding (SWF-287) to no longer use a ThreadLocal for storing the ELContext. ELContext creation and configuration is now handled by an ELContextFactory. 2007-07-31 15:19:49 +00:00
Jeremy Grelle
3ba3be94db Integration of unified EL into spring-binding. See SWF-287. 2007-07-30 22:08:12 +00:00
Keith Donald
f876fed72d message forward merge from 1.0.x 2007-06-14 04:38:05 +00:00
Erwin Vervaet
e727aef1b5 ConversionExecutor now checks for assignment compatible types (SWF-337). 2007-06-13 15:30:35 +00:00
Erwin Vervaet
3a1fa5c30a Added targetCollection(String) method to MappingBuilder. 2007-05-30 13:23:08 +00:00
Erwin Vervaet
d5c7a28b53 Fixed serializability problems in ConversionException, EvaluationException and MethodInvocationException. 2007-05-04 09:01:24 +00:00
Erwin Vervaet
4d3f5eb9c6 Improved getTargetException using while loop. 2007-04-09 07:49:49 +00:00
Keith Donald
9683ab0f9f loosened constructor arg to Throwable
I see no value in InvocationTargetException catching--method invoker now does unwrap of target exception.  Please review.
2007-04-06 14:02:17 +00:00
Keith Donald
4ace3de1ef fixed mispelling 2007-04-05 03:27:55 +00:00
Erwin Vervaet
dd07becc10 Some minor optimizations after performance profiling.
- DefaultConversionService no longer uses addDefaultAlias since that's quite expensive because of all the string manipulations.
- The external context implementations now hold on to their attribute and parameter maps iso creating new ones every time.
2007-04-04 10:51:36 +00:00
Erwin Vervaet
c2150e9b60 Minor Polishing. 2007-03-30 09:51:30 +00:00
Erwin Vervaet
1e589a61fc Performance improvement: just directly call doParseSettableExpression(). 2007-03-30 09:42:44 +00:00
Erwin Vervaet
0331166447 AbstractExpressionParser now has a doParseSettableExpression() template method 2007-03-30 09:03:53 +00:00
Erwin Vervaet
c8af02186c OgnlExpressionParser now supports OGNL collection construction syntax (SWF-274). 2007-03-28 19:13:19 +00:00
Erwin Vervaet
cfa0b10806 Improved TextToMethodSignature converter. 2007-03-28 14:04:01 +00:00
Erwin Vervaet
3b129e2fbb OgnlExpression now unwraps the ognl.OgnlException to make the real exception available to the caller (SWF-255). 2007-03-26 07:49:15 +00:00
Erwin Vervaet
88aa6a4eef Code polishing after analysis with FindBugs and PMD. 2007-03-23 19:30:14 +00:00