com.ibm.btt.jsf.el
Class BTTPropertyResolverImpl
java.lang.Object
javax.faces.el.PropertyResolver
com.sun.faces.el.PropertyResolverImpl
com.ibm.btt.jsf.el.BTTPropertyResolverImpl
public class BTTPropertyResolverImpl
- extends com.sun.faces.el.PropertyResolverImpl
The BTT provided property resolver to map the JSF expression language to BTT context data model.
Method Summary |
java.lang.Class |
getType(java.lang.Object base,
java.lang.Object property)
|
java.lang.Object |
getValue(java.lang.Object base,
java.lang.Object property)
|
boolean |
isReadOnly(java.lang.Object base,
java.lang.Object property)
|
void |
setValue(java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
|
Methods inherited from class com.sun.faces.el.PropertyResolverImpl |
getType, getValue, isReadOnly, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BTTPropertyResolverImpl
public BTTPropertyResolverImpl()
getValue
public java.lang.Object getValue(java.lang.Object base,
java.lang.Object property)
- Overrides:
getValue
in class com.sun.faces.el.PropertyResolverImpl
setValue
public void setValue(java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
- Overrides:
setValue
in class com.sun.faces.el.PropertyResolverImpl
isReadOnly
public boolean isReadOnly(java.lang.Object base,
java.lang.Object property)
- Overrides:
isReadOnly
in class com.sun.faces.el.PropertyResolverImpl
getType
public java.lang.Class getType(java.lang.Object base,
java.lang.Object property)
- Overrides:
getType
in class com.sun.faces.el.PropertyResolverImpl
(c) Copyright IBM Corporation 1998, 2009