Erwin Vervaet
360d8317bc
Added JavaDoc overview.
2007-04-10 08:40:20 +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
Erwin Vervaet
3f64765983
Fixed possbile NullPointerException in parameterTypesString() (SWF-265).
2007-03-21 21:24:47 +00:00
Erwin Vervaet
b1d2487d5a
GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264).
2007-03-21 19:58:25 +00:00
Erwin Vervaet
544ddbcda5
The XmlFlowBuilder now consistently uses "fromStringTo(Class.class)" to resolve types (SWF-268).
2007-03-21 19:53:05 +00:00
Erwin Vervaet
366b302d62
Fixed copyright notices to mention "2004-2007".
2006-12-31 20:30:25 +00:00
Erwin Vervaet
9b55768d6a
Switched to 2007 in copyright notices.
2006-12-31 19:21:59 +00:00
Erwin Vervaet
5e08f39c06
Code polishing after analysis.
2006-12-30 14:29:37 +00:00
Erwin Vervaet
7374d2de7b
JavaDoc fix.
2006-12-27 13:28:47 +00:00
Erwin Vervaet
728a19cc16
Code review and JavaDoc polishing.
2006-12-27 12:53:24 +00:00
Erwin Vervaet
cb319bac31
JavaDoc polishing.
2006-12-27 12:30:12 +00:00
Erwin Vervaet
8f08279bf0
JavaDoc polishing.
2006-12-27 10:46:59 +00:00
Erwin Vervaet
46e843d841
JavaDoc fine tuning.
2006-12-22 19:42:20 +00:00
Ben Hale
e7ecbbc7e5
Moved Spring Web Flow to a top level project
2006-12-21 16:02:27 +00:00