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

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

public class PythonScreenFactory
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
PythonScreenFactory()
           
 
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

PythonScreenFactory

public PythonScreenFactory()
Method Detail

getAssembler

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


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