public class ELClass
extends java.lang.Object
A runtime representation of a Class in the EL expressions. It encapsulates the java.lang.Class instance.
This class is used only in StaticFieldELResolver
and will
probably only be of interest to EL implementors, and not EL users.
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<?> |
klass |
Constructor and Description |
---|
ELClass(java.lang.Class<?> klass)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getKlass()
Returns the Class instance
|