org.apache.turbine.services.assemblerbroker.util.python |
Factory for the python / jython based view.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $
|
Java Source File Name | Type | Comment |
PythonActionFactory.java | Class | 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.
author: Leon Messerschmidt author: Henning P. |
PythonBaseFactory.java | Class | A 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.
author: Leon Messerschmidt author: Henning P. |
PythonLayoutFactory.java | Class | 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.
author: Leon Messerschmidt author: Henning P. |
PythonNavigationFactory.java | Class | 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.
author: Leon Messerschmidt author: Henning P. |
PythonPageFactory.java | Class | 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.
author: Leon Messerschmidt author: Henning P. |
PythonScreenFactory.java | Class | 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.
author: Leon Messerschmidt author: Henning P. |