Package javax.el
Class ELClass
java.lang.Object
javax.el.ELClass
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.
- Since:
- EL 3.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ELClass
Constructor- Parameters:
klass
- The Class instance
-
-
Method Details
-
getKlass
Returns the Class instance- Returns:
- The Class instance
-