com.xpn.xwiki.api
Class DeprecatedContext

java.lang.Object
  extended by com.xpn.xwiki.api.Api
      extended by com.xpn.xwiki.api.Context
          extended by com.xpn.xwiki.api.DeprecatedContext

Deprecated. use Context instead

@Deprecated
public class DeprecatedContext
extends Context

Deprecated instance of Context.

Used to associate the deprecated "context" velocity script binding to a deprecated object class.

Version:
$Id: f00449c4b505d6edcfc828e73868a0929b9e30d7 $

Field Summary
 
Fields inherited from class com.xpn.xwiki.api.Api
context
 
Constructor Summary
DeprecatedContext(XWikiContext context)
          Deprecated. The Constructor.
 
Method Summary
 
Methods inherited from class com.xpn.xwiki.api.Context
dropPermissions, get, getAction, getCacheDuration, getContext, getDatabase, getDisplayedFields, getDoc, getEditorWysiwyg, getInterfaceLanguage, getLanguage, getLinksAction, getLinksQueryString, getLocalUser, getMacro, getMainWikiName, getMessage, getMode, getOriginalDatabase, getRequest, getResponse, getURLFactory, getUser, getUserReference, getValidationStatus, getXWiki, isMainWiki, put, setCacheDuration, setDatabase, setDisplayMode, setDoc, setFinished, setLinksAction, setLinksQueryString, unsetLinksAction, unsetLinksQueryString
 
Methods inherited from class com.xpn.xwiki.api.Api
convert, convert, convert, convertAttachments, getXWikiContext, hasAccessLevel, hasAdminRights, hasProgrammingRights, hasWikiAdminRights
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeprecatedContext

public DeprecatedContext(XWikiContext context)
Deprecated. 
The Constructor.

Parameters:
context - The XWikiContext to wrap.


Copyright © 2004–2014 XWiki. All rights reserved.