All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description AbstractErrorTemplateMapper<T extends Throwable> Default implementation ofExtendedExceptionMapperused to declare special handling for exception types that should be processed by MVC.AbstractTemplateProcessor<T> Default implementation oftemplate processorthat can be used to implement support for custom templating engines.ErrorTemplate 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).ErrorTemplateExceptionMapper Implementation ofAbstractErrorTemplateMapperfor every thrownException.LocalizationMessages Defines string formatting method for each constant in the resource fileMvcBinder Provides MVC functionality.MvcFeature MvcFeatureused to add MVC support to the server.ResolvedViewable<T> A resolvedviewable.Template Used to annotate JAX-RS resources and resource methods to provide reference to a template for MVC support.TemplateHelper Helper class to provide some common functionality related to MVC.TemplateInflector Interface providing information about implicit viewable resource classes.TemplateProcessor<T> A view processor.Viewable A viewable type referencing a template by name and a model to be passed to the template.ViewableContext The context for resolving an instance ofViewableto an instance ofResolvedViewable.ViewableContextException A runtime exception associated with errors when resolving aViewableto aResolvedViewableby methods onViewableContext.