Package javax.el
Class ELClass
- java.lang.Object
-
- javax.el.ELClass
-
public class ELClass extends java.lang.ObjectA runtime representation of a Class in the EL expressions. It encapsulates the java.lang.Class instance.
This class is used only in
StaticFieldELResolverand will probably only be of interest to EL implementors, and not EL users.- Since:
- EL 3.0
-
-
Constructor Summary
Constructors Constructor Description ELClass(java.lang.Class<?> klass)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>getKlass()Returns the Class instance
-