Class ViewService

All Implemented Interfaces:
AdapterResource, Resource, Adaptable

@Produces("text/html; charset=UTF-8") public class ViewService extends DefaultAdapter
Author:
Bogdan Stefanescu
  • Constructor Details

    • ViewService

      public ViewService()
  • Method Details

    • doGet

      @GET public String doGet()
    • dispatchView

      @GET @Path("{view}") public Template dispatchView(@PathParam("view") String name)