Uses of Class
org.springframework.web.portlet.handler.PortletContentGenerator

Packages that use PortletContentGenerator
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. 
 

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

Subclasses of PortletContentGenerator in org.springframework.web.portlet.mvc
 class AbstractCommandController
          Abstract base class for custom command controllers.
 class AbstractController
          Convenient superclass for controller implementations, using the Template Method design pattern.
 class AbstractFormController
          Form controller that auto-populates a form bean from the request.
 class AbstractWizardFormController
          Form controller for typical wizard-style workflows.
 class BaseCommandController
          Controller implementation which creates an object (the command object) on receipt of a request and attempts to populate this object with request parameters.
 class ParameterizableViewController
          Trivial controller that always returns a named view.
 class PortletWrappingController
          Controller implementation that wraps a portlet instance which it manages internally.
 class SimpleFormController
          Concrete FormController implementation that provides configurable form and success views, and an onSubmit chain for convenient overriding.
 

Uses of PortletContentGenerator in org.springframework.web.portlet.mvc.annotation
 

Subclasses of PortletContentGenerator in org.springframework.web.portlet.mvc.annotation
 class AnnotationMethodHandlerAdapter
          Implementation of the HandlerAdapter interface that maps handler methods based on portlet modes, action/render phases and request parameters expressed through the RequestMapping annotation.
 



Copyright © 2002-2008 The Spring Framework.