Package grails.core.support
Interface GrailsConfigurationAware
-
- All Superinterfaces:
org.springframework.beans.factory.Aware
- All Known Implementing Classes:
GrailsPlaceholderConfigurer
public interface GrailsConfigurationAware extends org.springframework.beans.factory.AwareObtains the Grails ConfigObject via Spring.- Since:
- 1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetConfiguration(grails.config.Config co)
-