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 XWikiResponseXWikiContext. getResponse()Methods in com.xpn.xwiki with parameters of type XWikiResponse Modifier and Type Method Description voidXWikiContext. 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 XWikiResponseContext. 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 classXWikiServletResponseclassXWikiServletResponseStubThis 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 XWikiContextUtils. prepareContext(String action, XWikiRequest request, XWikiResponse response, XWikiEngineContext engine_context)protected voidDownloadAction. sendContent(XWikiAttachment attachment, XWikiRequest request, XWikiResponse response, XWikiContext context)Send the attachment content in the response.protected booleanXWikiAction. sendGlobalRedirect(XWikiResponse response, String url, XWikiContext context)Send redirection based on a regexp pattern (if any) set at the main wiki level.protected voidXWikiAction. sendRedirect(XWikiResponse response, String url)Perform a redirect to the given URL.protected voidXWikiAction. setContentLength(XWikiResponse response, long length)Make sure to set the right length (or nothing) in the response.protected voidSkinAction. setupHeaders(XWikiResponse response, String mimetype, Date lastChanged, int length)Deprecated.since 11.10RC1, useSkinAction.setupHeaders(XWikiResponse, String, Date, long)insteadprotected voidSkinAction. setupHeaders(XWikiResponse response, String mimetype, Date lastChanged, long length)Sets several headers to properly identify the response.
-