ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Default implementation of IZptDocumentProviderService. More...
Public Member Functions | |
IZptDocumentProvider | GetProvider (Type providerType) |
Gets a provider based upon its System.Type . More... | |
IZptDocumentProvider | GetProvider (string providerTypeName) |
Gets a provider based upon its System.Type assembly-qualified name. More... | |
IZptDocumentProvider | GetDefaultHtmlProvider () |
Gets the default provider for HTML documents. More... | |
IZptDocumentProvider | GetDefaultXmlProvider () |
Gets the default provider for XML documents. More... | |
ZptDocumentProviderService (IPluginConfiguration pluginConfig=null, IPluginAssemblyLoader assemblyLoader=null) | |
Initializes a new instance of the CSF.Zpt.ZptDocumentProviderService 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 IZptDocumentProviderService.
|
inline |
Initializes a new instance of the CSF.Zpt.ZptDocumentProviderService class.
|
inline |
Gets the default provider for HTML documents.
Implements CSF.Zpt.IZptDocumentProviderService.
|
inline |
Gets the default provider for XML documents.
Implements CSF.Zpt.IZptDocumentProviderService.
|
inline |
Gets a provider based upon its System.Type
.
providerType | Provider type. |
Implements CSF.Zpt.IZptDocumentProviderService.
|
inline |
Gets a provider based upon its System.Type
assembly-qualified name.
providerTypeName | Provider type name. |
Implements CSF.Zpt.IZptDocumentProviderService.