Uses of Class
com.xpn.xwiki.util.Programming

Packages that use Programming
com.xpn.xwiki.api   
 

Uses of Programming in com.xpn.xwiki.api
 

Methods in com.xpn.xwiki.api with annotations of type Programming
 Object Context.get(String key)
          Returns the value associated with the given key in the XWiki context.
 XWikiContext Context.getContext()
          Returns the XWiki context.
 DeletedAttachment DeletedAttachment.getDeletedAttachment()
          Privileged access to the internal object wrapped by this API.
 XWikiDeletedDocument DeletedDocument.getDeletedDocument()
           
 XWikiDocument Context.getDoc()
          Returns the current requested document.
 PropertyClass PropertyClass.getPropertyClass()
          Provides access to the wrapped PropertyClass if Programming Rights are present.
 XWikiUser User.getUser()
          Expose the wrapped XWikiUser object.
 XWiki Context.getXWiki()
          Returns the XWiki object.
 XWiki XWiki.getXWiki()
          Privileged API allowing to access the underlying main XWiki Object
 void Context.put(String key, Object value)
          Puts an object on the context using the given key.
 void Context.setDatabase(String database)
          Sets the current database.
 void Context.setDoc(XWikiDocument doc)
          Sets the current document.
 



Copyright © 2004–2014 XWiki. All rights reserved.