Package com.acsinet_solutions.cetia4.controller.nav

This package contains interfaces and simple implementations related to navigation structures for the framework.

See:
          Description

Interface Summary
NavigationFlow Navigation Flow interface.
NavigationStage This interface defines a navigation stage, that is a single page visited by a user in a request/response state model.
NavigationStageGroup Interface for navigation stage groups.
 

Class Summary
NavigationStageGroupImpl Implementation o a navigation stage group, that allows the grouping of stages in a group WIZARD-like linear flow, that can be added to a navigation flow and managed as a whole.
NavigationStageImpl Creation of a navigation stage class that describes the stage in which a web user interaction is in.
SimpleNavigationFlow Implementation of a simple navigation flow.
 

Package com.acsinet_solutions.cetia4.controller.nav Description

This package contains interfaces and simple implementations related to navigation structures for the framework. This navigation structures allow to maintain a track of user navigation, and allows for the construction of breadcrumbs and other visual aids to the user. It also allows to the framework to know what is the previous and current page, among other information and facilities.