© Brent Watson 2015
Brent WatsonStripes by Example10.1007/978-1-4842-0980-6_10

10. Resolutions

Brent Watson 
(1)
316 Marine Ave, Brooklyn, USA
 
 
Brent Watson
So far we’ve seen two of Stripes resolutions: ForwardResolution, which is used to specify the JSP that will be run, and RedirectResolution, which is used to perform an HTTP redirect. Though Stripes actually has seven classes that implement the Resolution interface, only a few are commonly used. This chapter will explain some advanced features of RedirectResolution and extend our knowledge to include two additional resolutions: StreamingResolution, which is used to stream data back to the client (such as text or file data), and ErrorResolution, which takes an error ...

Get Stripes by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.