Groovy Documentation

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


public interface ParentApplicationContextAware
extends org.springframework.beans.factory.Aware

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

Authors:
Graeme Rocher
Since:
0.4


Method Summary
void setParentApplicationContext(org.springframework.context.ApplicationContext parent)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

setParentApplicationContext

public void setParentApplicationContext(org.springframework.context.ApplicationContext parent)


 

Groovy Documentation