[Missing namespace summary documentation for N:Castle.MonoRail.Framework.Internal]
Syntax
| C# |
|---|
namespace Castle.MonoRail.Framework.Internal |
Classes
| Class | Description | |
|---|---|---|
| ActionMetaDescriptor |
Holds the meta information for a specific action
| |
| ActionProviderUtil |
Util class that deals with action providers
| |
| BaseMetaDescriptor |
Common meta descriptor that represents configuration share by
controllers and actions.
| |
| CommonUtils |
Code shared by Helpers/Controllers/Others
| |
| ControllerDescriptor |
Represents the configuration associated with a Controller.
| |
| ControllerMetaDescriptor |
Holds all meta information a controller might
expose, so the attributes are collected only once.
This approach translates into a huge performance boost.
| |
| DefaultFilterDescriptorProvider |
Creates FilterDescriptor from attributes
associated with the Controller | |
| DefaultHelperDescriptorProvider |
Creates HelperDescriptor from attributes
associated with the Controller | |
| DefaultLayoutDescriptorProvider |
Creates LayoutDescriptor from attributes
associated with the Controller and its actions
| |
| DefaultRescueDescriptorProvider |
Creates RescueDescriptor from attributes
associated with the Controller | |
| DefaultResourceDescriptorProvider |
Creates ResourceDescriptor from attributes
associated with the Controller | |
| DefaultTransformFilterDescriptorProvider |
Creates TransformFilterDescriptor from attributes
associated with the Controller | |
| FilterDescriptor |
Represents the meta information and type of
an implementation of IFilter.
| |
| HelperDescriptor |
Represents the information about a Helper class
associated with a Controller | |
| JSCollectionGeneratorBase |
Collection related generator
| |
| JSElementGeneratorBase |
Operations related to an element
| |
| JSGeneratorBase |
Abstract class that contains the shared logic of JS Generation, separated from
the various view engines implementations
| |
| LayoutDescriptor |
Represents a layout configuration
| |
| RescueDescriptor |
Represents a rescue configuration
| |
| ResourceDescriptor |
Represents a resource configuration associated with a controller.
| |
| ResourceDictionary |
Simple strong typed dictionary for IResource instances.
| |
| ResourceFacade |
Simple facade that provides the IResource interface to a
ResourceManager instance.
| |
| TransformFilterDescriptor |
Represents the meta information and type of
an implementation of ITransformFilter.
| |
| UrlTokenizerException |
Represents a problem during the Url information extraction.
| |
| ViewEngineInfo |
Represents a view engine configuration
| |
| WizardUtils |
Utility class for wizard related queries and operations
|
Interfaces
| Interface | Description | |
|---|---|---|
| IFilterDescriptorBuilder |
Contract for FilterDescriptor builders.
| |
| IFilterDescriptorProvider |
Defines the contract to an implementation
that wish to create FilterDescriptor.
| |
| IHelperDescriptorBuilder |
Contract for HelperDescriptor builders
| |
| IHelperDescriptorProvider |
Defines the contract to an implementation
that wish to create HelperDescriptor.
| |
| ILayoutDescriptorBuilder |
Contract for LayoutDescriptor builders
| |
| ILayoutDescriptorProvider |
Defines the contract to an implementation
that wish to create LayoutDescriptor.
| |
| IProvider |
Base interface for providers
| |
| IRescueDescriptorBuilder |
Contract for RescueDescriptor builders
| |
| IRescueDescriptorProvider |
Defines the contract to an implementation
that wish to create RescueDescriptor.
| |
| IResourceDescriptorBuilder |
Contract for ResourceDescriptor builders
| |
| IResourceDescriptorProvider |
Defines the contract to an implementation
that wish to create ResourceDescriptor.
| |
| ITransformFilterDescriptorBuilder |
Contract for TransformFilterDescriptor builders
| |
| ITransformFilterDescriptorProvider |
Defines the contract to an implementation
that wish to create TransformFilterDescriptor.
|