public class SqlMapPrefixPropertiesFactory
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean
Constructor and Description |
---|
SqlMapPrefixPropertiesFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject() |
java.lang.Class |
getObjectType() |
java.lang.String |
getPrefixKey() |
SystemVariables |
getSystemVariables() |
boolean |
isSingleton() |
void |
setPrefixKey(java.lang.String prefixKey) |
void |
setSystemVariables(SystemVariables systemVariables) |
public java.lang.Object getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
java.lang.Exception
public java.lang.Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public java.lang.String getPrefixKey()
public void setPrefixKey(java.lang.String prefixKey)
public void setSystemVariables(SystemVariables systemVariables)
public SystemVariables getSystemVariables()