Groovy Documentation

org.codehaus.groovy.grails.support
[Java] Interface ParentApplicationContextAware


public interface ParentApplicationContextAware

Allows objects to be aware of the Grails parent application context.

Authors:
Graeme Rocher
Since:
0.4


Method Summary
void setParentApplicationContext(ApplicationContext parent)

 

Method Detail

setParentApplicationContext

public void setParentApplicationContext(ApplicationContext parent)


 

Groovy Documentation