C# (CSharp) Castle.MonoRail.Framework Namespace

Nested Namespaces

Castle.MonoRail.Framework.Adapters
Castle.MonoRail.Framework.Attributes
Castle.MonoRail.Framework.Configuration
Castle.MonoRail.Framework.Controllers
Castle.MonoRail.Framework.Extensions
Castle.MonoRail.Framework.Filters
Castle.MonoRail.Framework.Helpers
Castle.MonoRail.Framework.Internal
Castle.MonoRail.Framework.Services
Castle.MonoRail.Framework.Test
Castle.MonoRail.Framework.Tests
Castle.MonoRail.Framework.TransformFilters
Castle.MonoRail.Framework.ViewComponents
Castle.MonoRail.Framework.Views

Classes

Name Description
AccessibleThroughAttribute
AjaxActionAttribute
AssemblySourceInfo Represents a source of views in an assembly resource.
CacheAttribute
Controller Implements the core functionality and exposes the common methods for concrete controllers.
Controller.EmptyController
ControllerDetailsAttribute
ControllerLifecycleExecutor Default implementation of IControllerLifecycleExecutor

Handles the whole controller lifecycle in a request.

ControllerNotFoundException
DataBindAttribute
DefaultActionAttribute
DelegateDynamicAction Represents a dynamic action that forwards the call to an ActionDelegate
DynamicActionProviderAttribute
EmailTemplateService Default implementation of IEmailTemplateService
EngineContextModule Provides the services used and shared by the framework. Also is in charge of creating an implementation of IRailsEngineContext upon the start of a new request.
ExtensionManager MonoRail's extension manager. It fires events related to MonoRail that can be used to add additional behaviour.
FileAssemblyViewSourceLoader Default IViewSourceLoader implementation that uses the file system and assembly source as source of view templates
Filter Base class for filters which dispatches to virtual methods based on the ExecuteEnum value.
FilterAttribute
Flash
HelperAttribute
LayoutAttribute
LocalizationFilterAttribute
MonoRailHttpHandlerFactory Coordinates the creation of new MonoRailHttpHandler and uses the configuration to obtain the correct factories instances.
ProcessEngine
RailsException
RescueAttribute
ResourceAttribute
RoutingModule Provides routing basic services in response to rules defined in MonoRailConfiguration.RoutingRules. This class delegates the resolving of the path that will be evaluated to derivided classes.
ScaffoldException
ScaffoldingAttribute
ServiceContainerAccessor Exposes a single point to expose MonoRail's Container
ServiceProviderLocator Uses the HttpContext and the IServiceProviderExAccessor to access the container instance.
ServiceProviderLocator.ServiceProviderAccessorStrategy Default strategy to access a service provider
SkipFilterAttribute
TransformFilter Abstract base class for HttpFilters.
TransformFilterAttribute
ViewComponent Base class for reusable UI Components.
ViewComponentDetailsAttribute
ViewComponentParamAttribute
ViewEngineBase Abstract base class for View Engines.
WizardActionProvider Provide easy to use Wizard-like support.