|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.el.ELClass
public class 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.
| Constructor Summary | |
|---|---|
ELClass(java.lang.Class<?> klass)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
getKlass()
Returns the Class instance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ELClass(java.lang.Class<?> klass)
klass - The Class instance| Method Detail |
|---|
public java.lang.Class<?> getKlass()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||