public class ServletContextBroker extends Object implements org.springframework.web.context.ServletContextAware, ContextBroker
| Constructor and Description |
|---|
ServletContextBroker() |
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface org.springframework.web.context.ServletContextAwarepublic <O> void put(O object)
put in interface ContextBrokerpublic <O> O get(Class<O> type)
get in interface ContextBrokerpublic <O> O get(Class<O> type, boolean throwException)
get in interface ContextBrokerpublic <O> O remove(Class<O> type)
remove in interface ContextBrokerCopyright © 2010-2014 U2ware. All Rights Reserved.