当前页面: 
在线文档首页 > 
JBoss Seam  1.1.5 API 英文版文档
Introspector (JBoss Seam API Documentation) - JBoss Seam  1.1.5 API 英文版文档
org.jboss.seam.debug
Class Introspector
java.lang.Object
   org.jboss.seam.debug.Introspector
org.jboss.seam.debug.Introspector
- @Name(value="org.jboss.seam.debug.introspector")
@Install(value=false,
         precedence=0)
public class Introspector
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Introspector
public Introspector()
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)
-