IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.jsf.el
Class BTTPropertyResolverImpl

java.lang.Object
  extended by javax.faces.el.PropertyResolver
      extended by com.sun.faces.el.PropertyResolverImpl
          extended by 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.


Constructor Summary
BTTPropertyResolverImpl()
           
 
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
assertInput, assertInput, getType, getValue, isReadOnly, setDelegate, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BTTPropertyResolverImpl

public BTTPropertyResolverImpl()
Method Detail

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

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011