public class AppRequestContext extends RequestContextBase<IAppRequestContext> implements IAppRequestContext
logger| Constructor and Description |
|---|
AppRequestContext(Object exchange,
RequestContextBaseDeps<IAppRequestContext> 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.
|
cookies, exchange, get, get, getCookiesRequestContextAddonProvider, getInstanceFromGuiceCache, getJsonManager, getLocaleResolver, getLocaleToUse, getRequestRequestContextAddonProvider, getResponseRequestContextAddonProvider, getRoutingRequestContextAddonProvider, getTemplatingRequestContextAddonProvider, getVariablesRequestContextAddonProvider, getXmlManager, guice, json, request, response, routing, templating, variables, xmlclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcookies, exchange, get, get, getLocaleToUse, guice, json, request, response, routing, templating, variables, xmlpublic AppRequestContext(Object exchange, RequestContextBaseDeps<IAppRequestContext> requestContextBaseDeps)
public void customGreetingMethod()
customGreetingMethod in interface IAppRequestContextCopyright © 2016. All rights reserved.