Uses of Interface
com.xpn.xwiki.web.XWikiResponse
-
Packages that use XWikiResponse Package Description com.xpn.xwiki com.xpn.xwiki.api com.xpn.xwiki.web -
-
Uses of XWikiResponse in com.xpn.xwiki
Methods in com.xpn.xwiki that return XWikiResponse Modifier and Type Method Description XWikiResponse
XWikiContext. getResponse()
Methods in com.xpn.xwiki with parameters of type XWikiResponse Modifier and Type Method Description void
XWikiContext. setResponse(XWikiResponse response)
-
Uses of XWikiResponse in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return XWikiResponse Modifier and Type Method Description XWikiResponse
Context. getResponse()
Returns the current response object. -
Uses of XWikiResponse in com.xpn.xwiki.web
Classes in com.xpn.xwiki.web that implement XWikiResponse Modifier and Type Class 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.Methods in com.xpn.xwiki.web with parameters of type XWikiResponse Modifier and Type Method 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, useSkinAction.setupHeaders(XWikiResponse, String, Date, long)
insteadprotected void
SkinAction. setupHeaders(XWikiResponse response, String mimetype, Date lastChanged, long length)
Sets several headers to properly identify the response.
-