Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
<T extends Assembler> |
TurbineAssemblerBrokerService.registerFactory(AssemblerFactory<T> factory)
Register a new AssemblerFactory
|
static <T extends Assembler> |
TurbineAssemblerBroker.registerFactory(AssemblerFactory<T> factory)
Register a new Assembler factory with this service.
|
<T extends Assembler> |
AssemblerBrokerService.registerFactory(AssemblerFactory<T> factory)
Register an AssemblerFactory class
|
Modifier and Type | Class and Description |
---|---|
class |
JavaActionFactory
An action factory that attempts to load a java class from
the module packages defined in the TurbineResource.properties.
|
class |
JavaBaseFactory<T extends Assembler>
A screen factory that attempts to load a java class from
the module packages defined in the TurbineResource.properties.
|
class |
JavaLayoutFactory
A layout 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.
|
Modifier and Type | Class and Description |
---|---|
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<T extends Assembler>
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-2015 The Apache Software Foundation. All Rights Reserved.