|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Loader | |
---|---|
org.apache.turbine.modules | Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view. |
org.apache.turbine.services.assemblerbroker | Assemblerbroker Service looks for action, screen, page, layout classes based on class fragments. |
org.apache.turbine.services.assemblerbroker.util | The various lookup factories for the Assemblerbroker service. |
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. |
org.apache.turbine.services.template.mapper | The various mappers used by the Template service. |
Uses of Loader in org.apache.turbine.modules |
---|
Classes in org.apache.turbine.modules that implement Loader | |
---|---|
class |
ActionLoader
The purpose of this class is to allow one to load and execute Action modules. |
class |
LayoutLoader
The purpose of this class is to allow one to load and execute Layout modules. |
class |
NavigationLoader
The purpose of this class is to allow one to load and execute Navigation modules. |
class |
PageLoader
The purpose of this class is to allow one to load and execute Page modules. |
class |
ScheduledJobLoader
ScheduledJobs loader class. |
class |
ScreenLoader
The purpose of this class is to allow one to load and execute Screen modules. |
Uses of Loader in org.apache.turbine.services.assemblerbroker |
---|
Methods in org.apache.turbine.services.assemblerbroker that return Loader | |
---|---|
Loader |
TurbineAssemblerBrokerService.getLoader(String type)
Get a Loader for the given assembler type |
static Loader |
TurbineAssemblerBroker.getLoader(String type)
Get a Loader for the given assembler type |
Loader |
AssemblerBrokerService.getLoader(String type)
Get a Loader for the given assembler type |
Uses of Loader in org.apache.turbine.services.assemblerbroker.util |
---|
Subinterfaces of Loader in org.apache.turbine.services.assemblerbroker.util | |
---|---|
interface |
AssemblerFactory<T extends Assembler>
Interface for AssemblerFactory's |
Methods in org.apache.turbine.services.assemblerbroker.util that return Loader | |
---|---|
Loader<T> |
AssemblerFactory.getLoader()
Get the loader for this type of assembler |
Uses of Loader in org.apache.turbine.services.assemblerbroker.util.java |
---|
Classes in org.apache.turbine.services.assemblerbroker.util.java that implement Loader | |
---|---|
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. |
Methods in org.apache.turbine.services.assemblerbroker.util.java that return Loader | |
---|---|
Loader<Screen> |
JavaScreenFactory.getLoader()
Get the loader for this type of assembler |
Loader<ScheduledJob> |
JavaScheduledJobFactory.getLoader()
Get the loader for this type of assembler |
Loader<Page> |
JavaPageFactory.getLoader()
Get the loader for this type of assembler |
Loader<Navigation> |
JavaNavigationFactory.getLoader()
Get the loader for this type of assembler |
Loader<Layout> |
JavaLayoutFactory.getLoader()
Get the loader for this type of assembler |
abstract Loader<T> |
JavaBaseFactory.getLoader()
Get the loader for this type of assembler |
Loader |
JavaActionFactory.getLoader()
Get the loader for this type of assembler |
Uses of Loader in org.apache.turbine.services.assemblerbroker.util.python |
---|
Classes in org.apache.turbine.services.assemblerbroker.util.python that implement Loader | |
---|---|
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. |
Methods in org.apache.turbine.services.assemblerbroker.util.python that return Loader | |
---|---|
Loader<Screen> |
PythonScreenFactory.getLoader()
Get the loader for this type of assembler |
Loader<Page> |
PythonPageFactory.getLoader()
Get the loader for this type of assembler |
Loader<Navigation> |
PythonNavigationFactory.getLoader()
Get the loader for this type of assembler |
Loader<Layout> |
PythonLayoutFactory.getLoader()
Get the loader for this type of assembler |
abstract Loader<T> |
PythonBaseFactory.getLoader()
Get the loader for this type of assembler |
Loader |
PythonActionFactory.getLoader()
Get the loader for this type of assembler |
Uses of Loader in org.apache.turbine.services.template.mapper |
---|
Methods in org.apache.turbine.services.template.mapper that return Loader | |
---|---|
Loader |
ClassMapper.getLoader()
Get the Loader value. |
Methods in org.apache.turbine.services.template.mapper with parameters of type Loader | |
---|---|
void |
ClassMapper.setLoader(Loader loader)
Set the Loader value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |