org.jboss.seam.core
Class Init.FactoryBinding

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

public static class Init.FactoryBinding
extends Object


Method Summary
 Expressions.MethodBinding getMethodBinding()
           
 ScopeType getScope()
           
 Expressions.ValueBinding getValueBinding()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMethodBinding

public Expressions.MethodBinding getMethodBinding()

getValueBinding

public Expressions.ValueBinding getValueBinding()

getScope

public ScopeType getScope()

toString

public String toString()
Overrides:
toString in class Object