ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Interface for a type which handles a single TAL attribute present upon a ZptElement, exposed by its IRenderingContext. More...
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... | |
Interface for a type which handles a single TAL attribute present upon a ZptElement, exposed by its IRenderingContext.
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.
context | The 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.