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

FactoryDescriptor (JBoss Seam API Documentation) - JBoss Seam 1.2.1 API 英文版文档


org.jboss.seam.init
Class FactoryDescriptor

java.lang.Object
  extended by org.jboss.seam.init.FactoryDescriptor

public class FactoryDescriptor
extends Object


Method Summary
 String getMethod()
           
 String getName()
           
 ScopeType getScope()
           
 String getValue()
           
 boolean isAutoCreate()
           
 boolean isValueBinding()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMethod

public String getMethod()

getValue

public String getValue()

getName

public String getName()

getScope

public ScopeType getScope()

isValueBinding

public boolean isValueBinding()

isAutoCreate

public boolean isAutoCreate()

toString

public String toString()
Overrides:
toString in class Object