public interface

ResourceAwareController

org.springframework.web.portlet.mvc.ResourceAwareController
Known Indirect Subclasses

Class Overview

Extension of the Portlet Controller interface that allows for handling Portlet 2.0 resource requests as well. Can also be implemented by AbstractController subclasses.

See Also

Summary

Public Methods
abstract ModelAndView handleResourceRequest(ResourceRequest request, ResourceResponse response)
Process the resource request and return a ModelAndView object which the DispatcherPortlet will render.

Public Methods

public abstract ModelAndView handleResourceRequest (ResourceRequest request, ResourceResponse response)

Process the resource request and return a ModelAndView object which the DispatcherPortlet will render. A null return value is not an error: It indicates that this object completed request processing itself, thus there is no ModelAndView to render.

Parameters
request current portlet resource request
response current portlet resource response
Returns
  • a ModelAndView to render, or null if handled directly
Throws
Exception in case of errors