The Spring Framework

Uses of Interface
org.springframework.web.portlet.context.ConfigurablePortletApplicationContext

Packages that use ConfigurablePortletApplicationContext
org.springframework.web.portlet.context Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. 
 

Uses of ConfigurablePortletApplicationContext in org.springframework.web.portlet.context
 

Classes in org.springframework.web.portlet.context that implement ConfigurablePortletApplicationContext
 class AbstractRefreshablePortletApplicationContext
          AbstractRefreshableApplicationContext subclass that implements the ConfigurablePortletApplicationContext interface for portlet environments.
 class StaticPortletApplicationContext
          Static ApplicationContext for Portlet environments.
 class XmlPortletApplicationContext
          PortletApplicationContext implementation that takes configuration from an XML document, understood by an XmlBeanDefinitionReader.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.