- Template - Annotation Type in org.glassfish.jersey.server.mvc
-
Used to annotate JAX-RS resources and resource methods to provide reference to a template for MVC support.
- TEMPLATE_BASE_PATH - Static variable in class org.glassfish.jersey.server.mvc.MvcFeature
-
String property defining the base path to MVC templates.
- TEMPLATE_ERROR_CLOSING_READER() - Static method in class org.glassfish.jersey.server.mvc.internal.LocalizationMessages
-
File reader was not closed properly.
- TEMPLATE_HANDLER_ALREADY_ENHANCED(Object) - Static method in class org.glassfish.jersey.server.mvc.internal.LocalizationMessages
-
Handler class "{0}" has been already enhanced.
- TEMPLATE_MODEL_OF_VIEW_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.server.mvc.internal.LocalizationMessages
-
The model of the view MUST not be null.
- TEMPLATE_NAME_COULD_NOT_BE_RESOLVED(Object) - Static method in class org.glassfish.jersey.server.mvc.internal.LocalizationMessages
-
The template name "{0}" could not be resolved to a fully qualified template name.
- TEMPLATE_NAME_MUST_NOT_BE_NULL() - Static method in class org.glassfish.jersey.server.mvc.internal.LocalizationMessages
-
The template name MUST not be null.
- TEMPLATE_NAMES_COULD_NOT_BE_RESOLVED(Object, Object, Object) - Static method in class org.glassfish.jersey.server.mvc.internal.LocalizationMessages
-
Neither of the template names ({0}) could be resolved to a fully qualified template name.
- TEMPLATE_NO_MATCHING_RESOURCE_AVAILABLE() - Static method in class org.glassfish.jersey.server.mvc.internal.LocalizationMessages
-
There is no last matching resource available.
- TEMPLATE_OBJECT_FACTORY - Static variable in class org.glassfish.jersey.server.mvc.MvcFeature
-
Property used to pass user-configured factory able to create template objects.
- TEMPLATE_RESOLVE_ERROR(Object) - Static method in class org.glassfish.jersey.server.mvc.internal.LocalizationMessages
-
An exception occurred during resolving the {0} template.
- TEMPLATE_RESOLVING_CLASS_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.server.mvc.internal.LocalizationMessages
-
Resolving class MUST not be null.
- TemplateHelper - Class in org.glassfish.jersey.server.mvc.internal
-
Helper class to provide some common functionality related to MVC.
- TemplateInflector - Interface in org.glassfish.jersey.server.mvc.internal
-
Interface providing information about implicit viewable resource classes.
- TemplateProcessor<T> - Interface in org.glassfish.jersey.server.mvc.spi
-
A view processor.
- toResponse(T) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractErrorTemplateMapper
-