| java.lang.Object org.directwebremoting.guice.DwrGuiceUtil
DwrGuiceUtil | class DwrGuiceUtil (Code) | | Utilities for making Injector and ServletContext instances available.
author: Tim Peierls [tim at peierls dot net] |
getInjector | static Injector getInjector()(Code) | | Returns the Injector instance published in the current servlet context.
|
getServletContext | static ServletContext getServletContext()(Code) | | Gets the servlet context from the current web context, if one exists,
otherwise gets it from the thread-local stash.
|
|
|