PPA.Template.Engines
index
/home/ods/SF-PPA/homepage/API/PPA/Template/Engines/__init__.py

# $Id: __init__.py,v 1.1.1.1 2004/04/09 13:18:11 ods Exp $

 
Package Contents
       
DTML
HTMLTAL
PySI
PythonEmbedded
Raw
XHTMLTAL
XMLTAL
_TALCommon
_registry

 
Classes
       
EngineImporter
exceptions.LookupError(exceptions.StandardError)
UnknownTemplateType

 
class EngineImporter
     Methods defined here:
__call__(self, template_type)
Return module of engine by its type
__init__(self, engines_by_type={'dtml': 'DTML', 'htal': 'HTMLTAL', 'pyem': 'PythonEmbedded', 'pysi': 'PySI', 'raw': 'Raw', 'xhtal': 'XHTMLTAL', 'xtal': 'XMLTAL'})

 
class UnknownTemplateType(exceptions.LookupError)
    
Method resolution order:
UnknownTemplateType
exceptions.LookupError
exceptions.StandardError
exceptions.Exception

Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
Data
        __all__ = ['enginesByType', 'UnknownTemplateType', 'EngineImporter']
enginesByType = {'dtml': 'DTML', 'htal': 'HTMLTAL', 'pyem': 'PythonEmbedded', 'pysi': 'PySI', 'raw': 'Raw', 'xhtal': 'XHTMLTAL', 'xtal': 'XMLTAL'}