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

Uses of Interface org.jboss.seam.core.Expressions.MethodBinding (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


Uses of Interface
org.jboss.seam.core.Expressions.MethodBinding

Packages that use Expressions.MethodBinding
org.jboss.seam.core   
org.jboss.seam.pages   
org.jboss.seam.security   
 

Uses of Expressions.MethodBinding in org.jboss.seam.core
 

Methods in org.jboss.seam.core that return Expressions.MethodBinding
 Expressions.MethodBinding Expressions.createMethodBinding(String expression)
           
 Expressions.MethodBinding Init.FactoryBinding.getMethodBinding()
           
 Expressions.MethodBinding Init.ObserverMethodBinding.getMethodBinding()
           
 

Methods in org.jboss.seam.core with parameters of type Expressions.MethodBinding
 void Init.addObserverMethodBinding(String eventType, Expressions.MethodBinding methodBinding)
           
 

Uses of Expressions.MethodBinding in org.jboss.seam.pages
 

Methods in org.jboss.seam.pages that return Expressions.MethodBinding
 Expressions.MethodBinding Action.getMethodBinding()
           
 

Methods in org.jboss.seam.pages with parameters of type Expressions.MethodBinding
 void Action.setMethodBinding(Expressions.MethodBinding methodBinding)
           
 

Uses of Expressions.MethodBinding in org.jboss.seam.security
 

Methods in org.jboss.seam.security that return Expressions.MethodBinding
 Expressions.MethodBinding Identity.getAuthenticateMethod()
           
 

Methods in org.jboss.seam.security with parameters of type Expressions.MethodBinding
 void Identity.setAuthenticateMethod(Expressions.MethodBinding authMethod)