站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

PropertyAccessor - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.faces.el
Class PropertyAccessor

java.lang.Object
  extended byorg.jboss.portal.faces.el.PropertyAccessor

public class PropertyAccessor
extends java.lang.Object

Version:
$Revision: 5448 $
Author:
Julien Viet

Constructor Summary
PropertyAccessor()
           
 
Method Summary
 java.lang.Class getType(java.lang.Object propertyName)
           
 java.lang.Object getValue(java.lang.Object propertyName)
           
 void setValue(java.lang.Object propertyName, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAccessor

public PropertyAccessor()
Method Detail

getType

public java.lang.Class getType(java.lang.Object propertyName)

getValue

public java.lang.Object getValue(java.lang.Object propertyName)

setValue

public void setValue(java.lang.Object propertyName,
                     java.lang.Object value)