Interface | Description |
---|---|
Models |
A map of name to model instances used by a
ViewEngine
to process a view. |
Class | Description |
---|---|
Viewable |
An abstraction that includes information about a view as well as an instance
of
Models and a ViewEngine class, in
which only the view information is mandatory. |
Annotation Type | Description |
---|---|
Controller |
Declares a method as a controller.
|
View |
Declares a view for a controller method that returns void.
|
Copyright © 2015 Oracle Corporation. All rights reserved.