|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
ServletView
,
a "container" used to hold
a set of
Page
s
that a Controller in a web application manages.
See:
Description
Class Summary | |
Page | Base class for views used by servlet implementation. |
ServletView |
A container View to aggregate a set of Page s the allows the currently
visible Page to be set. |
ValidationFailure | Object to describe a failure to populate a model property with a certain value. |
Contains
ServletView
,
a "container" used to hold
a set of
Page
s
that a Controller in a web application manages.
The user can navigate independently to any view that a controller can present by using the browser controls (back, forward, history, bookmarks), so a Controller within a web application needs to make all its possible views available in order to be able to receive Controls from any view that it can possibly present.
A Page implementation must be able to stream the view to a Writer, and can optionally populate its bound model by parsing incoming request parameters.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |