public class AppRequestContext extends org.spincast.core.exchange.RequestContextBase<IAppRequestContext> implements IAppRequestContext
| Constructor and Description |
|---|
AppRequestContext(Object exchange) |
| 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.
|
cookies, exchange, get, get, getCookiesRequestContextAddonProvider, getInstanceFromGuiceCache, getJsonManager, getLocaleResolver, getLocaleToUse, getRequestRequestContextAddonProvider, getResponseRequestContextAddonProvider, getRoutingRequestContextAddonProvider, getTemplatingRequestContextAddonProvider, getVariablesRequestContextAddonProvider, getXmlManager, guice, json, request, response, routing, setCookiesRequestContextAddonProvider, setInjectorProvider, setJsonManager, setLocaleResolver, setRequestRequestContextAddonProvider, setResponseRequestContextAddonProvider, setRoutingRequestContextAddonProvider, setTemplatingRequestContextAddonProvider, setVariablesRequestContextAddonProvider, setXmlManager, templating, variables, xmlpublic AppRequestContext(Object exchange)
public void customGreetingMethod()
customGreetingMethod in interface IAppRequestContextCopyright © 2016. All rights reserved.