Package org.glassfish.jersey.server.mvc.jsp


package org.glassfish.jersey.server.mvc.jsp
Jersey server-side MVC support for servlet containers.

Note: Jersey applications that want to use MVC features should be registered as filters instead of servlets in web.xml (to fully take advantage of JspMvcFeature). Web.xml-less deployment of an application using MVC is not supported at the moment.

See Also:
  • JspTemplateProcessor