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

TypeDef - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.faces.el
Class TypeDef

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

public class TypeDef
extends java.lang.Object

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
private  java.util.Map accessors
          .
private  java.lang.String type
          .
 
Constructor Summary
TypeDef(java.lang.Class clazz)
           
 
Method Summary
 void addAccessor(java.lang.String propertyName, PropertyDef accessor)
           
 PropertyDef getAccessor(java.lang.Object propertyName)
           
 java.lang.String getType()
           
protected  PropertyDef resolveDef(java.lang.Object propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private final java.lang.String type
.


accessors

private java.util.Map accessors
.

Constructor Detail

TypeDef

public TypeDef(java.lang.Class clazz)
Method Detail

getType

public java.lang.String getType()

addAccessor

public void addAccessor(java.lang.String propertyName,
                        PropertyDef accessor)

getAccessor

public PropertyDef getAccessor(java.lang.Object propertyName)

resolveDef

protected PropertyDef resolveDef(java.lang.Object propertyName)