Skip to content
This repository was archived by the owner on Aug 17, 2018. It is now read-only.

Commit 5b83726

Browse files
author
Kin Man Chung
committed
svn path=/trunk/; revision=1348
1 parent 6870591 commit 5b83726

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

impl/src/main/java/org/apache/jasper/runtime/JspApplicationContextImpl.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ public ExpressionFactory getExpressionFactory() {
110110
return expressionFactory;
111111
}
112112

113+
public void setExpressionFactory(ExpressionFactory expressionFactory) {
114+
this.expressionFactory = expressionFactory;
115+
}
116+
113117
public void addELContextListener(ELContextListener listener) {
114118
listeners.add(listener);
115119
}

0 commit comments

Comments
 (0)