Uses of Package
org.springframework.web.portlet.context

Packages that use org.springframework.web.portlet.context
org.springframework.web.portlet.context Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. 
org.springframework.web.portlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.portlet.multipart Multipart resolution framework for handling file uploads. 
org.springframework.web.portlet.mvc Standard controller implementations for the portlet MVC framework that comes with Spring. 
org.springframework.web.portlet.mvc.annotation Support package for annotation-based Portlet MVC controllers. 
 

Classes in org.springframework.web.portlet.context used by org.springframework.web.portlet.context
AbstractRefreshablePortletApplicationContext
          AbstractRefreshableApplicationContext subclass which implements the ConfigurablePortletApplicationContext interface for portlet environments.
ConfigurablePortletApplicationContext
          Interface to be implemented by configurable portlet application contexts.
PortletContextAware
          Interface to be implemented by any object that wishes to be notified of the PortletContext (typically determined by the PortletApplicationContext) that it runs in.
PortletRequestAttributes
          Portlet-based implementation of the RequestAttributes interface.
 

Classes in org.springframework.web.portlet.context used by org.springframework.web.portlet.handler
PortletApplicationObjectSupport
          Convenient superclass for application objects running in a Portlet ApplicationContext.
PortletConfigAware
          Interface to be implemented by any object that wishes to be notified of the PortletConfig (typically determined by the PortletApplicationContext) that it runs in.
PortletContextAware
          Interface to be implemented by any object that wishes to be notified of the PortletContext (typically determined by the PortletApplicationContext) that it runs in.
 

Classes in org.springframework.web.portlet.context used by org.springframework.web.portlet.multipart
PortletContextAware
          Interface to be implemented by any object that wishes to be notified of the PortletContext (typically determined by the PortletApplicationContext) that it runs in.
 

Classes in org.springframework.web.portlet.context used by org.springframework.web.portlet.mvc
PortletApplicationObjectSupport
          Convenient superclass for application objects running in a Portlet ApplicationContext.
PortletConfigAware
          Interface to be implemented by any object that wishes to be notified of the PortletConfig (typically determined by the PortletApplicationContext) that it runs in.
PortletContextAware
          Interface to be implemented by any object that wishes to be notified of the PortletContext (typically determined by the PortletApplicationContext) that it runs in.
 

Classes in org.springframework.web.portlet.context used by org.springframework.web.portlet.mvc.annotation
PortletApplicationObjectSupport
          Convenient superclass for application objects running in a Portlet ApplicationContext.
PortletContextAware
          Interface to be implemented by any object that wishes to be notified of the PortletContext (typically determined by the PortletApplicationContext) that it runs in.
 



Copyright © 2002-2008 The Spring Framework.