Package org.dspace.core
Class LDN.UnmodifiableConfigurationService
java.lang.Object
org.dspace.core.LDN.UnmodifiableConfigurationService
- Enclosing class:
- LDN
Wrap ConfigurationService to prevent templates from modifying
the configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionSwallow an instance of ConfigurationService. -
Method Summary
-
Constructor Details
-
UnmodifiableConfigurationService
Swallow an instance of ConfigurationService.- Parameters:
cs- the real instance, to be wrapped.
-
-
Method Details
-
get
Look up a key in the actual ConfigurationService.- Parameters:
key- to be looked up in the DSpace configuration.- Returns:
- whatever value ConfigurationService associates with
key.
-