Name | Description |
---|---|
DefaultRailsEngineContext | Adapter to expose a valid IRailsEngineContext implementation on top of HttpContext . |
FileDictionaryAdapter | Adapts the ASP.Net HttpFileCollection to MonoRail dictionary |
RequestAdapter | This class adapts the HttpRequest to a MonoRail IRequest . |
ResponseAdapter | Adapts the IResponse to an HttpResponse instance. |
SessionAdapter | Adapts the ASP.Net session as a simple dictionary for MonoRail |
TraceAdapter | Delegates to ASP.Net TraceContext. |