Package net.shibboleth.shared.spring.context
@NonnullElements
package net.shibboleth.shared.spring.context
Spring application context classes.
-
ClassesClassDescriptionAn
ApplicationContextInitializerwhich appends properties to the application context's environment.An extension ofFileSystemXmlWebApplicationContextthat defers property placeholder resolution of config locations until after property sources have been initialized.Version ofDeferPlaceholderFileSystemXmlWebApplicationContextwhich does not necessarily assume that file list are space separated.An extension ofGenericApplicationContextthat is biased in favor of the filesystem such that bare resource paths are assumed to be files rather than classpath resources, and supports conditional resources.An extension ofGenericWebApplicationContextthat is biased in favor of the filesystem such that bare resource paths are assumed to be files rather than classpath resources, and supports conditional resources.An extension ofXmlWebApplicationContextthat (1) is biased in favor of the filesystem such that bare resource paths are assumed to be files rather than classpath resources and (2) supports loading "classpath*:" and "conditional:" resources.