Class ELClass
java.lang.Object
jakarta.el.ELClass
Wrapper for a
Class object that enables access to static fields and methods from EL expressions. An
ELClass instance is used as the base object when resolving static members, typically in conjunction with the
StaticFieldELResolver.- Since:
- EL 3.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ELClass
Constructs an ELClass wrapping the specified Class.- Parameters:
clazz- the class to wrap
-
-
Method Details
-
getKlass
-