SPR-5673: fix for problems with expressions that use the same symbols as are used in the template prefix/suffix

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1045 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Andy Clement
2009-04-22 00:10:47 +00:00
parent c9794c0f02
commit 2bc6cb756c
4 changed files with 85 additions and 12 deletions
@@ -95,5 +95,9 @@ public class CompositeStringExpression implements Expression {
public boolean isWritable(EvaluationContext context) {
return false;
}
public Expression[] getExpressions() {
return expressions;
}
}