Package com.xpn.xwiki.api
Class DeprecatedContext
- java.lang.Object
-
- com.xpn.xwiki.api.Api
-
- com.xpn.xwiki.api.Context
-
- com.xpn.xwiki.api.DeprecatedContext
-
@Deprecated public class DeprecatedContext extends Context
Deprecated.useContext
insteadDeprecated instance ofContext
.Used to associate the deprecated "context" velocity script binding to a deprecated object class.
- Version:
- $Id: a284c9fedcd10ebf14150fcdbfc7baa2e1d4a0e2 $
-
-
Constructor Summary
Constructors Constructor Description DeprecatedContext(XWikiContext context)
Deprecated.The Constructor.
-
Method Summary
-
Methods inherited from class com.xpn.xwiki.api.Context
dropPermissions, get, getAction, getCacheDuration, getContext, getDatabase, getDisplayedFields, getDisplayMode, getDoc, getEditorWysiwyg, getInterfaceLanguage, getInterfaceLocale, getLanguage, getLinksAction, getLinksQueryString, getLocale, 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, getAuthorizationManager, getContextualAuthorizationManager, getXWikiContext, hasAccess, hasAccessLevel, hasAdminRights, hasProgrammingRights, hasWikiAdminRights
-
-
-
-
Constructor Detail
-
DeprecatedContext
public DeprecatedContext(XWikiContext context)
Deprecated.The Constructor.- Parameters:
context
- TheXWikiContext
to wrap.
-
-