ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Default implementation of IExpressionEvaluatorService. More...
Public Member Functions | |
IExpressionEvaluator | GetEvaluator (Type type) |
Gets an evaluator by its System.Type . More... | |
IExpressionEvaluator | GetEvaluator (string prefix) |
Gets an evaluator by its expression prefix. More... | |
IExpressionEvaluator | GetDefaultEvaluator () |
Gets the default expression evaluator. More... | |
ExpressionEvaluatorService (IPluginConfiguration pluginConfig=null, IPluginAssemblyLoader assemblyLoader=null) | |
Initializes a new instance of the CSF.Zpt.Tales.ExpressionEvaluatorService class. More... | |
![]() | |
PluginServiceBase (IPluginConfiguration pluginConfig=null, IPluginAssemblyLoader assemblyLoader=null) | |
Initializes a new instance of the CSF.Zpt.PluginServiceBase class. More... | |
Additional Inherited Members | |
![]() | |
IPluginConfiguration | PluginConfig [get] |
Gets the plugin configuration. More... | |
Default implementation of IExpressionEvaluatorService.
|
inline |
Initializes a new instance of the CSF.Zpt.Tales.ExpressionEvaluatorService class.
|
inline |
Gets the default expression evaluator.
Implements CSF.Zpt.Tales.IExpressionEvaluatorService.
|
inline |
Gets an evaluator by its System.Type
.
type | Type. |
Implements CSF.Zpt.Tales.IExpressionEvaluatorService.
|
inline |
Gets an evaluator by its expression prefix.
prefix | Prefix. |
Implements CSF.Zpt.Tales.IExpressionEvaluatorService.