All Classes and Interfaces
Class
Description
Default implementation of
ExtendedExceptionMapper used to declare special handling for exception types that should be
processed by MVC.Default implementation of
template processor that can be used to
implement support for custom templating engines.Used to annotate JAX-RS resources and resource methods to provide reference to an error template if an exception has been
raised during processing a request (resource method invocation).
Implementation of
AbstractErrorTemplateMapper for every thrown Exception.Defines string formatting method for each constant in the resource file
Provides MVC functionality.
MvcFeature used to add MVC support to the server.A resolved
viewable.Used to annotate JAX-RS resources and resource methods to provide reference to a template for MVC support.
Helper class to provide some common functionality related to MVC.
Interface providing information about implicit viewable resource classes.
A view processor.
A viewable type referencing a template by name and a model to be passed
to the template.
The context for resolving an instance of
Viewable to an instance of ResolvedViewable.A runtime exception associated with errors when resolving a
Viewable to a ResolvedViewable by methods on ViewableContext.