C# Class tinyweb.framework.DefaultHandlerScanner

Inheritance: IHandlerScanner
ファイルを表示 Open project: martinrue/Tinyweb

Public Methods

Method Description
FindAll ( IEnumerable types ) : IEnumerable
GetSearcher ( ) : bool>.Func

Private Methods

Method Description
addHandlerAreaToRouteUriIfRegistered ( Type handlerType, string routeUri ) : string
getExplicitRouteFromHandler ( MemberInfo routeMember, object handler ) : Route
getRoute ( Type type ) : Route
getRouteUriByConvention ( Type type ) : string
handlerIsValid ( Type type ) : bool

Method Details

FindAll() public method

public FindAll ( IEnumerable types ) : IEnumerable
types IEnumerable
return IEnumerable

GetSearcher() public method

public GetSearcher ( ) : bool>.Func
return bool>.Func