class: viewItemPage

public class: viewItemPage
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:34:24; Modified: 16.07.2009 15:34:24;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {2B6FCE7A-613F-480e-8D30-A3406F73BE41}
viewItemPage.java Backing bean for viewItemPage.jsp Created on 24. Januar 2007, 18:15 Copyright Tobias Schraut Revised by ScT: 23.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: BreadcrumbPage

See also: BreadcrumbPage

Appears in: pubman

Connections
 
Custom Properties
 
viewItemPage Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "ViewItemPage"
public static const String
  GT_VIEW_ITEM_PAGE
Initial: "GTviewItemPage.jsp"
Notes: The referring GUI Tool Page
private static Logger
  logger
Initial: Logger.getLogger(viewItemPage.class)
public static const String
  PARAMETERNAME_ITEM_ID
Initial: "itemId"
 
viewItemPage Methods
Operation Details
protected
getCommonSessionBean():CommonSessionBean
Sequential
Notes: Returns the CommonSessionBean.
@return a reference to the scoped data bean (CommonSessionBean)
protected
getViewItem():ViewItem
Sequential
Notes: Returns a reference to the scoped data bean (the ViewItemBean).
@return a reference to the scoped data bean
protected
getViewItemSessionBean():ViewItemSessionBean
Sequential
Notes: Returns a reference to the scoped data bean (the ViewItemSessionBean).
@return a reference to the scoped data bean
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.
public
isItemSpecific():boolean
Sequential
Tags: annotations=@Override
protected
redirectToGUITool():String
Sequential
Notes: Redirets to the referring GUI Tool page.
@return a navigation string
public
viewItemPage():
Sequential
Notes: Public constructor.