com.xpn.xwiki.api
Class Object

java.lang.Object
  extended bycom.xpn.xwiki.api.Api
      extended bycom.xpn.xwiki.api.Element
          extended bycom.xpn.xwiki.api.Collection
              extended bycom.xpn.xwiki.api.Object

public class Object
extends Collection


Field Summary
 
Fields inherited from class com.xpn.xwiki.api.Element
element
 
Fields inherited from class com.xpn.xwiki.api.Api
context
 
Constructor Summary
Object(BaseObject obj, XWikiContext context)
           
 
Method Summary
 java.lang.Object display(java.lang.String name, java.lang.String mode)
           
 java.lang.Object get(java.lang.String name)
           
protected  BaseObject getBaseObject()
           
 BaseObject getXWikiObject()
           
 
Methods inherited from class com.xpn.xwiki.api.Collection
getCollection, getName, getNumber, getPrettyName, getProperties, getProperty, getPropertyNames, getxWikiClass
 
Methods inherited from class com.xpn.xwiki.api.Element
getBaseElement
 
Methods inherited from class com.xpn.xwiki.api.Api
checkProgrammingRights, hasAccessLevel, hasAdminRights, hasProgrammingRights
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Object

public Object(BaseObject obj,
              XWikiContext context)
Method Detail

getBaseObject

protected BaseObject getBaseObject()

getXWikiObject

public BaseObject getXWikiObject()

get

public java.lang.Object get(java.lang.String name)

display

public java.lang.Object display(java.lang.String name,
                                java.lang.String mode)


Copyright 2003 Ludovic Dubost