Uses of Interface
org.apache.turbine.services.assemblerbroker.util.AssemblerFactory
-
Packages that use AssemblerFactory 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. -
-
Uses of AssemblerFactory in org.apache.turbine.services.assemblerbroker
Methods in org.apache.turbine.services.assemblerbroker with parameters of type AssemblerFactory Modifier and Type Method Description <T extends Assembler>
voidAssemblerBrokerService. registerFactory(AssemblerFactory<T> factory)Register an AssemblerFactory class<T extends Assembler>
voidTurbineAssemblerBrokerService. registerFactory(AssemblerFactory<T> factory)Register a new AssemblerFactory -
Uses of AssemblerFactory in org.apache.turbine.services.assemblerbroker.util.java
Classes in org.apache.turbine.services.assemblerbroker.util.java that implement AssemblerFactory Modifier and Type Class Description classJavaActionFactoryAn action factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.classJavaBaseFactory<T extends Assembler>A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.classJavaLayoutFactoryA layout factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.classJavaNavigationFactoryA screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.classJavaPageFactoryA screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.classJavaScheduledJobFactoryA screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.classJavaScreenFactoryA 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 Modifier and Type Class Description classPythonActionFactoryA screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.classPythonBaseFactory<T extends Assembler>A factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.classPythonLayoutFactoryA screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.classPythonNavigationFactoryA screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.classPythonPageFactoryA screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.classPythonScreenFactoryA screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
-