public class CacheConfigLocationFactory
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean<org.springframework.core.io.Resource>
Constructor and Description |
---|
CacheConfigLocationFactory() |
Modifier and Type | Method and Description |
---|---|
org.springframework.core.io.Resource |
getObject() |
java.lang.Class<org.springframework.core.io.Resource> |
getObjectType() |
SystemVariables |
getSystemVariables() |
boolean |
isSingleton() |
void |
setSystemVariables(SystemVariables systemVariables) |
public org.springframework.core.io.Resource getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.io.Resource>
java.lang.Exception
public java.lang.Class<org.springframework.core.io.Resource> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.io.Resource>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.io.Resource>
public SystemVariables getSystemVariables()
public void setSystemVariables(SystemVariables systemVariables)