|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.ELSupport
Common Controls Expression Language (EL) Support class
Nested Class Summary | |
protected static class |
ELSupport.BeanVariableResolver
Variable Resolver |
protected static class |
ELSupport.ELFunctionMapper
Function Mapper |
protected static class |
ELSupport.ELLogger
Logger |
Field Summary | |
private static org.apache.commons.logging.Log |
log
Logging instance |
Constructor Summary | |
private |
ELSupport()
Constructor |
Method Summary | |
static java.lang.Object |
evaluate(javax.servlet.jsp.PageContext ctx,
java.lang.String expression)
Evaluates the given expression or expression string. |
static java.lang.Object |
evaluate(javax.servlet.jsp.PageContext ctx,
java.lang.String expression,
java.lang.Object bean,
java.lang.String beanName)
Evaluates the given expression or expression string. |
static java.lang.String |
evaluateToString(javax.servlet.jsp.PageContext ctx,
java.lang.String expression)
Evaluates the given expression or expression string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static org.apache.commons.logging.Log log
Constructor Detail |
private ELSupport()
Method Detail |
public static java.lang.String evaluateToString(javax.servlet.jsp.PageContext ctx, java.lang.String expression) throws javax.servlet.jsp.el.ELException, org.apache.commons.el.parser.ParseException
ctx
- Jsp Page Contextexpression
- The Expression
javax.servlet.jsp.el.ELException
- is thrown in case of an expression
error
org.apache.commons.el.parser.ParseException
- is thrown in case of a syntax
errorpublic static java.lang.Object evaluate(javax.servlet.jsp.PageContext ctx, java.lang.String expression) throws javax.servlet.jsp.el.ELException, org.apache.commons.el.parser.ParseException
ctx
- Jsp Page Contextexpression
- The Expression
javax.servlet.jsp.el.ELException
- is thrown in case of an expression
error
org.apache.commons.el.parser.ParseException
- is thrown in case of a syntax
errorpublic static java.lang.Object evaluate(javax.servlet.jsp.PageContext ctx, java.lang.String expression, java.lang.Object bean, java.lang.String beanName) throws javax.servlet.jsp.el.ELException, org.apache.commons.el.parser.ParseException
ctx
- Jsp Page Contextexpression
- The Expressionbean
- The BeanbeanName
- The identifier under which the bean
is made visible (default is "bean")
javax.servlet.jsp.el.ELException
- is thrown in case of an expression
error
org.apache.commons.el.parser.ParseException
- is thrown in case of a syntax
error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |