[Missing namespace summary documentation for N:Castle.MonoRail.Framework.Internal]

Syntax

C#
namespace Castle.MonoRail.Framework.Internal

Classes

  ClassDescription
Public classActionMetaDescriptor
Holds the meta information for a specific action
Public classActionProviderUtil
Util class that deals with action providers
Public classBaseMetaDescriptor
Common meta descriptor that represents configuration share by controllers and actions.
Public classCommonUtils
Code shared by Helpers/Controllers/Others
Public classControllerDescriptor
Represents the configuration associated with a Controller.
Public classControllerMetaDescriptor
Holds all meta information a controller might expose, so the attributes are collected only once. This approach translates into a huge performance boost.
Public classDefaultFilterDescriptorProvider
Creates FilterDescriptor from attributes associated with the Controller
Public classDefaultHelperDescriptorProvider
Creates HelperDescriptor from attributes associated with the Controller
Public classDefaultLayoutDescriptorProvider
Creates LayoutDescriptor from attributes associated with the Controller and its actions
Public classDefaultRescueDescriptorProvider
Creates RescueDescriptor from attributes associated with the Controller
Public classDefaultResourceDescriptorProvider
Creates ResourceDescriptor from attributes associated with the Controller
Public classDefaultTransformFilterDescriptorProvider
Creates TransformFilterDescriptor from attributes associated with the Controller
Public classFilterDescriptor
Represents the meta information and type of an implementation of IFilter.
Public classHelperDescriptor
Represents the information about a Helper class associated with a Controller
Public classJSCollectionGeneratorBase
Collection related generator
Public classJSElementGeneratorBase
Operations related to an element
Public classJSGeneratorBase
Abstract class that contains the shared logic of JS Generation, separated from the various view engines implementations
Public classLayoutDescriptor
Represents a layout configuration
Public classRescueDescriptor
Represents a rescue configuration
Public classResourceDescriptor
Represents a resource configuration associated with a controller.
Public classResourceDictionary
Simple strong typed dictionary for IResource instances.
Public classResourceFacade
Simple facade that provides the IResource interface to a ResourceManager instance.
Public classTransformFilterDescriptor
Represents the meta information and type of an implementation of ITransformFilter.
Public classUrlTokenizerException
Represents a problem during the Url information extraction.
Public classViewEngineInfo
Represents a view engine configuration
Public classWizardUtils
Utility class for wizard related queries and operations

Interfaces

  InterfaceDescription
Public interfaceIFilterDescriptorBuilder
Contract for FilterDescriptor builders.
Public interfaceIFilterDescriptorProvider
Defines the contract to an implementation that wish to create FilterDescriptor.
Public interfaceIHelperDescriptorBuilder
Contract for HelperDescriptor builders
Public interfaceIHelperDescriptorProvider
Defines the contract to an implementation that wish to create HelperDescriptor.
Public interfaceILayoutDescriptorBuilder
Contract for LayoutDescriptor builders
Public interfaceILayoutDescriptorProvider
Defines the contract to an implementation that wish to create LayoutDescriptor.
Public interfaceIProvider
Base interface for providers
Public interfaceIRescueDescriptorBuilder
Contract for RescueDescriptor builders
Public interfaceIRescueDescriptorProvider
Defines the contract to an implementation that wish to create RescueDescriptor.
Public interfaceIResourceDescriptorBuilder
Contract for ResourceDescriptor builders
Public interfaceIResourceDescriptorProvider
Defines the contract to an implementation that wish to create ResourceDescriptor.
Public interfaceITransformFilterDescriptorBuilder
Contract for TransformFilterDescriptor builders
Public interfaceITransformFilterDescriptorProvider
Defines the contract to an implementation that wish to create TransformFilterDescriptor.