站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Introspector (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.debug
Class Introspector

java.lang.Object
  extended by org.jboss.seam.debug.Introspector

@Name(value="org.jboss.seam.debug.introspector")
@Install(value=false,
         precedence=0)
public class Introspector
extends Object


Nested Class Summary
static class Introspector.Attribute
           
 
Constructor Summary
Introspector()
           
 
Method Summary
 Introspector.Attribute[] getAttributes()
           
 Introspector.Attribute[] getListAttributes(List list)
           
 Introspector.Attribute[] getMapAttributes(Map<Object,Object> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Introspector

public Introspector()
Method Detail

getAttributes

public Introspector.Attribute[] getAttributes()
                                       throws Exception
Throws:
Exception

getMapAttributes

public Introspector.Attribute[] getMapAttributes(Map<Object,Object> map)

getListAttributes

public Introspector.Attribute[] getListAttributes(List list)