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

public interface Loader<T extends Assembler>
A common interface for Assembler classes like Action, Screen, Layout, Navigation Loader
Author:
Henning P. Schmiedehausen
  • Method Summary

    Modifier and Type
    Method
    Description
    Get an Assembler.
    int
    Get 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

      Get the size of a possibly configured cache
      Returns:
      the size of the cache in bytes