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 which implements the ConfigurablePortletApplicationContext interface for portlet environments.
 class StaticPortletApplicationContext
          Static Portlet-based ApplicationContext implementation for testing.
 class XmlPortletApplicationContext
          Portlet-based WebApplicationContext implementation which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.