Interface AppRequestContext

All Superinterfaces:
org.spincast.core.exchange.RequestContext<AppRequestContext>
All Known Implementing Classes:
AppRequestContextDefault

public interface AppRequestContext extends org.spincast.core.exchange.RequestContext<AppRequestContext>
Interface of our custom Request Context type.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.spincast.plugins.httpclient.HttpClient
    Add-on to access the HttpClient factory

    Methods inherited from interface org.spincast.core.exchange.RequestContext

    cacheHeaders, exchange, get, get, getLocaleToUse, getTimeZoneToUse, guice, json, request, response, routing, templating, variables, xml
  • Method Details

    • httpClient

      org.spincast.plugins.httpclient.HttpClient httpClient()
      Add-on to access the HttpClient factory