C# Class Calyptus.Mvc.ControllerBaseAttribute

Inheritance: System.Attribute, IControllerBinding
Afficher le fichier Open project: sebmarkbage/calyptus.mvc

Méthodes publiques

Méthode Description
Initialize ( Type controllerType ) : void
SerializeToPath ( IRouteAction action, IPathStack path ) : void
TryBinding ( IHttpContext context, IPathStack path, IHttpHandler &handler ) : bool
TryBinding ( IHttpContext context, IPathStack path, object controller, IHttpHandler &handler ) : bool

Method Details

Initialize() public méthode

public Initialize ( Type controllerType ) : void
controllerType System.Type
Résultat void

SerializeToPath() public méthode

public SerializeToPath ( IRouteAction action, IPathStack path ) : void
action IRouteAction
path IPathStack
Résultat void

TryBinding() public méthode

public TryBinding ( IHttpContext context, IPathStack path, IHttpHandler &handler ) : bool
context IHttpContext
path IPathStack
handler IHttpHandler
Résultat bool

TryBinding() public méthode

public TryBinding ( IHttpContext context, IPathStack path, object controller, IHttpHandler &handler ) : bool
context IHttpContext
path IPathStack
controller object
handler IHttpHandler
Résultat bool