Class StringToResourceConverter

java.lang.Object
net.shibboleth.shared.spring.config.StringToResourceConverter
All Implemented Interfaces:
Aware, ApplicationContextAware, Converter<String,Resource>

public class StringToResourceConverter extends Object implements Converter<String,Resource>, ApplicationContextAware
Allows setting Resource properties using a string representing a Spring resource. The Spring resource is retrieved by the application context. If the application context is null, then a PreferFileSystemResourceLoader is used instead to get the resource.