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

Namespaces

package  BatchRendering
 
package  DocumentProviders
 
package  ExpressionEvaluators
 
package  Metal
 
package  MVC
 
package  Rendering
 
package  Resources
 
package  SourceAnnotation
 
package  Tal
 
package  Tales
 

Classes

class  DefaultAddOnAssemblyFinder
 Default implementation of IAddOnAssemblyFinder which uses the path of the CSF.Zpt.dll assembly as the basis for search. More...
 
class  EmptyPluginConfiguration
 Represents empty/nonexistent plugin configuration.
 
interface  IAddOnAssemblyFinder
 A service which gets the full paths for add-on assemblies, given a partial name for the assembly. More...
 
interface  IPluginAssemblyLoader
 Interface for a type which loads plugin assemblies. More...
 
interface  IPluginConfiguration
 Interface for a type capable of providing information about installed plugins. More...
 
interface  IXmlUrlResolverFactory
 Interface for a service which can return instances of XmlUrlResolver. More...
 
interface  IZptDocument
 Represents a ZPT document. More...
 
interface  IZptDocumentFactory
 Interface for a type which creates instances of IZptDocument. More...
 
interface  IZptDocumentProvider
 Interface for a type which creates IZptDocument implementations. More...
 
interface  IZptDocumentProviderService
 Interface for a service which provides access to the various registered IZptDocumentProvider instances. More...
 
class  LocalXhtmlXmlResolver
 
class  Log4netTraceListener
 Log4net trace listener More...
 
class  Plugin
 Configuration type representing a single plugin assembly. More...
 
class  PluginAssemblyCollection
 Configuration type which represents the collection of plugin assemblies. More...
 
class  PluginAssemblyLoader
 Default implementation of IPluginAssemblyLoader. More...
 
class  PluginConfigurationSection
 Implementation of IPluginConfiguration using a System.Configuration.ConfigurationSection. More...
 
class  PluginServiceBase
 Abstract base type for a service which exposes plugin instances. More...
 
class  SelfConfiguringLog4netTraceListener
 Implementation of Log4netTraceListener which self-configures from the XML config. More...
 
class  XmlUrlResolverFactory
 Default implementation of IXmlUrlResolverFactory. More...
 
class  ZptConstants
 Static type holding constant values shared amongst the ZPT system. More...
 
class  ZptDocument
 Represents a ZPT document. More...
 
class  ZptDocumentFactory
 Default implementation of IZptDocumentFactory. More...
 
class  ZptDocumentProviderCache
 Cache implementation for IZptDocumentProvider instances.
 
class  ZptDocumentProviderService
 Default implementation of IZptDocumentProviderService. More...
 
class  ZptException
 Base exception type for all non-assertion type exceptions which could be raised by Zpt-Sharp. More...
 

Enumerations

enum  RenderingMode { RenderingMode.Html = 1, RenderingMode.Xml }
 Enumerates the available rendering modes. More...
 

Enumeration Type Documentation

Enumerates the available rendering modes.

Enumerator
Html 

Indicates an HTML rendering mode.

Xml 

Indicates an XML rendering mode.