Package | Description |
---|---|
com.xpn.xwiki | |
com.xpn.xwiki.api | |
com.xpn.xwiki.web |
Modifier and Type | Method and Description |
---|---|
XWikiResponse |
XWikiContext.getResponse() |
Modifier and Type | Method and Description |
---|---|
void |
XWikiContext.setResponse(XWikiResponse response) |
Modifier and Type | Method and Description |
---|---|
XWikiResponse |
Context.getResponse()
Returns the current response object.
|
Modifier and Type | Class and Description |
---|---|
class |
XWikiServletResponse |
class |
XWikiServletResponseStub
This stub is intended to simulate a servlet request in a daemon context, in order to be able to create a custom XWiki
context.
|
Modifier and Type | Method and Description |
---|---|
static XWikiContext |
Utils.prepareContext(String action,
XWikiRequest request,
XWikiResponse response,
XWikiEngineContext engine_context) |
protected void |
DownloadAction.sendContent(XWikiAttachment attachment,
XWikiRequest request,
XWikiResponse response,
XWikiContext context)
Send the attachment content in the response.
|
protected boolean |
XWikiAction.sendGlobalRedirect(XWikiResponse response,
String url,
XWikiContext context)
Send redirection based on a regexp pattern (if any) set at the main wiki level.
|
protected void |
XWikiAction.sendRedirect(XWikiResponse response,
String url)
Perform a redirect to the given URL.
|
protected void |
XWikiAction.setContentLength(XWikiResponse response,
long length)
Make sure to set the right length (or nothing) in the response.
|
protected void |
SkinAction.setupHeaders(XWikiResponse response,
String mimetype,
Date lastChanged,
int length)
Deprecated.
since 11.10RC1, use
SkinAction.setupHeaders(XWikiResponse, String, Date, long) instead |
protected void |
SkinAction.setupHeaders(XWikiResponse response,
String mimetype,
Date lastChanged,
long length)
Sets several headers to properly identify the response.
|
Copyright © 2004–2021 XWiki. All rights reserved.