Uses of Class
com.xpn.xwiki.objects.meta.MetaClass

Packages that use MetaClass
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
 MetaClass XWiki.getMetaclass()
           
 

Methods in com.xpn.xwiki with parameters of type MetaClass
 void XWiki.setMetaclass(MetaClass metaclass)
           
 

Uses of MetaClass in com.xpn.xwiki.api
 

Methods in com.xpn.xwiki.api that return MetaClass
 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
static MetaClass MetaClass.getMetaClass()
           
 

Methods in com.xpn.xwiki.objects.meta with parameters of type MetaClass
static void MetaClass.setMetaClass(MetaClass metaClass)
          Sets the cached instance of this class.
 



Copyright © 2004–2014 XWiki. All rights reserved.