Package kieker.webgui.web.beans.view

This package contains Spring managed beans with view scope.

See:
          Description

Class Summary
AnalysisEditorBean This bean contains the necessary data behind an instance of the analysis editor.
AnalysisEditorGraphBean This bean contains the necessary data behind an graph of the analysis editor.
AnalysisEditorHistoryBean This bean contains the necessary data behind an instance of the analysis editor for the undo and redo operations.

The class is a Spring managed bean with view scope to make sure that one user (even in one session) can open multiple projects at a time without causing any problems.
CockpitBean This class is a Spring managed bean containing the necessary data behind an instance of the cockpit.

It has view scope to make sure that one user (even in one session) can open multiple projects at a time without causing any problems.
CockpitEditorBean The CockpitEditorBean contains the necessary data behind an instance of the cockpit editor.

The class is a Spring managed bean with view scope to make sure that one user (even in one session) can open multiple projects at a time without causing any problems.
ControllerBean The ControllerBean contains the necessary data behind an instance of the analysis controller.
ProjectOverviewBean The ProjectOverviewBean contains the necessary data behind an instance of the project overview.

The class is a Spring managed bean with view scope.
UserManagementBean This class contains the necessary data behind an instance of the user management page.
 

Package kieker.webgui.web.beans.view Description

This package contains Spring managed beans with view scope.

Author:
Nils Christian Ehmke


Copyright © 2015. All rights reserved.