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

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


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

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

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 Page.getAction()
           
 Expressions.MethodBinding Init.FactoryBinding.getMethodBinding()
           
 

Methods in org.jboss.seam.core with parameters of type Expressions.MethodBinding
 void Page.setAction(Expressions.MethodBinding action)