ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.Tal.IAttributeHandler Interface Reference

Interface for a type which handles a single TAL attribute present upon a ZptElement, exposed by its IRenderingContext. More...

Inheritance diagram for CSF.Zpt.Tal.IAttributeHandler:

Public Member Functions

AttributeHandlingResult Handle (IRenderingContext context)
 Handle the related attribute types which exist upon the element exposed by the given context, if any. More...
 

Detailed Description

Interface for a type which handles a single TAL attribute present upon a ZptElement, exposed by its IRenderingContext.

Member Function Documentation

AttributeHandlingResult CSF.Zpt.Tal.IAttributeHandler.Handle ( IRenderingContext  context)

Handle the related attribute types which exist upon the element exposed by the given context, if any.

Returns
A response type providing information about the result of this operation.
Parameters
contextThe rendering context, which exposes a ZPT element.

Implemented in CSF.Zpt.Tal.DefineAttributeHandler, CSF.Zpt.Tal.AttributesAttributeHandler, CSF.Zpt.Tal.ContentOrReplaceAttributeHandler, CSF.Zpt.Tal.OnErrorAttributeHandler, CSF.Zpt.Tal.RepeatAttributeHandler, CSF.Zpt.Tal.ConditionAttributeHandler, and CSF.Zpt.Tal.OmitTagAttributeHandler.


The documentation for this interface was generated from the following file: