Uses of Interface
org.apache.turbine.services.assemblerbroker.util.AssemblerFactory

Packages that use AssemblerFactory
org.apache.turbine.services.assemblerbroker Assemblerbroker Service looks for action, screen, page, layout classes based on class fragments. 
org.apache.turbine.services.assemblerbroker.util.java Factories for the java class based view (all template views). 
org.apache.turbine.services.assemblerbroker.util.python Factory for the python / jython based view. 
 

Uses of AssemblerFactory in org.apache.turbine.services.assemblerbroker
 

Methods in org.apache.turbine.services.assemblerbroker with parameters of type AssemblerFactory
 void TurbineAssemblerBrokerService.registerFactory(java.lang.String type, AssemblerFactory factory)
          Register a new AssemblerFactory under a certain type
 void AssemblerBrokerService.registerFactory(java.lang.String type, AssemblerFactory factory)
          Register an AssemblerFactory class for a given type
static void TurbineAssemblerBroker.registerFactory(java.lang.String type, AssemblerFactory factory)
          Register a new Assembler factory with this service.
 

Uses of AssemblerFactory in org.apache.turbine.services.assemblerbroker.util.java
 

Classes in org.apache.turbine.services.assemblerbroker.util.java that implement AssemblerFactory
 class JavaActionFactory
          An action factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 class JavaBaseFactory
          A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 class JavaLayoutFactory
          A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 class JavaNavigationFactory
          A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 class JavaPageFactory
          A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 class JavaScheduledJobFactory
          A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 class JavaScreenFactory
          A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 

Uses of AssemblerFactory in org.apache.turbine.services.assemblerbroker.util.python
 

Classes in org.apache.turbine.services.assemblerbroker.util.python that implement AssemblerFactory
 class PythonActionFactory
          A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
 class PythonBaseFactory
          A factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
 class PythonLayoutFactory
          A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
 class PythonNavigationFactory
          A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
 class PythonPageFactory
          A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
 class PythonScreenFactory
          A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
 



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