Package org.nuxeo.ecm.webengine.loader
Class StaticClassProxy
- java.lang.Object
-
- org.nuxeo.ecm.webengine.loader.StaticClassProxy
-
- All Implemented Interfaces:
ClassProxy
public class StaticClassProxy extends Object implements ClassProxy
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description StaticClassProxy(Class<?> clazz)
-
-
-
Field Detail
-
clazz
protected final Class<?> clazz
-
-
Constructor Detail
-
StaticClassProxy
public StaticClassProxy(Class<?> clazz)
-
-
Method Detail
-
getClassName
public String getClassName()
- Specified by:
getClassName
in interfaceClassProxy
-
get
public Class<?> get()
- Specified by:
get
in interfaceClassProxy
-
-