Package org.scopemvc.view.servlet

Contains ServletView, a "container" used to hold a set of Pages 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 Pages the allows the currently visible Page to be set.
ValidationFailure Object to describe a failure to populate a model property with a certain value.
 

Package org.scopemvc.view.servlet Description

Contains ServletView, a "container" used to hold a set of Pages 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.



Copyright © 2000-2002 The Scope Team. All Rights Reserved.