Package com.xpn.xwiki.web
Class DownloadRevAction
- java.lang.Object
-
- com.xpn.xwiki.web.XWikiAction
-
- com.xpn.xwiki.web.DownloadAction
-
- com.xpn.xwiki.web.DownloadRevAction
-
- All Implemented Interfaces:
com.xpn.xwiki.internal.web.LegacyAction
@Component @Named("downloadrev") @Singleton public class DownloadRevAction extends DownloadAction
-
-
Field Summary
-
Fields inherited from class com.xpn.xwiki.web.DownloadAction
ACTION_NAME, ATTACHMENT, BLACKLIST_PROPERTY, FORCE_DOWNLOAD_PROPERTY, MIMETYPE_WHITELIST, WHITELIST_PROPERTY
-
Fields inherited from class com.xpn.xwiki.web.XWikiAction
ACTION_PROGRESS, componentDescriptor, container, execution, observation, waitForXWikiInitialization
-
-
Constructor Summary
Constructors Constructor Description DownloadRevAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
render(XWikiContext context)
-
Methods inherited from class com.xpn.xwiki.web.DownloadAction
sendContent, supportRedirections
-
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, localizePlainOrKey, readFromTemplate, resolveTemplate, sendGlobalRedirect, sendRedirect, setContentLength, writeAjaxErrorResponse
-
-
-
-
Method Detail
-
render
public String render(XWikiContext context) throws XWikiException
- Overrides:
render
in classDownloadAction
- Throws:
XWikiException
-
-