Uses of Class
org.szegedi.spring.core.io.ResourceRepresentation

Packages that use ResourceRepresentation
org.szegedi.spring.core.io Contains extensions to the Spring's core IO facilitiies, namely resource representations that get automatically reloaded when the underlying resource changes. 
 

Uses of ResourceRepresentation in org.szegedi.spring.core.io
 

Subclasses of ResourceRepresentation in org.szegedi.spring.core.io
 class BeanResourceRepresentation
          A resource representation that treats the resource as a Java properties file and represents the resource with a bean initialized with those properties.
 class PropertyResourceRepresentation
          A resource representation that treats the resource as a Java properties file and represents the resource with a Properties object initialized with those properties.