oracle.jbo.common
Class JboBeanUtils
java.lang.Object
oracle.jbo.common.JboBeanUtils
- public class JboBeanUtils
- extends java.lang.Object
| Field Summary |
protected static java.lang.String |
EL_end
|
protected static java.lang.String |
EL_start
|
protected static java.lang.String |
JSF_EL_start
|
| 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 boolean |
isElExpr(java.lang.String expression)
*** For internal framework use only *** |
static void |
setProperty(java.lang.Object bean, java.lang.String name, java.lang.Object value)
Set the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JboBeanUtils
public JboBeanUtils()
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
setProperty
public static void setProperty(java.lang.Object bean,
java.lang.String name,
java.lang.Object value)
- Set 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
isElExpr
public static boolean isElExpr(java.lang.String expression)
- *** For internal framework use only ***
Copyright © 1997, 2005, Oracle. All rights reserved.