Метод | Описание | |
---|---|---|
Service ( IServiceProvider provider ) : void |
Services the specified provider.
|
|
SetExtensionConfigNode ( |
Gives to the extension implementor a chance to read attributes and child nodes of the extension node
|
Метод | Описание | |
---|---|---|
Init ( ExtensionManager manager, Castle.MonoRail.Framework.Configuration.MonoRailConfiguration configuration ) : void |
Reads the attribute
|
|
OnAdquireSessionState ( IRailsEngineContext context ) : void |
Overrides the ISession instance on IRailsEngineContext. Note that the session available through IHttpContext is left untouched |
|
OnReleaseSessionState ( IRailsEngineContext context ) : void |
Retrives the ISession instance from IRailsEngineContext. and invokes ICustomSessionFactory.PersistSession
|
public Service ( IServiceProvider provider ) : void | ||
provider | IServiceProvider | The provider. |
Результат | void |
public SetExtensionConfigNode ( |
||
node | The node that defines the MonoRail extension | |
Результат | void |