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

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


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

Packages that use Expressions.ValueBinding
org.jboss.seam.core   
org.jboss.seam.drools   
org.jboss.seam.framework   
 

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

Methods in org.jboss.seam.core that return Expressions.ValueBinding
 Expressions.ValueBinding Expressions.createValueBinding(String expression)
           
 Expressions.ValueBinding Page.PageParameter.getConverterValueBinding()
           
 Expressions.ValueBinding<javax.persistence.EntityManagerFactory> ManagedPersistenceContext.getEntityManagerFactory()
          A value binding expression that returns an EntityManagerFactory, for use of JPA outside of Java EE 5 / Embeddable EJB3.
 Expressions.ValueBinding<org.hibernate.SessionFactory> ManagedHibernateSession.getSessionFactory()
           
 Expressions.ValueBinding Init.FactoryBinding.getValueBinding()
           
 Expressions.ValueBinding Page.PageParameter.getValueBinding()
           
 

Methods in org.jboss.seam.core that return types with arguments of type Expressions.ValueBinding
 Map<String,Expressions.ValueBinding> Filter.getParameters()
          The filter parameters.
 

Methods in org.jboss.seam.core with parameters of type Expressions.ValueBinding
 void Page.PageParameter.setConverterValueBinding(Expressions.ValueBinding converterValueBinding)
           
 void ManagedPersistenceContext.setEntityManagerFactory(Expressions.ValueBinding<javax.persistence.EntityManagerFactory> entityManagerFactory)
           
 void ManagedHibernateSession.setSessionFactory(Expressions.ValueBinding<org.hibernate.SessionFactory> sessionFactory)
          A value binding expression that returns a SessionFactory, if it is to be obtained as a Seam component reference
 void Page.PageParameter.setValueBinding(Expressions.ValueBinding valueBinding)
           
 

Method parameters in org.jboss.seam.core with type arguments of type Expressions.ValueBinding
 void Filter.setParameters(Map<String,Expressions.ValueBinding> parameters)
           
 

Uses of Expressions.ValueBinding in org.jboss.seam.drools
 

Methods in org.jboss.seam.drools that return Expressions.ValueBinding
 Expressions.ValueBinding<org.drools.RuleBase> ManagedWorkingMemory.getRuleBase()
           
 

Methods in org.jboss.seam.drools with parameters of type Expressions.ValueBinding
 void ManagedWorkingMemory.setRuleBase(Expressions.ValueBinding<org.drools.RuleBase> ruleBase)
           
 

Uses of Expressions.ValueBinding in org.jboss.seam.framework
 

Fields in org.jboss.seam.framework declared as Expressions.ValueBinding
protected  Expressions.ValueBinding Home.newInstance
           
 

Methods in org.jboss.seam.framework that return Expressions.ValueBinding
 Expressions.ValueBinding Home.getNewInstance()
           
 

Methods in org.jboss.seam.framework that return types with arguments of type Expressions.ValueBinding
protected  List<Expressions.ValueBinding> Query.getQueryParameters()
           
protected  List<Expressions.ValueBinding> Query.getRestrictionParameters()
           
 

Methods in org.jboss.seam.framework with parameters of type Expressions.ValueBinding
 void Home.setNewInstance(Expressions.ValueBinding newInstance)