|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.property.DefaultPropertyContext org.kuali.common.util.property.DefaultPropertyLoadContext org.kuali.common.util.spring.PropertyFactoryBean
@Deprecated public class PropertyFactoryBean
Field Summary | |
---|---|
protected static Properties |
instance
Deprecated. |
Constructor Summary | |
---|---|
PropertyFactoryBean()
Deprecated. |
Method Summary | |
---|---|
protected Properties |
getInstance()
Deprecated. |
Properties |
getObject()
Deprecated. |
Class<Properties> |
getObjectType()
Deprecated. |
PropertyService |
getService()
Deprecated. |
boolean |
isShow()
Deprecated. |
boolean |
isSingleton()
Deprecated. |
void |
setService(PropertyService service)
Deprecated. |
void |
setShow(boolean show)
Deprecated. |
void |
setSingleton(boolean singleton)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.common.util.property.PropertyContext |
---|
getProcessors, initialize |
Field Detail |
---|
protected static Properties instance
Constructor Detail |
---|
public PropertyFactoryBean()
Method Detail |
---|
public Properties getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<Properties>
Exception
protected Properties getInstance()
public Class<Properties> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<Properties>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<Properties>
public void setSingleton(boolean singleton)
public PropertyService getService()
public void setService(PropertyService service)
public boolean isShow()
public void setShow(boolean show)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |