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

Init.FactoryMethod (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.core
Class Init.FactoryMethod

java.lang.Object
  extended by org.jboss.seam.core.Init.FactoryMethod
Enclosing class:
Init

public static class Init.FactoryMethod
extends Object


Method Summary
 Component getComponent()
           
 Method getMethod()
           
 ScopeType getScope()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getScope

public ScopeType getScope()

getComponent

public Component getComponent()

getMethod

public Method getMethod()

toString

public String toString()
Overrides:
toString in class Object