Uses of Class
org.apache.turbine.modules.GenericLoader
-
Packages that use GenericLoader Package Description org.apache.turbine.modules Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view. -
-
Uses of GenericLoader in org.apache.turbine.modules
Subclasses of GenericLoader in org.apache.turbine.modules Modifier and Type Class Description classActionLoaderThe purpose of this class is to allow one to load and execute Action modules.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.Methods in org.apache.turbine.modules that return GenericLoader Modifier and Type Method Description GenericLoader<T>GenericLoader. setReload(boolean reload)Sets whether or not this external action is reload itself.
-