Package com.hubspot.jinjava.el
Class NoInvokeELContext
java.lang.Object
javax.el.ELContext
com.hubspot.jinjava.el.NoInvokeELContext
public class NoInvokeELContext
extends javax.el.ELContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.el.ELResolverjavax.el.FunctionMapperjavax.el.VariableMapperMethods inherited from class javax.el.ELContext
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
-
Constructor Details
-
NoInvokeELContext
public NoInvokeELContext(javax.el.ELContext delegate)
-
-
Method Details
-
getELResolver
public javax.el.ELResolver getELResolver()- Specified by:
getELResolverin classjavax.el.ELContext
-
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()- Specified by:
getFunctionMapperin classjavax.el.ELContext
-
getVariableMapper
public javax.el.VariableMapper getVariableMapper()- Specified by:
getVariableMapperin classjavax.el.ELContext
-