Klasse PythonLayoutFactory

java.lang.Object
org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory<Layout>
org.apache.turbine.services.assemblerbroker.util.python.PythonLayoutFactory
Alle implementierten Schnittstellen:
Loader<Layout>, AssemblerFactory<Layout>

A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen. The JPython script should inherit from Turbine Screen or one of its subclasses.
Version:
$Id$
Autor:
Leon Messerschmidt, Henning P. Schmiedehausen