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

Interface for a service which applies METAL macro expansion to an element within a IRenderingContext. More...

Inheritance diagram for CSF.Zpt.Metal.IMacroExpander:

Public Member Functions

IRenderingContext ExpandMacros (IRenderingContext context)
 Expands macros in the given context and returns an appropriate context. More...
 

Detailed Description

Interface for a service which applies METAL macro expansion to an element within a IRenderingContext.

Member Function Documentation

IRenderingContext CSF.Zpt.Metal.IMacroExpander.ExpandMacros ( IRenderingContext  context)

Expands macros in the given context and returns an appropriate context.

Returns
The rendering context exposed by the current operation.
Parameters
contextA rendering context.

Implemented in CSF.Zpt.Metal.MacroExpander.


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