Uses of Interface
com.xpn.xwiki.web.XWikiResponse

Packages that use XWikiResponse
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
 XWikiResponse XWikiContext.getResponse()
           
 

Methods in com.xpn.xwiki with parameters of type XWikiResponse
 void XWikiContext.setResponse(XWikiResponse response)
           
 

Uses of XWikiResponse in com.xpn.xwiki.api
 

Methods in com.xpn.xwiki.api that return XWikiResponse
 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
 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
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–2014 XWiki. All rights reserved.