Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.common
Class JboBeanUtils

java.lang.Object
  extended by oracle.jbo.common.JboBeanUtils

public class JboBeanUtils
extends java.lang.Object


Field Summary
static java.lang.Class CLASS_INSTANCE
           
protected static java.lang.String EL_end
           
protected static java.lang.String EL_start
           
protected static java.lang.String JSF_EL_start
           
 
Constructor Summary
JboBeanUtils()
           
 
Method Summary
static java.lang.Object getProperty(java.lang.Object bean, java.lang.String name)
          Return the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
static java.lang.Object getPropertyInMapOrBean(java.lang.Object bean, java.lang.String varName)
           
static void setProperty(java.lang.Object bean, java.lang.String name, java.lang.Object value)
           
static void setPropertyInMapOrBean(java.lang.Object bean, java.lang.String varName, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE

EL_start

protected static final java.lang.String EL_start
See Also:
Constant Field Values

EL_end

protected static final java.lang.String EL_end
See Also:
Constant Field Values

JSF_EL_start

protected static final java.lang.String JSF_EL_start
See Also:
Constant Field Values
Constructor Detail

JboBeanUtils

public JboBeanUtils()
Method Detail

getPropertyInMapOrBean

public static java.lang.Object getPropertyInMapOrBean(java.lang.Object bean,
                                                      java.lang.String varName)

getProperty

public static java.lang.Object getProperty(java.lang.Object bean,
                                           java.lang.String name)
Return the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.

Parameters:
bean - Bean whose property is to be extracted
name - name of the property to be extracted

setPropertyInMapOrBean

public static void setPropertyInMapOrBean(java.lang.Object bean,
                                          java.lang.String varName,
                                          java.lang.Object value)

setProperty

public static void setProperty(java.lang.Object bean,
                               java.lang.String name,
                               java.lang.Object value)

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.