jdbreport.design.model
Class ReportElContext
java.lang.Object
javax.el.ELContext
jdbreport.design.model.ReportElContext
public class ReportElContext
- extends javax.el.ELContext
- Version:
- 1.0 04.03.2011
- Author:
- Andrey Kholmanskih
Methods inherited from class javax.el.ELContext |
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportElContext
public ReportElContext()
setFunction
public void setFunction(String prefix,
String localName,
Method method)
- Define a function.
setVariable
public javax.el.ValueExpression setVariable(String name,
javax.el.ValueExpression expression)
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()
- Get our function mapper.
- Specified by:
getFunctionMapper
in class javax.el.ELContext
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- Specified by:
getVariableMapper
in class javax.el.ELContext
getELResolver
public javax.el.ELResolver getELResolver()
- Specified by:
getELResolver
in class javax.el.ELContext
setELResolver
public void setELResolver(javax.el.ELResolver resolver)
- Set our resolver.
- Parameters:
resolver
-