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 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) |
protected void |
SkinAction.setupHeaders(XWikiResponse response,
String mimetype,
Date lastChanged,
int length)
Sets several headers to properly identify the response.
|
Copyright © 2004–2017 XWiki. All rights reserved.