Package org.apache.turbine.modules
Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view.
-
Interface Summary Interface Description Action Generic Action interface.Assembler This is an interface that defines what an Assembler is.Layout This is the interface that defines what a Layout module is.Loader<T extends Assembler> A common interface for Screen, Layout and Navigation LoaderNavigation This is the interface that defines what a Navigation module is.Page This is the interface that defines what a Page module is.ScheduledJob All Scheduled jobs should implement this.Screen This is the interface which defines the Screen modules. -
Class Summary Class Description ActionEvent This is an alternative to the Action class that allows you to do event based actions.ActionLoader The purpose of this class is to allow one to load and execute Action modules.GenericLoader<T extends Assembler> This is the base class for the loaders.LayoutLoader The purpose of this class is to allow one to load and execute Layout modules.NavigationLoader The purpose of this class is to allow one to load and execute Navigation modules.PageLoader The purpose of this class is to allow one to load and execute Page modules.ScheduledJobLoader ScheduledJobs loader class.ScreenLoader The purpose of this class is to allow one to load and execute Screen modules.