|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.data.bean.IntrospectionAdapter
@Deprecated public class IntrospectionAdapter
The IntrospectionAdapter class can adapt a JavaBean-style class into a DataObject. It also supports some features that JavaBeans does not:
IntrospectionAdapter will automatically cache the results of introspection per-class, so it's fairly efficient. Developers may wish to create a more performant adapter class for beans that are performance-critical; see the BuildBeanDOAdapter tool.
BeanAdapterUtils,
org.apache.myfaces.trinidadinternal.ui.tools.BuildBeanDOAdapter| Method Summary | |
|---|---|
static BeanDOAdapter |
getAdapter(java.lang.Object instance)
Deprecated. Creates an adapter around an object instance. |
java.lang.Object |
selectValue(UIXRenderingContext context,
java.lang.Object select)
Deprecated. Given a select string, returns the value matching that selection. |
void |
setInstance(java.lang.Object instance)
Deprecated. Attaches an instance of the bean class to the adapter. |
java.lang.String |
toString()
Deprecated. |
void |
updateValue(UIXRenderingContext context,
java.lang.Object select,
java.lang.Object value)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static BeanDOAdapter getAdapter(java.lang.Object instance)
public void setInstance(java.lang.Object instance)
setInstance in interface BeanDOAdapter
public java.lang.Object selectValue(UIXRenderingContext context,
java.lang.Object select)
DataObject
selectValue in interface DataObjectcontext - the current rendering contextselect - a select criterion, syntax as defined by the data object
public void updateValue(UIXRenderingContext context,
java.lang.Object select,
java.lang.Object value)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||