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 java.lang.Object


Method Summary
 Component getComponent()
           
 java.lang.reflect.Method getMethod()
           
 ScopeType getScope()
           
 java.lang.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 java.lang.reflect.Method getMethod()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 Seam Framework. All Rights Reserved.