C# Class Castle.MonoRail.Framework.Configuration.ViewEngineConfig

Represents the view engines configuration
Inheritance: ISerializedConfig
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
Deserialize ( XmlNode section ) : void

Deserializes the specified section.

Private Methods

Method Description
ConfigureDefaultViewEngine ( ) : void

Configures the default view engine.

ConfigureMultipleViewEngines ( XmlElement engines ) : void
ConfigureSingleViewEngine ( XmlNode section ) : void
LoadAdditionalSources ( XmlNode section ) : void
ResolveViewPath ( ) : void

Method Details

Deserialize() public method

Deserializes the specified section.
public Deserialize ( XmlNode section ) : void
section System.Xml.XmlNode The section.
return void