|
|||||||||||
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.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 |
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 |
ScreenLoader
The purpose of this class is to allow one to load and execute Screen modules. |
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 |