@Deprecated public interface ServletContextAware
Interface to be implemented by a ComponentManager
object that wishes to be notified of the ServletContext that it runs in.
Note that this ServletContextAware
is meant to make a ComponentManager
object ServletContext aware and not
its containing Spring beans! To make a spring bean ServletContext
aware, such a spring bean need to implement
org.springframework.web.context.ServletContextAware
Modifier and Type | Method and Description |
---|---|
void |
setServletContext(javax.servlet.ServletContext servletContext)
Deprecated.
Set the ServletContext that this object runs in.
|
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.