Interface | Description |
---|---|
Models |
A map of name to model instances used by a
ViewEngine
to process a view. |
MvcContext |
This class provides contextual information such as context and application
paths as well as access to the JAX-RS application configuration object.
|
Annotation Type | Description |
---|---|
Controller |
Declares a method as a controller.
|
RedirectScoped |
An annotation that defines a new CDI-based scope supported by the MVC API.
|
UriRef |
Defines a symbolic name for a controller method to be referenced by one of the
MvcContext.uri(java.lang.String) methods. |
View |
Declares a view for a controller that returns void, or for a controller
that may return
null and wants to declare a default value. |
Copyright © 2019 Ivar Grimstad. All rights reserved.