public interface ServletContextHandler
This interface represents an object which handles a ServletContext. Objects of this type should
be modified by WebappNutDaoBuilderInspector when WUIC bootstrap to wrap a not null context.
| Modifier and Type | Method and Description |
|---|---|
void |
setServletContext(ServletContext sc)
Sets the servlet context.
|
void setServletContext(ServletContext sc)
Sets the servlet context.
sc - the contextCopyright © 2012-2015. All Rights Reserved.