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