|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.beans.factory.config.AbstractFactoryBean<Expression> org.springframework.integration.config.ExpressionFactoryBean
public class ExpressionFactoryBean
FactoryBean for creating Expression instances.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
ExpressionFactoryBean(java.lang.String expressionString)
|
Method Summary | |
---|---|
protected Expression |
createInstance()
|
java.lang.Class<?> |
getObjectType()
|
void |
setParserConfiguration(SpelParserConfiguration parserConfiguration)
|
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionFactoryBean(java.lang.String expressionString)
Method Detail |
---|
public void setParserConfiguration(SpelParserConfiguration parserConfiguration)
public java.lang.Class<?> getObjectType()
getObjectType
in interface FactoryBean<Expression>
getObjectType
in class AbstractFactoryBean<Expression>
protected Expression createInstance() throws java.lang.Exception
createInstance
in class AbstractFactoryBean<Expression>
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |