All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pragmatach.admin.routes.html Maven / Gradle / Ivy



<#include "bootstrapheader.html">

	<#include "adminheader.html">
	

Routes

GET

<#list controller.GETRoutes as route>
route method
${route.route.uri()} ${route.method.getDeclaringClass().getName()} : ${route.method.getName()}(${controller.getRouteParameters(route)})

POST

<#list controller.POSTRoutes as route>
route method
${route.route.uri()} ${route.method.getDeclaringClass().getName()} : ${route.method.getName()}(${controller.getRouteParameters(route)})
<#include "bootstrapfooter.html">




© 2015 - 2025 Weber Informatics LLC | Privacy Policy