| org.sakaiproject.metaobj.utils.ioc.web.WebContextLoader
WebContextLoader | public class WebContextLoader extends ContextLoader (Code) | | |
createWebApplicationContext | protected WebApplicationContext createWebApplicationContext(ServletContext servletContext, ApplicationContext parent) throws BeansException(Code) | | Instantiate the root WebApplicationContext for this loader, either a default
XmlWebApplicationContext or a custom context class if specified.
This implementation expects custom contexts to implement ConfigurableWebApplicationContext.
Can be overridden in subclasses.
throws: BeansException - if the context couldn't be initialized See Also: WebContextLoader.CONTEXT_CLASS_PARAM See Also: org.springframework.web.context.ConfigurableWebApplicationContext See Also: org.springframework.web.context.support.XmlWebApplicationContext |
|
|