Uses of Interface
org.apache.turbine.modules.Loader
-
Packages that use Loader Package Description 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 Modifier and Type Class Description classActionLoaderThe purpose of this class is to allow one to load and execute Action modules.classGenericLoader<T extends Assembler>This is the base class for the loaders.classLayoutLoaderThe purpose of this class is to allow one to load and execute Layout modules.classNavigationLoaderThe purpose of this class is to allow one to load and execute Navigation modules.classPageLoaderThe purpose of this class is to allow one to load and execute Page modules.classScheduledJobLoaderScheduledJobs loader class.classScreenLoaderThe 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 Modifier and Type Method Description <T extends Assembler>
Loader<T>AssemblerBrokerService. getLoader(Class<T> type)Get a Loader for the given assembler type<T extends Assembler>
Loader<T>TurbineAssemblerBrokerService. getLoader(Class<T> 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 Modifier and Type Interface Description interfaceAssemblerFactory<T extends Assembler>Interface for AssemblerFactory'sMethods in org.apache.turbine.services.assemblerbroker.util that return Loader Modifier and Type Method Description 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 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.Methods in org.apache.turbine.services.assemblerbroker.util.java that return Loader Modifier and Type Method Description Loader<Action>JavaActionFactory. getLoader()Get the loader for this type of assemblerabstract Loader<T>JavaBaseFactory. getLoader()Get the loader for this type of assemblerLoader<Layout>JavaLayoutFactory. getLoader()Get the loader for this type of assemblerLoader<Navigation>JavaNavigationFactory. getLoader()Get the loader for this type of assemblerLoader<Page>JavaPageFactory. getLoader()Get the loader for this type of assemblerLoader<ScheduledJob>JavaScheduledJobFactory. getLoader()Get the loader for this type of assemblerLoader<Screen>JavaScreenFactory. 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 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.Methods in org.apache.turbine.services.assemblerbroker.util.python that return Loader Modifier and Type Method Description Loader<Action>PythonActionFactory. getLoader()Get the loader for this type of assemblerabstract Loader<T>PythonBaseFactory. getLoader()Get the loader for this type of assemblerLoader<Layout>PythonLayoutFactory. getLoader()Get the loader for this type of assemblerLoader<Navigation>PythonNavigationFactory. getLoader()Get the loader for this type of assemblerLoader<Page>PythonPageFactory. getLoader()Get the loader for this type of assemblerLoader<Screen>PythonScreenFactory. 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 Modifier and Type Method Description Loader<? extends Assembler>ClassMapper. getLoader()Get the Loader value.Methods in org.apache.turbine.services.template.mapper with parameters of type Loader Modifier and Type Method Description voidClassMapper. setLoader(Loader<? extends Assembler> loader)Set the Loader value.
-