|
|||||||||
| Home >> All >> org >> scopemvc >> view >> servlet >> [ xml overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.scopemvc.view.servlet.xml
Contains ServletView, a "container" used to hold a set of Pages that a Controller in a web application manages.
See:
Description
| Class Summary | |
| AbstractXSLPage | A ServletView that references an XSLT URI used to transform an XML representation of the View's bound model objects. |
| FullIDGenerator | |
| IdRefMap | |
| ModelToXML | Converts a model into an XML document (as SAX events driving a ContentHandler). |
| NoIDGenerator | |
| PropertyIDGenerator | Generates IDs to identify properties during the traversal of the model containment hierarchy. |
| XSLPage | A concrete AbstractXSLPage that uses Scope's ModelManager implementations to serialise its entire bound model object to an XML document. |
Package org.scopemvc.view.servlet.xml 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.
|
|||||||||
| Home >> All >> org >> scopemvc >> view >> servlet >> [ xml overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||