C# Class Calyptus.Mvc.Mapping.PathMapping

Inheritance: IMappingBinding
Show file Open project: sebmarkbage/calyptus.mvc

Public Methods

Method Description
PathMapping ( string path ) : System
SerializeToPath ( IPathStack path ) : void
ToString ( ) : string
TryMapping ( IHttpContext context, IPathStack path ) : bool

Method Details

PathMapping() public method

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

SerializeToPath() public method

public SerializeToPath ( IPathStack path ) : void
path IPathStack
return void

ToString() public method

public ToString ( ) : string
return string

TryMapping() public method

public TryMapping ( IHttpContext context, IPathStack path ) : bool
context IHttpContext
path IPathStack
return bool