public interface org.springframework.context.ApplicationContextAware extends java.lang.Object implements org.springframework.beans.factory.Aware { public abstract void setApplicationContext(org.springframework.context.ApplicationContext) throws org.springframework.beans.BeansException; }