org.apache.turbine.services.assemblerbroker.util.python |
Factory for the python / jython based view.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
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. |