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

Packages that use PortletConfigAware
org.springframework.web.portlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.portlet.mvc Standard controller implementations for the portlet MVC framework that comes with Spring. 
 

Uses of PortletConfigAware in org.springframework.web.portlet.handler
 

Classes in org.springframework.web.portlet.handler that implement PortletConfigAware
 class SimplePortletPostProcessor
          Bean post-processor that applies initialization and destruction callbacks to beans that implement the Portlet interface.
 

Uses of PortletConfigAware in org.springframework.web.portlet.mvc
 

Classes in org.springframework.web.portlet.mvc that implement PortletConfigAware
 class PortletWrappingController
          Controller implementation that wraps a portlet instance which it manages internally.
 



Copyright © 2002-2008 The Spring Framework.