Missing <summary> Documentation for Spring.Context.Support
Class | Description |
---|---|
HttpApplicationConfigurer | Missing <summary> documentation for T:Spring.Context.Support.HttpApplicationConfigurer |
WebApplicationContext | Web application context, taking the context definition files from the file system or from URLs. Treats resource paths as web resources, when using IApplicationContext.GetResource. Resource paths are considered relative to the virtual directory. Note: In case of multiple config locations, later object definitions will override ones defined in earlier loaded files. This can be leveraged to deliberately override certain object definitions via an extra XML file. |
WebContextHandler | Creates an IApplicationContext instance using context definitions supplied in a custom configuration and configures the ContextRegistry with that instance. |
WebSupportModule | Provides various support for proper handling requests. |