Package org.apache.turbine.modules
Interface Loader<T extends Assembler>
- Type Parameters:
T- the specialized assembler type
- All Known Subinterfaces:
AssemblerFactory<T>
- All Known Implementing Classes:
ActionLoader,GenericLoader,JavaActionFactory,JavaBaseFactory,JavaLayoutFactory,JavaNavigationFactory,JavaPageFactory,JavaScheduledJobFactory,JavaScreenFactory,LayoutLoader,NavigationLoader,PageLoader,PythonActionFactory,PythonBaseFactory,PythonLayoutFactory,PythonNavigationFactory,PythonPageFactory,PythonScreenFactory,ScheduledJobLoader,ScreenLoader
A common interface for Assembler classes like Action, Screen, Layout, Navigation Loader
- Author:
- Henning P. Schmiedehausen
-
Method Summary
Modifier and TypeMethodDescriptiongetAssembler(String name) Get an Assembler.intGet the size of a possibly configured cache
-
Method Details
-
getAssembler
Get an Assembler.- Parameters:
name- name of the requested Assembler- Returns:
- an Assembler
- Throws:
Exception- generic exception
-
getCacheSize
int getCacheSize()Get the size of a possibly configured cache- Returns:
- the size of the cache in bytes
-