class: InternationalizedImpl

public class: InternationalizedImpl
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1850 $ $LastChangedDate: 2008-12-17 13:; Complexity: 1
Dates: Created: 16.07.2009 15:31:55; Modified: 16.07.2009 15:31:55;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {0C166C71-DDA5-4f3a-AB8D-F296E2022238}
Implementation of the Internationalized interface. For convenience use.
@see de.mpg.escidoc.pubman.appbase.Internationalized
 

Goto: Custom Properties, Fields, Methods

Implements: Internationalized

See also: FacesBean, InternationalizationHelper, Internationalized, CommonUtils, ObjectFormatter

Appears in: appbase

Connections
 
Custom Properties
 
InternationalizedImpl Attributes
Attribute Details
protected Application
  application
Initial: FacesContext.getCurrentInstance().getApplication()
Notes: For handling the resource bundles (i18n)
protected InternationalizationHelper
  i18nHelper
Notes: get the selected language...
private static Logger
  logger
Initial: Logger.getLogger(InternationalizedImpl.class)
 
InternationalizedImpl Methods
Operation Details
public
bindComponentLabel(
   UIComponent component,
   String placeholder):void
Sequential
Notes: (non-Javadoc)
@see de.mpg.escidoc.pubman.appbase.Internationalized#bindComponentLabel(javax.faces.component.UIComponent, java.lang.String)
public static
getApplicationBean(
   Class cls):Object
Sequential
Notes: Return any bean stored in application scope under the specified name.
@return the actual or new bean instance
public
getLabel(
   String placeholder):String
Sequential
Notes: (non-Javadoc)
@see de.mpg.escidoc.pubman.appbase.Internationalized#getLabel(java.lang.String)
public
getMessage(
   String placeholder):String
Sequential
Notes: (non-Javadoc)
@see de.mpg.escidoc.pubman.appbase.Internationalized#getMessage(java.lang.String)
public static
getRequestBean(
   Class cls):Object
Sequential
Notes: Return any bean stored in request scope under the specified name.
@return the actual or new bean instance
public static
getSessionBean(
   Class cls):Object
Sequential
Notes: Return any bean stored in session scope under the specified name.
@return the actual or new bean instance
public
InternationalizedImpl():
Sequential