org.hibernate.validator.internal.engine.messageinterpolation.el
Class SimpleELContext

java.lang.Object
  extended by javax.el.ELContext
      extended by org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext

public class SimpleELContext
extends javax.el.ELContext

Author:
Hardy Ferentschik

Constructor Summary
SimpleELContext()
           
 
Method Summary
 javax.el.ELResolver getELResolver()
           
 MapBasedFunctionMapper getFunctionMapper()
           
 javax.el.VariableMapper getVariableMapper()
           
 void setFunction(String prefix, String localName, Method method)
           
 javax.el.ValueExpression setVariable(String name, javax.el.ValueExpression expression)
           
 
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
 

Constructor Detail

SimpleELContext

public SimpleELContext()
Method Detail

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, Inc. All Rights Reserved