Include Non-NuGet Resources

This commit is contained in:
Gary Sharp
2013-02-01 12:52:29 +11:00
parent 0a93429800
commit 442cb1bdb7
135 changed files with 224150 additions and 0 deletions
@@ -0,0 +1,50 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Spring.Web.Extensions</name>
</assembly>
<members>
<member name="T:Spring.Web.Script.Services.ScriptHandlerFactory">
<summary>
An <see cref="T:System.Web.IHttpHandlerFactory"/> implementation that
creates a handler object for either ASP.NET AJAX 1.0 or Spring web services.
</summary>
<author>Bruno Baia</author>
<author>Thomas Broyer</author>
</member>
<member name="M:Spring.Web.Script.Services.ScriptHandlerFactory.#ctor">
<summary>
Creates a new instance of the <see cref="T:Spring.Web.Script.Services.ScriptHandlerFactory"/> class.
</summary>
</member>
<member name="M:Spring.Web.Script.Services.ScriptHandlerFactory.GetHandler(System.Web.HttpContext,System.String,System.String,System.String)">
<summary>
Retrieves an instance of the <see cref="T:System.Web.IHttpHandler"/>
implementation for handling web service requests
for both Spring and ASP.NET AJAX 1.0 web services.
</summary>
<param name="context">The current HTTP context.</param>
<param name="requestType">The type of HTTP request (GET or POST).</param>
<param name="url">The url of the web service.</param>
<param name="pathTranslated">The physical application path for the web service.</param>
<returns>The web service handler object.</returns>
</member>
<member name="M:Spring.Web.Script.Services.ScriptHandlerFactory.ReleaseHandler(System.Web.IHttpHandler)">
<summary>
Enables a factory to reuse an existing handler instance.
</summary>
<param name="handler">The <see cref="T:System.Web.IHttpHandler"/> object to reuse.</param>
</member>
<member name="M:Spring.Web.Script.Services.ScriptHandlerFactory.CreateHandlerInstance(Spring.Context.IConfigurableApplicationContext,System.Web.HttpContext,System.String,System.String,System.String)">
<summary>
Create a handler instance for the given URL.
</summary>
<param name="appContext">the application context corresponding to the current request</param>
<param name="context">The <see cref="T:System.Web.HttpContext"/> instance for this request.</param>
<param name="requestType">The HTTP data transfer method (GET, POST, ...)</param>
<param name="rawUrl">The requested <see cref="P:System.Web.HttpRequest.RawUrl"/>.</param>
<param name="physicalPath">The physical path of the requested resource.</param>
<returns>A handler instance for the current request.</returns>
</member>
</members>
</doc>