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.ServletContextAware
public <O> void put(O object)
put
in interface ContextBroker
public <O> O get(Class<O> type)
get
in interface ContextBroker
public <O> O get(Class<O> type, boolean throwException)
get
in interface ContextBroker
public <O> O remove(Class<O> type)
remove
in interface ContextBroker
Copyright © 2010-2014 U2ware. All Rights Reserved.