C# Class Spring.Context.Support.HttpApplicationConfigurer

Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat void