| Home >> All >> org >> apache >> turbine >> services >> [ assemblerbroker Javadoc ] |
| | org.apache.turbine.services.assemblerbroker.util.* (14) | | org.apache.turbine.services.assemblerbroker.util.java.* (7) |
| | org.apache.turbine.services.assemblerbroker.util.python.* (6) |
org.apache.turbine.services.assemblerbroker: Javadoc index of package org.apache.turbine.services.assemblerbroker.
Package Samples:
org.apache.turbine.services.assemblerbroker.util: Assemblerbroker Service looks for action, screen, page, layout classes based on class fragments.
org.apache.turbine.services.assemblerbroker.util.python: Assemblerbroker Service looks for action, screen, page, layout classes based on class fragments.
org.apache.turbine.services.assemblerbroker.util.java: The various lookup factories for the Assemblerbroker service.
Classes:
TurbineAssemblerBrokerService: TurbineAssemblerBrokerService allows assemblers (like screens, actions and layouts) to be loaded from one or more AssemblerFactory classes. AssemblerFactory classes are registered with this broker by adding them to the TurbineResources.properties file.
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.
PythonLayoutFactory: 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.
PythonNavigationFactory: 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.
PythonPageFactory: 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.
PythonScreenFactory: 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.
PythonBaseFactory: A 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.
JavaActionFactory: An action factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaBaseFactory: A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaLayoutFactory: A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaNavigationFactory: A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaPageFactory: A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaScheduledJobFactory: A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaScreenFactory: A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
AssemblerBrokerService: An interface the Turbine Assembler service. See TurbineAssemblerBrokerService for more info.
TurbineAssemblerBroker: An interface the Turbine Assembler service. See TurbineAssemblerBrokerService for more info.
AssemblerFactory: Interface for AssemblerFactory's
| Home | Contact Us | Privacy Policy | Terms of Service |