C# Class Calyptus.Mvc.EntryControllerAttribute

Inheritance: ControllerBaseAttribute, IEntryControllerBinding
显示文件 Open project: sebmarkbage/calyptus.mvc

Protected Properties

Property Type Description
Mappings IList

Public Methods

Method Description
EntryControllerAttribute ( ) : System
EntryControllerAttribute ( string path ) : System
EntryControllerAttribute ( string pathResourceBaseName, string pathResourceKey ) : System
EntryControllerAttribute ( string pathResourceAssembly, string pathResourceBaseName, string pathResourceKey ) : System
Initialize ( Type controllerType ) : void

Protected Methods

Method Description
IEntryControllerBinding ( IRouteAction action, IPathStack path ) : void

Private Methods

Method Description
IEntryControllerBinding ( IHttpContext context, IPathStack path, IHttpHandler &handler ) : bool

Method Details

EntryControllerAttribute() public method

public EntryControllerAttribute ( ) : System
return System

EntryControllerAttribute() public method

public EntryControllerAttribute ( string path ) : System
path string
return System

EntryControllerAttribute() public method

public EntryControllerAttribute ( string pathResourceBaseName, string pathResourceKey ) : System
pathResourceBaseName string
pathResourceKey string
return System

EntryControllerAttribute() public method

public EntryControllerAttribute ( string pathResourceAssembly, string pathResourceBaseName, string pathResourceKey ) : System
pathResourceAssembly string
pathResourceBaseName string
pathResourceKey string
return System

IEntryControllerBinding() protected method

protected IEntryControllerBinding ( IRouteAction action, IPathStack path ) : void
action IRouteAction
path IPathStack
return void

Initialize() public method

public Initialize ( Type controllerType ) : void
controllerType System.Type
return void

Property Details

Mappings protected_oe property

protected IList Mappings
return IList