Fix Spring.WebQuickStart.2008.sln, remove Spring.Web.Mvc4.xml from version control and add it to ignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -66,6 +66,7 @@ PrecompiledWeb
|
||||
/src/Spring/Spring.Web/Spring.Web.xml
|
||||
/src/Spring/Spring.Web.Mvc/Spring.Web.Mvc.xml
|
||||
/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.xml
|
||||
/src/Spring/Spring.Web.Mvc4/Spring.Web.Mvc4.xml
|
||||
/src/Spring/Spring.Testing.NUnit/Spring.Testing.NUnit.xml
|
||||
/src/Spring/Spring.Services/Spring.Services.xml
|
||||
/src/Spring/Spring.Web.Extensions/Spring.Web.Extensions.xml
|
||||
|
||||
@@ -4,7 +4,7 @@ Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Spring.WebQuickStart.2005", "src\Spring.WebQuickStart.2005\", "{B4F56253-6425-4065-8A93-EF88F8730E57}"
|
||||
ProjectSection(WebsiteProperties) = preProject
|
||||
TargetFramework = "3.5"
|
||||
ProjectReferences = ""
|
||||
ProjectReferences = "{BA4789EB-281A-48EA-8763-28B9F0596A18}|Spring.Web.dll;{710961A3-0DF4-49E4-A26E-F5B9C044AC84}|Spring.Core.dll;"
|
||||
Debug.AspNetCompiler.VirtualPath = "/Spring.WebQuickStart.2005"
|
||||
Debug.AspNetCompiler.PhysicalPath = "src\Spring.WebQuickStart.2005\"
|
||||
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Spring.WebQuickStart.2005\"
|
||||
@@ -26,7 +26,7 @@ EndProject
|
||||
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Spring.WebQuickStart.Providers", "src\Spring.WebQuickStart.Providers\", "{F42A333D-D305-4649-8B5A-6F5862F0F62A}"
|
||||
ProjectSection(WebsiteProperties) = preProject
|
||||
TargetFramework = "3.5"
|
||||
ProjectReferences = ""
|
||||
ProjectReferences = "{710961A3-0DF4-49E4-A26E-F5B9C044AC84}|Spring.Core.dll;{BA4789EB-281A-48EA-8763-28B9F0596A18}|Spring.Web.dll;"
|
||||
Debug.AspNetCompiler.VirtualPath = "/Spring.WebQuickStart.Providers"
|
||||
Debug.AspNetCompiler.PhysicalPath = "src\Spring.WebQuickStart.Providers\"
|
||||
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Spring.WebQuickStart.Providers\"
|
||||
@@ -45,6 +45,18 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Spring.WebQuickStart.Provid
|
||||
DefaultWebSiteLanguage = "Visual C#"
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Core.2008", "..\..\..\src\Spring\Spring.Core\Spring.Core.2008.csproj", "{710961A3-0DF4-49E4-A26E-F5B9C044AC84}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Core.Tests.2008", "..\..\..\test\Spring\Spring.Core.Tests\Spring.Core.Tests.2008.csproj", "{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.2008", "..\..\..\src\Spring\Spring.Web\Spring.Web.2008.csproj", "{BA4789EB-281A-48EA-8763-28B9F0596A18}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Tests.2008", "..\..\..\test\Spring\Spring.Web.Tests\Spring.Web.Tests.2008.csproj", "{C67E47AA-1ACD-41B4-A465-4D336A2319CA}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Aop.2008", "..\..\..\src\Spring\Spring.Aop\Spring.Aop.2008.csproj", "{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.2008", "..\..\..\src\Spring\Spring.Data\Spring.Data.2008.csproj", "{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|.NET = Debug|.NET
|
||||
@@ -75,6 +87,66 @@ Global
|
||||
{F42A333D-D305-4649-8B5A-6F5862F0F62A}.Release|Any CPU.ActiveCfg = Debug|.NET
|
||||
{F42A333D-D305-4649-8B5A-6F5862F0F62A}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
|
||||
{F42A333D-D305-4649-8B5A-6F5862F0F62A}.Release|Mixed Platforms.Build.0 = Debug|.NET
|
||||
{710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{710961A3-0DF4-49E4-A26E-F5B9C044AC84}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{BA4789EB-281A-48EA-8763-28B9F0596A18}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{BA4789EB-281A-48EA-8763-28B9F0596A18}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{BA4789EB-281A-48EA-8763-28B9F0596A18}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{BA4789EB-281A-48EA-8763-28B9F0596A18}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{BA4789EB-281A-48EA-8763-28B9F0596A18}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{BA4789EB-281A-48EA-8763-28B9F0596A18}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{C67E47AA-1ACD-41B4-A465-4D336A2319CA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
@@ -1,252 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Spring.Web.Mvc4</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Spring.Context.Support.MvcContextHandler">
|
||||
<summary>
|
||||
Context Handler for ASP.NET MVC Applications
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Spring.Context.Support.MvcApplicationContextArgs">
|
||||
<summary>
|
||||
Encapsulates arguments to the <see cref="T:Spring.Context.Support.MvcApplicationContext"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Spring.Context.Support.MvcApplicationContextArgs.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the MvcApplicationContextArgs class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Spring.Context.Support.MvcApplicationContextArgs.#ctor(System.String,Spring.Context.IApplicationContext,System.String[],Spring.Core.IO.IResource[])">
|
||||
<summary>
|
||||
Initializes a new instance of the MvcApplicationContextArgs class.
|
||||
</summary>
|
||||
<param name="name">The name.</param>
|
||||
<param name="parentContext">The parent context.</param>
|
||||
<param name="configurationLocations">The configuration locations.</param>
|
||||
<param name="configurationResources">The configuration resources.</param>
|
||||
</member>
|
||||
<member name="M:Spring.Context.Support.MvcApplicationContextArgs.#ctor(System.String,Spring.Context.IApplicationContext,System.String[],Spring.Core.IO.IResource[],System.Boolean)">
|
||||
<summary>
|
||||
Initializes a new instance of the MvcApplicationContextArgs class.
|
||||
</summary>
|
||||
<param name="name">The name.</param>
|
||||
<param name="parentContext">The parent context.</param>
|
||||
<param name="configurationLocations">The configuration locations.</param>
|
||||
<param name="configurationResources">The configuration resources.</param>
|
||||
<param name="caseSensitive">if set to <c>true</c> [case sensitive].</param>
|
||||
</member>
|
||||
<member name="T:Spring.Web.Mvc.SpringMvcDependencyResolver">
|
||||
<summary>
|
||||
Spring-based implementation of the <see cref="T:System.Web.Mvc.IDependencyResolver"/> interface for ASP.NET MVC.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringMvcDependencyResolver.#ctor(Spring.Context.IApplicationContext)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Spring.Web.Mvc.SpringMvcDependencyResolver"/> class.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:Spring.Context.IApplicationContext"/> to be used by the resolver</param>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringMvcDependencyResolver.GetService(System.Type)">
|
||||
<summary>
|
||||
Resolves singly registered services that support arbitrary object creation.
|
||||
</summary>
|
||||
<param name="serviceType">The type of the requested service or object.</param>
|
||||
<returns>The requested service or object.</returns>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringMvcDependencyResolver.GetServices(System.Type)">
|
||||
<summary>
|
||||
Resolves multiply registered services.
|
||||
</summary>
|
||||
<param name="serviceType">The type of the requested services.</param>
|
||||
<returns>The requested services.</returns>
|
||||
</member>
|
||||
<member name="P:Spring.Web.Mvc.SpringMvcDependencyResolver.ApplicationContext">
|
||||
<summary>
|
||||
Gets the application context.
|
||||
</summary>
|
||||
<value>The application context.</value>
|
||||
</member>
|
||||
<member name="P:Spring.Web.Mvc.SpringMvcDependencyResolver.ApplicationContextName">
|
||||
<summary>
|
||||
Gets or sets the name of the application context.
|
||||
</summary>
|
||||
<remarks>
|
||||
Defaults to using the root (default) Application Context.
|
||||
</remarks>
|
||||
<value>The name of the application context.</value>
|
||||
</member>
|
||||
<member name="T:Spring.Web.Mvc.SpringWebApiDependencyResolver">
|
||||
<summary>
|
||||
Spring-based implementation of the <see cref="T:System.Web.Http.Services.IDependencyResolver"/> interface for ASP.NET MVC Web API.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringWebApiDependencyResolver.#ctor(Spring.Context.IApplicationContext)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Spring.Web.Mvc.SpringMvcDependencyResolver"/> class.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:Spring.Context.IApplicationContext"/> to be used by the resolver</param>
|
||||
</member>
|
||||
<member name="T:Spring.Web.Mvc.SpringMvcApplication">
|
||||
<summary>
|
||||
Spring.NET-specific HttpApplication for ASP.NET MVC integration.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringMvcApplication.Init">
|
||||
<summary>
|
||||
Executes custom initialization code after all event handler modules have been added.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringMvcApplication.Application_BeginRequest(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Handles the BeginRequest event of the Application control.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringMvcApplication.BuildDependencyResolver">
|
||||
<summary>
|
||||
Builds the dependency resolver.
|
||||
</summary>
|
||||
<returns>The <see cref="T:System.Web.Mvc.IDependencyResolver"/> instance.</returns>
|
||||
You must override this method in a derived class to control the manner in which the
|
||||
<see cref="T:System.Web.Mvc.IDependencyResolver"/> is created.
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringMvcApplication.BuildWebApiDependencyResolver">
|
||||
<summary>
|
||||
Builds the dependency resolver.
|
||||
</summary>
|
||||
<returns>The <see cref="T:System.Web.Http.Services.IDependencyResolver"/> instance.</returns>
|
||||
You must override this method in a derived class to control the manner in which the
|
||||
<see cref="T:System.Web.Http.Services.IDependencyResolver"/> is created.
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringMvcApplication.ConfigureApplicationContext">
|
||||
<summary>
|
||||
Configures the <see cref="T:Spring.Context.IApplicationContext"/> instance.
|
||||
</summary>
|
||||
<remarks>
|
||||
You must override this method in a derived class to control the manner in which the
|
||||
<see cref="T:Spring.Context.IApplicationContext"/> is configured.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringMvcApplication.RegisterDependencyResolver(System.Web.Mvc.IDependencyResolver)">
|
||||
<summary>
|
||||
Registers the DependencyResolver implementation with the MVC runtime.
|
||||
<remarks>
|
||||
You must override this method in a derived class to control the manner in which the
|
||||
<see cref="T:System.Web.Mvc.IDependencyResolver"/> is registered.
|
||||
</remarks>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringMvcApplication.RegisterDependencyResolver(System.Web.Http.Services.IDependencyResolver)">
|
||||
<summary>
|
||||
Registers the DependencyResolver implementation with the MVC runtime.
|
||||
<remarks>
|
||||
You must override this method in a derived class to control the manner in which the
|
||||
<see cref="T:System.Web.Http.Services.IDependencyResolver"/> is registered.
|
||||
</remarks>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Spring.Web.Mvc.SpringMvcApplication.ThreadSafeDependencyResolverRegistrar">
|
||||
<summary>
|
||||
Thread-safe class that ensures that the <see cref="T:System.Web.Mvc.IDependencyResolver"/> is registered only once.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringMvcApplication.ThreadSafeDependencyResolverRegistrar.Register(System.Web.Mvc.IDependencyResolver)">
|
||||
<summary>
|
||||
Registers the specified <see cref="T:System.Web.Mvc.IDependencyResolver"/>.
|
||||
</summary>
|
||||
<param name="resolver">The resolver.</param>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Mvc.SpringMvcApplication.ThreadSafeDependencyResolverRegistrar.Register(System.Web.Http.Services.IDependencyResolver)">
|
||||
<summary>
|
||||
Registers the specified <see cref="T:System.Web.Http.Services.IDependencyResolver"/>.
|
||||
</summary>
|
||||
<param name="resolver">The resolver.</param>
|
||||
</member>
|
||||
<member name="T:Spring.Context.Support.MvcApplicationContext">
|
||||
<summary>
|
||||
Application Context for ASP.NET MVC Applications
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Spring.Context.Support.MvcApplicationContext.#ctor(System.String,System.Boolean,System.String[])">
|
||||
<summary>
|
||||
Create a new MvcApplicationContext, loading the definitions
|
||||
from the given XML resource.
|
||||
</summary>
|
||||
<param name="name">The application context name.</param>
|
||||
<param name="caseSensitive">Flag specifying whether to make this context case sensitive or not.</param>
|
||||
<param name="configurationLocations">Names of configuration resources.</param>
|
||||
</member>
|
||||
<member name="M:Spring.Context.Support.MvcApplicationContext.#ctor(System.String,System.Boolean,Spring.Context.IApplicationContext,System.String[])">
|
||||
<summary>
|
||||
Create a new MvcApplicationContext with the given parent,
|
||||
loading the definitions from the given XML resources.
|
||||
</summary>
|
||||
<param name="name">The application context name.</param>
|
||||
<param name="caseSensitive">Flag specifying whether to make this context case sensitive or not.</param>
|
||||
<param name="parentContext">The parent context.</param>
|
||||
<param name="configurationLocations">Names of configuration resources.</param>
|
||||
</member>
|
||||
<member name="M:Spring.Context.Support.MvcApplicationContext.#ctor(Spring.Context.Support.MvcApplicationContextArgs)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Spring.Context.Support.MvcApplicationContext"/> class.
|
||||
</summary>
|
||||
<param name="args">The args.</param>
|
||||
</member>
|
||||
<member name="M:Spring.Context.Support.MvcApplicationContext.#ctor(System.String,System.Boolean,System.String[],Spring.Core.IO.IResource[])">
|
||||
<summary>
|
||||
Create a new MvcApplicationContext, loading the definitions
|
||||
from the given XML resource.
|
||||
</summary>
|
||||
<param name="name">The application context name.</param>
|
||||
<param name="caseSensitive">Flag specifying whether to make this context case sensitive or not.</param>
|
||||
<param name="configurationLocations">Names of configuration resources.</param>
|
||||
<param name="configurationResources">Configuration resources.</param>
|
||||
</member>
|
||||
<member name="M:Spring.Context.Support.MvcApplicationContext.#ctor(System.String[])">
|
||||
<summary>
|
||||
Create a new MvcApplicationContext, loading the definitions
|
||||
from the given XML resource.
|
||||
</summary>
|
||||
<param name="configurationLocations">Names of configuration resources.</param>
|
||||
</member>
|
||||
<member name="P:Spring.Context.Support.MvcApplicationContext.ConfigurationLocations">
|
||||
<summary>
|
||||
An array of resource locations, referring to the XML object
|
||||
definition files that this context is to be built with.
|
||||
</summary>
|
||||
<value></value>
|
||||
<remarks>
|
||||
<p>
|
||||
Examples of the format of the various strings that would be
|
||||
returned by accessing this property can be found in the overview
|
||||
documentation of with the <see cref="T:Spring.Context.Support.XmlApplicationContext"/>
|
||||
class.
|
||||
</p>
|
||||
</remarks>
|
||||
<returns>
|
||||
An array of resource locations, or <see langword="null"/> if none.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:Spring.Context.Support.MvcApplicationContext.ConfigurationResources">
|
||||
<summary>
|
||||
An array of resources that this context is to be built with.
|
||||
</summary>
|
||||
<value></value>
|
||||
<remarks>
|
||||
<p>
|
||||
Examples of the format of the various strings that would be
|
||||
returned by accessing this property can be found in the overview
|
||||
documentation of with the <see cref="T:Spring.Context.Support.XmlApplicationContext"/>
|
||||
class.
|
||||
</p>
|
||||
</remarks>
|
||||
<returns>
|
||||
An array of <see cref="T:Spring.Core.IO.IResource"/>s, or <see langword="null"/> if none.
|
||||
</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Reference in New Issue
Block a user