class: Header

public class: Header
Author: : Thomas Diebäcker, created 24.01.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 2788 $ $LastChangedDate: 2009-07-16 1; Complexity: 1
Dates: Created: 16.07.2009 15:32:11; Modified: 16.07.2009 15:32:11;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {233084C2-E192-49ed-A000-582ECEA5F2AA}
Fragment class for the corresponding Header-JSP.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: desktop

Connections
 
Custom Properties
 
Header Attributes
Attribute Details
private static const String
  LOGO_DEV
Initial: "overlayDev"
Notes: Logo for dev environment.
private static const String
  LOGO_QA
Initial: "overlayQA"
Notes: Logo for qa environment.
private static const String
  LOGO_TEST
Initial: "overlayTest"
Notes: Logo for test environment.
private String
  type
 
Header Methods
Operation Details
public
getServerLogo():String
Sequential
Notes: Getter for the logo definition f the type of the server. E.g a dev server gets another logo than an demo server.
@return logo definition
public
getType():String
Sequential
Tags: throws=Exception
Notes: Get instance type property. Return an empty string if it is not defined.
@return A string representing the instance type, e.g. "dev", "qa".
public
Header():
Sequential
Notes: Public constructor.
public
init():void
Sequential
Notes: Callback method that is called whenever a page containing this page fragment is navigated to, either directly via a URL, or indirectly via page navigation.