org.apache.turbine.services.assemblerbroker.util.python
Class PythonActionFactory

java.lang.Object
  |
  +--org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
        |
        +--org.apache.turbine.services.assemblerbroker.util.python.PythonActionFactory
All Implemented Interfaces:
AssemblerFactory

public class PythonActionFactory
extends PythonBaseFactory

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

PythonActionFactory

public PythonActionFactory()
Method Detail

getAssembler

public Assembler getAssembler(java.lang.String name)
                       throws java.lang.Exception


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.