Package org.glassfish.jersey.server.mvc.spi
Provides support for view aspect of model view controller and templates that
produce views.
-
Interface Summary Interface Description TemplateProcessor<T> A view processor.ViewableContext The context for resolving an instance ofViewableto an instance ofResolvedViewable. -
Class 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.ResolvedViewable<T> A resolvedviewable. -
Exception Summary Exception Description ViewableContextException A runtime exception associated with errors when resolving aViewableto aResolvedViewableby methods onViewableContext.