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 Constructor Description NoInvokeELContext(javax.el.ELContext delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.el.ELResolvergetELResolver()javax.el.FunctionMappergetFunctionMapper()javax.el.VariableMappergetVariableMapper()
-
-
-
Method Detail
-
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
-
-