ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Classes | |
class | AbstractSourceInfo |
Implementation of ISourceInfo representing an abstract string path. More... | |
class | CancellationToken |
Simple type which indicates that the action should always be cancelled. More... | |
class | ContextVisitorBase |
Abstract base logic for implementations of IContextVisitor. More... | |
class | ContextVisitorFactory |
Type which creates instances of IContextVisitor via reflection. More... | |
class | CouldNotCreateContextVisitorException |
Exception raised when the construction of an IContextVisitor fails. More... | |
class | CouldNotCreateRenderingContextFactoryException |
Exception raised when the construction of an IRenderingContextFactory fails. More... | |
class | DefaultRenderingSettings |
Represents the default IRenderingSettings. More... | |
class | ElementExtensions |
Extension methods for the IZptElement type and its subtypes. More... | |
class | ElementRenderer |
Default implementation of IElementRenderer. More... | |
class | EmptyModel |
Implementation of Model which always contains nothing. | |
class | ExpressionResult |
Represents the result of evaluating a TALES expression. More... | |
interface | IActionCanceller |
Interface for a type which may 'cancel an action'. The meaning of this is dependant upon the operation being performed, but generally it will mean that no change is made to an existing HTML structure. More... | |
interface | IContextVisitor |
Interface for a type which can visit a IRenderingContext instance. More... | |
interface | IContextVisitorFactory |
Type which creates instances of IContextVisitor via reflection. More... | |
interface | IElementRenderer |
Service which renders a single More... | |
interface | IModel |
A model which represents and carries the state of a ZPT operation. More... | |
interface | IModelValueContainer |
Helper type which permits configuration of the TAL and/or METAL models with data. More... | |
interface | IModelValueStore |
Represents a mechanism of configuring an IModel, by adding local and/or global variable definitions. More... | |
interface | IRenderingContext |
Interface for a rendering context. More... | |
interface | IRenderingContextFactory |
Interface for a type which creates an instance of IRenderingContext from the IRenderingSettings. More... | |
interface | IRenderingContextFactoryFactory |
Type which creates instances of IRenderingContextFactory via reflection. More... | |
interface | IRenderingOptions |
Represents options from which IRenderingSettings may be built. More... | |
interface | IRenderingSettings |
Encapsulates the available options for rendering a IZptDocument. More... | |
interface | IRenderingSettingsFactory |
Factory type for creating instances of IRenderingSettings. More... | |
interface | IRepetitionInfo |
Represents information about a repetition. More... | |
interface | ISourceInfo |
Information about the source of an IZptDocument or IZptElement. More... | |
interface | ISourceInfoFactory |
Factory type for ISourceInfo. More... | |
interface | IZptAttribute |
Interface for a type which wraps a DOM attribute. More... | |
interface | IZptElement |
Interface for a type which wraps a DOM element. More... | |
class | Model |
Represents the root of an object model. More... | |
class | ModelEvaluationException |
Represents an exception which is raised whilst evaluating an expression within a IModel. More... | |
class | NamedObjectWrapper |
Simple wrapper type which provides access to objects by System.String names. More... | |
class | NoOpVisitor |
Implementation of ContextVisitorBase that performs no operation. More... | |
class | OriginalAttributeValuesCollection |
Represents a collection of IZptAttribute, exposing the original attributes present upon an element. More... | |
class | RenderingContext |
Represents the object model, presented to a IZptDocument when it is rendered. More... | |
class | RenderingContextExtensions |
Extension methods for RenderingContext instances. More... | |
class | RenderingContextFactoryFactory |
Type which creates instances of IRenderingContextFactory via reflection. More... | |
class | RenderingException |
Represents an exception raised whilst rendering a ZPT document. More... | |
class | RenderingOptions |
Default implementation of IRenderingOptions. More... | |
class | RenderingSettings |
Encapsulates the available options for rendering a ZptDocument. More... | |
class | RenderingSettingsFactory |
Default implementation of IRenderingSettingsFactory. More... | |
class | RepetitionInfo |
Gets information about a repetition/iteration. More... | |
class | RepetitionMetadataCollectionWrapper |
Wrapper type for a collection of named IRepetitionInfo instances. More... | |
class | SourceFileInfo |
Provides information about the source file from which an ZptElement is derived. More... | |
class | SourceInfoFactory |
Default implementation of ISourceInfoFactory. More... | |
class | UnknownSourceFileInfo |
Null-object implementation of SourceFileInfo, representing an unknown source file. More... | |
class | ZptAttribute |
Represents an ZptElement attribute. More... | |
class | ZptElement |
Represents an element node in a ZPT document. More... | |
class | ZptNamespace |
Represents a ZPT namespace, by either or both of its prefix and namespace URI. More... | |