| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Allows for configuration of individual bean property values from a property resource, i.e. a properties file. Useful for custom config files targetted at system administrators that override bean properties configured in the application context.
2 concrete implementations are provided in the distribution:
| Method Summary | |
int | getOrder() |
void | postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) |
void | setIgnoreResourceNotFound(boolean ignoreResourceNotFound)Set if failure to find the property resource should be ignored. |
void | setLocation(Resource location)Set a location of a properties file to be loaded. |
void | setLocations(Resource[] locations)Set locations of properties files to be loaded. |
void | setOrder(int order) |
void | setProperties(Properties properties)Set local properties, e.g. |
| Method Detail |
public int getOrder()
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
public void setIgnoreResourceNotFound(boolean ignoreResourceNotFound)
public void setLocation(Resource location)
public void setLocations(Resource[] locations)
public void setOrder(int order)
public void setProperties(Properties properties)
| Association Links |
to Class org.springframework.core.io.Resource
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||