Uses of Class
org.glassfish.jersey.server.mvc.Viewable
Packages that use Viewable
Package
Description
Jersey server-side internal MVC (Model View Controller) classes.
Provides support for view aspect of model view controller and templates that
produce views.
-
Uses of Viewable in org.glassfish.jersey.server.mvc.internal
Methods in org.glassfish.jersey.server.mvc.internal with parameters of type ViewableModifier and TypeMethodDescriptionstatic StringTemplateHelper.getTemplateName(Viewable viewable) Get template name from givenviewableor returnindexif the given viewable doesn't contain a valid template name. -
Uses of Viewable in org.glassfish.jersey.server.mvc.spi
Subclasses of Viewable in org.glassfish.jersey.server.mvc.spiMethods in org.glassfish.jersey.server.mvc.spi with parameters of type ViewableModifier and TypeMethodDescriptionViewableContext.resolveViewable(Viewable viewable, MediaType mediaType, Class<?> resourceClass, TemplateProcessor templateProcessor) voidTemplateProcessor.writeTo(T templateReference, Viewable viewable, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, OutputStream out) Process a template and write the result to an output stream.Constructors in org.glassfish.jersey.server.mvc.spi with parameters of type ViewableModifierConstructorDescriptionResolvedViewable(TemplateProcessor<T> viewProcessor, T templateReference, Viewable viewable, MediaType mediaType) Create a resolved viewable.ResolvedViewable(TemplateProcessor<T> viewProcessor, T templateReference, Viewable viewable, Class<?> resolvingClass, MediaType mediaType) Create a resolved viewable.