NVelocity.Http
Class NVelocityHandlerFactory

Factory class that creates a handler object based on a request for either abc.aspx or xyz.aspx as specified in the Web.config file.

Constructor Summary
NVelocityHandlerFactory()
        Initializes a new instance of the NVelocityHandlerFactory class.

Method Summary
System.Web.IHttpHandler GetHandler(System.Web.HttpContext context, string requestType, string url, string pathTranslated)
         IHttpHandlerFactory method to
void ReleaseHandler(System.Web.IHttpHandler handler)
         IHttpHandlerFactory must override method

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

NVelocityHandlerFactory

public NVelocityHandlerFactory()

Initializes a new instance of the NVelocityHandlerFactory class.

Method Detail

GetHandler

public System.Web.IHttpHandler GetHandler(System.Web.HttpContext context,
                                          string requestType,
                                          string url,
                                          string pathTranslated)

IHttpHandlerFactory method to

Parameters:
context -
requestType -
url -
pathTranslated -
Returns:

ReleaseHandler

public void ReleaseHandler(System.Web.IHttpHandler handler)

IHttpHandlerFactory must override method

Parameters:
handler -