net.paoding.rose.jade.context.spring
类 SpringInterpreterFactory

java.lang.Object
  继承者 net.paoding.rose.jade.context.spring.SpringInterpreterFactory
所有已实现的接口:
InterpreterFactory, org.springframework.context.ApplicationContextAware

public class SpringInterpreterFactory
extends Object
implements InterpreterFactory, org.springframework.context.ApplicationContextAware

作者:
qieqie

构造方法摘要
SpringInterpreterFactory()
           
SpringInterpreterFactory(org.springframework.beans.factory.ListableBeanFactory beanFactory)
           
 
方法摘要
 Interpreter[] getInterpreters(StatementMetaData metaData)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SpringInterpreterFactory

public SpringInterpreterFactory()

SpringInterpreterFactory

public SpringInterpreterFactory(org.springframework.beans.factory.ListableBeanFactory beanFactory)
方法详细信息

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
指定者:
接口 org.springframework.context.ApplicationContextAware 中的 setApplicationContext
抛出:
org.springframework.beans.BeansException

getInterpreters

public Interpreter[] getInterpreters(StatementMetaData metaData)
指定者:
接口 InterpreterFactory 中的 getInterpreters


Copyright © 2012. All Rights Reserved.