Package com.xpn.xwiki.web
Class ViewrevAction
- java.lang.Object
-
- com.xpn.xwiki.web.XWikiAction
-
- com.xpn.xwiki.web.ViewrevAction
-
- All Implemented Interfaces:
com.xpn.xwiki.internal.web.LegacyAction
@Component @Named("viewrev") @Singleton public class ViewrevAction extends XWikiAction
Deprecated.since 13.0, it's redundant withViewAction
which should be preferred- Version:
- $Id: 8dba3bff2a7b95872320d84e6d72a2495e02746b $
-
-
Field Summary
-
Fields inherited from class com.xpn.xwiki.web.XWikiAction
ACTION_PROGRESS, componentDescriptor, container, execution, observation, waitForXWikiInitialization
-
-
Constructor Summary
Constructors Constructor Description ViewrevAction()
Deprecated.Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
render(XWikiContext context)
Deprecated.protected boolean
supportRedirections()
Deprecated.-
Methods inherited from class com.xpn.xwiki.web.XWikiAction
action, answerJSON, cleanupComponents, csrfTokenCheck, csrfTokenCheck, execute, execute, getContextualAuthorizationManager, getCurrentMixedDocumentReferenceResolver, getCurrentScriptContext, getEntityNameValidationConfiguration, getEntityNameValidationManager, getFormClass, getLocalization, getLocalSerializer, getName, getProgress, getRealPath, getTranslatedDocument, handleRevision, initializeContainerComponent, initializeXWikiContext, initializeXWikiContext, isEntityReferenceNameValid, localizeOrReturnKey, localizePlainOrKey, localizePlainOrReturnKey, readFromTemplate, resolveTemplate, sendGlobalRedirect, sendRedirect, setContentLength, writeAjaxErrorResponse
-
-
-
-
Method Detail
-
render
public String render(XWikiContext context) throws XWikiException
Deprecated.- Overrides:
render
in classXWikiAction
- Throws:
XWikiException
-
supportRedirections
protected boolean supportRedirections()
Deprecated.- Overrides:
supportRedirections
in classXWikiAction
-
-