|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory | +--org.apache.turbine.services.assemblerbroker.util.python.PythonActionFactory
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.
Constructor Summary | |
PythonActionFactory()
|
Method Summary | |
Assembler |
getAssembler(java.lang.String name)
|
Methods inherited from class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory |
getAssembler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PythonActionFactory()
Method Detail |
public Assembler getAssembler(java.lang.String name) throws java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |