Class TagFactoryBean
- java.lang.Object
-
- org.smallmind.claxon.registry.spring.TagFactoryBean
-
-
Constructor Summary
Constructors Constructor Description TagFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()TaggetObject()Class<?>getObjectType()booleanisSingleton()voidsetKey(String key)voidsetValue(String value)
-
-
-
Method Detail
-
setKey
public void setKey(String key)
-
setValue
public void setValue(String value)
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<Tag>
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<Tag>
-
getObject
public Tag getObject()
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<Tag>
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
-