C# Class Rebel.Cms.Web.System.Boot.BootManager

Inheritance: DisposableObject
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
AddAppErrorHandler ( EventHandler handler ) : BootManager
AddContainerBuildingCompleteHandler ( EventHandler handler ) : BootManager
AddContainerBuildingHandler ( EventHandler handler ) : BootManager
Boot ( ) : IRebelApplicationContext

Wires everything up

BootManager ( System.Web.HttpApplication app ) : System
InitializeContainer ( Func container ) : BootManager
MvcAreaRegistration ( System.Action registrationMethod ) : BootManager

Assigns the method to register all MVC Areas

the registrationMethod will be called just before the RenderBootstrapper is executed, but after the CmsBootstrapper.

MvcCustomRouteRegistration ( System.Action registrationMethod ) : BootManager

Creates custom MVC routes

This method will be called before the Rebel catch all route is registered

MvcDefaultRouteRegistration ( System.Action registrationMethod ) : BootManager

Creates the default MVC routes

the registrationMethod will be called after the Rebel catch all route is registered

MvcGlobalFilterRegistration ( System.Action registrationMethod ) : BootManager

Registers the MVC Global filters

SetMvcResolverFactory ( global::System.Web.Mvc.IDependencyResolver>.Func mvcResolverFactory ) : BootManager

Méthodes protégées

Méthode Description
DisposeResources ( ) : void

Method Details

AddAppErrorHandler() public méthode

public AddAppErrorHandler ( EventHandler handler ) : BootManager
handler EventHandler
Résultat BootManager

AddContainerBuildingCompleteHandler() public méthode

public AddContainerBuildingCompleteHandler ( EventHandler handler ) : BootManager
handler EventHandler
Résultat BootManager

AddContainerBuildingHandler() public méthode

public AddContainerBuildingHandler ( EventHandler handler ) : BootManager
handler EventHandler
Résultat BootManager

Boot() public méthode

Wires everything up
public Boot ( ) : IRebelApplicationContext
Résultat IRebelApplicationContext

BootManager() public méthode

public BootManager ( System.Web.HttpApplication app ) : System
app System.Web.HttpApplication
Résultat System

DisposeResources() protected méthode

protected DisposeResources ( ) : void
Résultat void

InitializeContainer() public méthode

public InitializeContainer ( Func container ) : BootManager
container Func
Résultat BootManager

MvcAreaRegistration() public méthode

Assigns the method to register all MVC Areas
the registrationMethod will be called just before the RenderBootstrapper is executed, but after the CmsBootstrapper.
public MvcAreaRegistration ( System.Action registrationMethod ) : BootManager
registrationMethod System.Action
Résultat BootManager

MvcCustomRouteRegistration() public méthode

Creates custom MVC routes
This method will be called before the Rebel catch all route is registered
public MvcCustomRouteRegistration ( System.Action registrationMethod ) : BootManager
registrationMethod System.Action
Résultat BootManager

MvcDefaultRouteRegistration() public méthode

Creates the default MVC routes
the registrationMethod will be called after the Rebel catch all route is registered
public MvcDefaultRouteRegistration ( System.Action registrationMethod ) : BootManager
registrationMethod System.Action
Résultat BootManager

MvcGlobalFilterRegistration() public méthode

Registers the MVC Global filters
public MvcGlobalFilterRegistration ( System.Action registrationMethod ) : BootManager
registrationMethod System.Action
Résultat BootManager

SetMvcResolverFactory() public méthode

public SetMvcResolverFactory ( global::System.Web.Mvc.IDependencyResolver>.Func mvcResolverFactory ) : BootManager
mvcResolverFactory global::System.Web.Mvc.IDependencyResolver>.Func
Résultat BootManager