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

PropertyDef - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.faces.el
Class PropertyDef

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

public abstract class PropertyDef
extends java.lang.Object


Constructor Summary
protected PropertyDef(java.lang.Class type)
           
 
Method Summary
 java.lang.Class getType()
           
 java.lang.Object getValue(java.lang.Object base)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDef

protected PropertyDef(java.lang.Class type)
Method Detail

getValue

public java.lang.Object getValue(java.lang.Object base)
                          throws java.lang.UnsupportedOperationException
Throws:
java.lang.UnsupportedOperationException

getType

public java.lang.Class getType()