Package org.riotfamily.common.web.controller

Provides several general purpose controllers.

See:
          Description

Class Summary
AttributeRendererController Controller that outputs the value of a request attribute.
AttributeViewController ParameterizableViewController that uses the request attributes as model.
HttpErrorController Controller that sends a HTTP error response with a configurable message and status code.
ParameterViewController ParameterizableViewController that uses the request parameters as model.
RedirectController Controller that sends a redirect to a configurable URL.
SessionKeepAliveController Controller that invokes request.getSession(false) to keep an existing HTTP session alive.
 

Package org.riotfamily.common.web.controller Description

Provides several general purpose controllers.