org.jboss.seam.core
Class Init.FactoryExpression

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

public static class Init.FactoryExpression
extends Object


Method Summary
 Expressions.MethodExpression getMethodBinding()
           
 ScopeType getScope()
           
 Expressions.ValueExpression 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.MethodExpression getMethodBinding()

getValueBinding

public Expressions.ValueExpression getValueBinding()

getScope

public ScopeType getScope()

toString

public String toString()
Overrides:
toString in class Object