Java javax.el ELContext fields, constructors, methods, implement or subclass

Example usage for Java javax.el ELContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.el ELContext.

The text is from its open source code.

Subclass

javax.el.ELContext has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ObjectgetContext(@SuppressWarnings("rawtypes") Class key)
Obtain the context object for the given key.
ELResolvergetELResolver()
FunctionMappergetFunctionMapper()
VariableMappergetVariableMapper()
voidputContext(@SuppressWarnings("rawtypes") Class key, Object contextObject)
Add an object to this EL context under the given key.
voidsetPropertyResolved(boolean resolved)