|
||||||||||
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
The stapler version of the Class
object,
that retains some useful cache about a class and its views.
WebApp.getMetaClass(Class)
Field Summary | |
---|---|
MetaClass |
baseClass
Base metaclass. |
MetaClassLoader |
classLoader
MetaClassLoader that wraps clazz.getClassLoader() . |
java.lang.Class |
clazz
This meta class wraps this class |
java.util.List<Dispatcher> |
dispatchers
|
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
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 |