Class RootResource

All Implemented Interfaces:
ModuleResource, Resource, Adaptable

@Path("/templates") public class RootResource extends ModuleRoot
Author:
Tiry
  • Constructor Details

    • RootResource

      public RootResource()
  • Method Details

    • index

      @GET public String index()
    • getCoreSession

      protected CoreSession getCoreSession()
    • getPong

      @GET @Path("ping") public String getPong()
    • getTemplates

      @Path("templates") public Object getTemplates()
    • getDocs

      @Path("docs") public Object getDocs()
    • getTemplates

      @Path("template/{id}") public Object getTemplates(@PathParam("id") String id)
    • getDocs

      @Path("doc/{id}") public Object getDocs(@PathParam("id") String id)