Uses of Package
org.glassfish.jersey.server.mvc
-
Packages that use org.glassfish.jersey.server.mvc Package Description org.glassfish.jersey.server.mvc.internal Jersey server-side internal MVC (Model View Controller) classes.org.glassfish.jersey.server.mvc.spi Provides support for view aspect of model view controller and templates that produce views. -
Classes in org.glassfish.jersey.server.mvc used by org.glassfish.jersey.server.mvc.internal Class Description Template Used to annotate JAX-RS resources and resource methods to provide reference to a template for MVC support.Viewable A viewable type referencing a template by name and a model to be passed to the template. -
Classes in org.glassfish.jersey.server.mvc used by org.glassfish.jersey.server.mvc.spi Class Description Viewable A viewable type referencing a template by name and a model to be passed to the template.