ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
A type which finds METAL macros where they are referenced by a rendering context. More...
Public Member Functions | |
IZptElement | GetUsedMacro (IRenderingContext context) |
Examines the given IRenderingContext and - if it uses a METAL macro - gets that macro from the model contained within that context. More... | |
IZptElement | GetExtendedMacro (IRenderingContext context) |
Examines the given IRenderingContext and - if it extends a METAL macro - gets that macro from the model contained within that context. More... | |
A type which finds METAL macros where they are referenced by a rendering context.
IZptElement CSF.Zpt.Metal.IMacroFinder.GetExtendedMacro | ( | IRenderingContext | context | ) |
Examines the given IRenderingContext and - if it extends a METAL macro - gets that macro from the model contained within that context.
null
reference.context | The rendering context. |
Implemented in CSF.Zpt.Metal.MacroFinder.
IZptElement CSF.Zpt.Metal.IMacroFinder.GetUsedMacro | ( | IRenderingContext | context | ) |
Examines the given IRenderingContext and - if it uses a METAL macro - gets that macro from the model contained within that context.
null
reference.context | The rendering context. |
Implemented in CSF.Zpt.Metal.MacroFinder.