org.hibernate.validator.internal.engine.messageinterpolation.el
Class SimpleELContext
java.lang.Object
javax.el.ELContext
org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
public class SimpleELContext
- extends javax.el.ELContext
- Author:
- Hardy Ferentschik
| 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 |
SimpleELContext
public SimpleELContext()
getELResolver
public javax.el.ELResolver getELResolver()
- Specified by:
getELResolver in class javax.el.ELContext
getFunctionMapper
public MapBasedFunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper in class javax.el.ELContext
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- Specified by:
getVariableMapper in class javax.el.ELContext
setVariable
public javax.el.ValueExpression setVariable(String name,
javax.el.ValueExpression expression)
setFunction
public void setFunction(String prefix,
String localName,
Method method)
Copyright © 2007-2013 Red Hat Middleware, LLC. All Rights Reserved