public interface  org.springframework.context.ApplicationContext extends java.lang.Object implements org.springframework.core.env.EnvironmentCapable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver
{
public abstract java.lang.String getId();
public abstract java.lang.String getApplicationName();
public abstract java.lang.String getDisplayName();
public abstract long getStartupDate();
public abstract org.springframework.context.ApplicationContext getParent();
public abstract org.springframework.beans.factory.config.AutowireCapableBeanFactory getAutowireCapableBeanFactory() throws java.lang.IllegalStateException;
}