C# Class Pomona.Routing.InternalRouteActionResolver

Inheritance: IRouteActionResolver
Exibir arquivo Open project: Pomona/Pomona

Public Methods

Method Description
InternalRouteActionResolver ( IEnumerable nestedActionResolvers ) : System
Resolve ( Route route, HttpMethod method ) : IEnumerable

Private Methods

Method Description
ResolveNonCached ( Route route, HttpMethod method ) : IEnumerable
ThrowMethodNotAllowedForType ( HttpMethod requestMethod, HttpMethod allowedMethods ) : PomonaResponse

Method Details

InternalRouteActionResolver() public method

public InternalRouteActionResolver ( IEnumerable nestedActionResolvers ) : System
nestedActionResolvers IEnumerable
return System

Resolve() public method

public Resolve ( Route route, HttpMethod method ) : IEnumerable
route Route
method HttpMethod
return IEnumerable