Uses of Class
com.xpn.xwiki.objects.meta.MetaClass
-
Packages that use MetaClass Package Description com.xpn.xwiki com.xpn.xwiki.api com.xpn.xwiki.objects.meta -
-
Uses of MetaClass in com.xpn.xwiki
Methods in com.xpn.xwiki that return MetaClass Modifier and Type Method Description MetaClass
XWiki. getMetaclass()
Methods in com.xpn.xwiki with parameters of type MetaClass Modifier and Type Method Description void
XWiki. setMetaclass(MetaClass metaclass)
-
Uses of MetaClass in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return MetaClass Modifier and Type Method Description MetaClass
XWiki. getMetaclass()
Get the global MetaClass object -
Uses of MetaClass in com.xpn.xwiki.objects.meta
Methods in com.xpn.xwiki.objects.meta that return MetaClass Modifier and Type Method Description static MetaClass
MetaClass. getMetaClass()
Methods in com.xpn.xwiki.objects.meta with parameters of type MetaClass Modifier and Type Method Description static void
MetaClass. setMetaClass(MetaClass metaClass)
Sets the cached instance of this class.
-