NVelocity.Http Namespace Summary

Class Summary
HandlerSkeleton Summary description for NVelocityHandlerSkeleton.
NVelocityHandler  
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.
NVelocityViewHandler A servlet to process Velocity templates. This is comparable to the the JspServlet for JSP-based applications.The servlet provides the following features:renders Velocity templatesprovides support for an auto-loaded, configurable toolboxprovides transparent access to the servlet request attributes, servlet session attributes and servlet context attributes by auto-searching themlogs to the logging facility of the servlet APIVelocityViewServlet supports the following configuration parameters in webl.xml:toolboxPath and name of the toolbox configuration file. The path must be relative to the web application root directory. If this parameter is not found, no toolbox is instantiated.org.apache.velocity.propertiesPath and name of the Velocity configuration file. The path must be relative to the web application root directory. If this parameter is not present, Velocity is initialized with default settings.