|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.loom.tags.LegacyExpressionLanguageProxy
@Singleton public class LegacyExpressionLanguageProxy
Uses the EL expressions provided by JEE 1.4 and JSP 2.0
| Constructor Summary | |
|---|---|
LegacyExpressionLanguageProxy()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluateExpression(javax.servlet.jsp.PageContext pageContext,
java.lang.String expression)
Execute a EL expression and return the result |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LegacyExpressionLanguageProxy()
| Method Detail |
|---|
public java.lang.Object evaluateExpression(javax.servlet.jsp.PageContext pageContext,
java.lang.String expression)
ExpressionLanguageProxy
evaluateExpression in interface ExpressionLanguageProxypageContext - the context of this request executionexpression - the EL expression
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||