class: GenreLabelConverter

public class: GenreLabelConverter
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:33:40; Modified: 16.07.2009 15:33:40;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {C39A6DA4-6F19-44ed-8D37-B1FD037E86AE}
 

Goto: Custom Properties, Fields, Methods

Appears in: util

Custom Properties
 
GenreLabelConverter Attributes
Attribute Details
public static const String
  CONVERTER_ID
Initial: "GenreLabelConverter"
 
GenreLabelConverter Methods
Operation Details
public
GenreLabelConverter():
Sequential
public
getAsObject(
   FacesContext context,
   UIComponent c,
   String text):Object
Sequential
public
getAsString(
   FacesContext context,
   UIComponent c,
   Object object):String
Sequential
Tags: throws=ConverterException
protected
getBean(
   String name):Object
Sequential
Notes: protected Object getBean(String beanName) { return FacesContext.getCurrentInstance().getApplication().createValueBinding(beanName).getValue(FacesContext.getCurrentInstance()); }