C# Class Calyptus.Mvc.ActionHandler

Afficher le fichier Open project: sebmarkbage/calyptus.mvc

Méthodes publiques

Свойство Type Description
Action System.Reflection.MethodInfo
ActionExtensions IExtension[]
Binding IActionBinding
ControllerExtensions IExtension[]
Properties Calyptus.Mvc.PropertyHandler[]

Méthodes publiques

Méthode Description
ExecuteAction ( IHttpContext context, object controller, object parameters ) : object
GetHttpHandler ( IHttpContext context, object controller, object parameters ) : IHttpHandler
RenderAction ( IHttpContext context, object valueToRender ) : void

Méthodes protégées

Méthode Description
HandleException ( IHttpContext context, Exception e ) : object
OnAfterAction ( IHttpContext context, AfterActionEventArgs args ) : void
OnAfterRender ( IHttpContext context, AfterRenderEventArgs args ) : void
OnBeforeAction ( IHttpContext context, BeforeActionEventArgs args ) : void
OnBeforeRender ( IHttpContext context, BeforeRenderEventArgs args ) : void
OnError ( IHttpContext context, ErrorEventArgs args ) : void

Method Details

ExecuteAction() public méthode

public ExecuteAction ( IHttpContext context, object controller, object parameters ) : object
context IHttpContext
controller object
parameters object
Résultat object

GetHttpHandler() public méthode

public GetHttpHandler ( IHttpContext context, object controller, object parameters ) : IHttpHandler
context IHttpContext
controller object
parameters object
Résultat IHttpHandler

HandleException() protected méthode

protected HandleException ( IHttpContext context, Exception e ) : object
context IHttpContext
e System.Exception
Résultat object

OnAfterAction() protected méthode

protected OnAfterAction ( IHttpContext context, AfterActionEventArgs args ) : void
context IHttpContext
args AfterActionEventArgs
Résultat void

OnAfterRender() protected méthode

protected OnAfterRender ( IHttpContext context, AfterRenderEventArgs args ) : void
context IHttpContext
args AfterRenderEventArgs
Résultat void

OnBeforeAction() protected méthode

protected OnBeforeAction ( IHttpContext context, BeforeActionEventArgs args ) : void
context IHttpContext
args BeforeActionEventArgs
Résultat void

OnBeforeRender() protected méthode

protected OnBeforeRender ( IHttpContext context, BeforeRenderEventArgs args ) : void
context IHttpContext
args BeforeRenderEventArgs
Résultat void

OnError() protected méthode

protected OnError ( IHttpContext context, ErrorEventArgs args ) : void
context IHttpContext
args ErrorEventArgs
Résultat void

RenderAction() public méthode

public RenderAction ( IHttpContext context, object valueToRender ) : void
context IHttpContext
valueToRender object
Résultat void

Property Details

Action public_oe property

public System.Reflection.MethodInfo Action
Résultat System.Reflection.MethodInfo

ActionExtensions public_oe property

public IExtension[] ActionExtensions
Résultat IExtension[]

Binding public_oe property

public IActionBinding Binding
Résultat IActionBinding

ControllerExtensions public_oe property

public IExtension[] ControllerExtensions
Résultat IExtension[]

Properties public_oe property

public PropertyHandler[],Calyptus.Mvc Properties
Résultat Calyptus.Mvc.PropertyHandler[]