The Spring Framework

Uses of Package
org.springframework.web.portlet

Packages that use org.springframework.web.portlet
org.springframework.web.portlet Provides JSR-168 portlets that integrate with the application context infrastructure, and the core interfaces and classes for the Portlet variant of Spring's web MVC framework. 
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. 
org.springframework.web.portlet.mvc.annotation Support package for annotation-based Portlet MVC controllers. 
 

Classes in org.springframework.web.portlet used by org.springframework.web.portlet
FrameworkPortlet
          Base portlet for Spring's portlet framework.
GenericPortletBean
          Simple extension of javax.portlet.GenericPortlet that treats its config parameters as bean properties.
HandlerAdapter
          Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow.
HandlerExecutionChain
          Handler execution chain, consisting of handler object and any handler interceptors.
HandlerInterceptor
          Workflow interface that allows for customized handler execution chains.
ModelAndView
          Holder for both Model and View in the web MVC framework.
 

Classes in org.springframework.web.portlet used by org.springframework.web.portlet.handler
HandlerAdapter
          Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow.
HandlerExceptionResolver
          Interface to be implemented by objects than can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.
HandlerExecutionChain
          Handler execution chain, consisting of handler object and any handler interceptors.
HandlerInterceptor
          Workflow interface that allows for customized handler execution chains.
HandlerMapping
          Interface to be implemented by objects that define a mapping between requests and handler objects.
ModelAndView
          Holder for both Model and View in the web MVC framework.
 

Classes in org.springframework.web.portlet used by org.springframework.web.portlet.mvc
HandlerAdapter
          Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow.
ModelAndView
          Holder for both Model and View in the web MVC framework.
 

Classes in org.springframework.web.portlet used by org.springframework.web.portlet.mvc.annotation
HandlerAdapter
          Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow.
HandlerMapping
          Interface to be implemented by objects that define a mapping between requests and handler objects.
ModelAndView
          Holder for both Model and View in the web MVC framework.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.