public class AppRequestContextDefault extends org.spincast.core.exchange.RequestContextBase<AppRequestContext> implements AppRequestContext
| Constructor and Description |
|---|
AppRequestContextDefault(Object exchange,
org.spincast.core.exchange.RequestContextBaseDeps<AppRequestContext> requestContextBaseDeps) |
| Modifier and Type | Method and Description |
|---|---|
void |
customGreetingMethod()
Our simple example will take a "name" parameter from the path
("/greet/${name}" for example) and will output
a greeting message.
|
cacheHeaders, cookies, exchange, get, get, getCacheHeadersRequestContextAddonProvider, getCookiesRequestContextAddonProvider, getInstanceFromGuiceCache, getJsonManager, getLocaleResolver, getLocaleToUse, getRequestRequestContextAddonProvider, getResponseRequestContextAddonProvider, getRoutingRequestContextAddonProvider, getTemplatingRequestContextAddonProvider, getVariablesRequestContextAddonProvider, getXmlManager, guice, json, request, response, routing, templating, toString, variables, xmlpublic AppRequestContextDefault(Object exchange, org.spincast.core.exchange.RequestContextBaseDeps<AppRequestContext> requestContextBaseDeps)
public void customGreetingMethod()
customGreetingMethod in interface AppRequestContextCopyright © 2016. All rights reserved.