C# Class Spring.Context.Support.HttpApplicationConfigurer

Mostra file Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
Configure ( IConfigurableApplicationContext appContext, System.Web.HttpApplication app ) : void

Configures the instance and its modules.

When called, configures using the IApplicationContext instance provided in appContext and the templates available in ApplicationTemplate and ModuleTemplates.

Method Details

Configure() public static method

Configures the instance and its modules.
When called, configures using the IApplicationContext instance provided in appContext and the templates available in ApplicationTemplate and ModuleTemplates.
public static Configure ( IConfigurableApplicationContext appContext, System.Web.HttpApplication app ) : void
appContext IConfigurableApplicationContext the application context instance to be used for resolving object references.
app System.Web.HttpApplication the instance to be configured.
return void