public class DefaultExpressionManagerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<ExtendedExpressionManager>
ExpressionManager
This factory creates a proxy on top of the real expression manager. That proxy is used to set the right classloader on the
current thread's context classloader before calling any method on the delegate object.| Constructor and Description |
|---|
DefaultExpressionManagerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
ExtendedExpressionManager |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public ExtendedExpressionManager getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<ExtendedExpressionManager>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<ExtendedExpressionManager>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<ExtendedExpressionManager>Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.