|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.stapler.TearOffSupport
org.kohsuke.stapler.MetaClass
public class MetaClass
Created one instance each for a Klass
,
that retains some useful cache about a class and its views.
WebApp.getMetaClass(Klass)
Field Summary | |
---|---|
MetaClass |
baseClass
Base metaclass. |
MetaClassLoader |
classLoader
MetaClassLoader that wraps clazz.getClassLoader() . |
java.lang.Class |
clazz
Deprecated. as of 1.177 Use klass . If you really want the Java class representation, use klass.toJavaClass() . |
java.util.List<Dispatcher> |
dispatchers
|
Klass<?> |
klass
|
static boolean |
NO_CACHE
Don't cache anything in memory, so that any change will take effect instantly. |
WebApp |
webApp
WebApp that owns this meta class. |
Method Summary |
---|
Methods inherited from class org.kohsuke.stapler.TearOffSupport |
---|
getTearOff, loadTearOff, setTearOff |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.lang.Class clazz
klass
. If you really want the Java class representation, use klass.toJavaClass()
.
public final Klass<?> klass
public final MetaClassLoader classLoader
MetaClassLoader
that wraps clazz.getClassLoader()
.
Null if the class is loaded by the bootstrap classloader.
public final java.util.List<Dispatcher> dispatchers
public final MetaClass baseClass
public final WebApp webApp
WebApp
that owns this meta class.
public static boolean NO_CACHE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |