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

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

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

PythonNavigationFactory

public PythonNavigationFactory()
Method Detail

getAssembler

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


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