META-INF.resources.jsonsrv.human-renderer.input-schema.jsp Maven / Gradle / Ivy
<%@page import="org.brutusin.jsonsrv.human.HumanRenderer"%>
<%@page import="org.brutusin.jsonsrv.JsonService"%>
<%@page import="org.brutusin.json.spi.JsonCodec"%>
<%@page session="false"%>
<%
JsonService service = (JsonService)request.getAttribute(HumanRenderer.REQ_ATT_SRV);
String requestedPath = (String)request.getAttribute(HumanRenderer.REQ_ATT_REQ_PATH);
String json = (String)request.getAttribute(HumanRenderer.REQ_ATT_JSON);
String jsonServletPath = (String)request.getAttribute(HumanRenderer.REQ_ATT_JSONSRV_PATH);
String description = null;
if(service.getDescription()!=null){
description = JsonCodec.getInstance().transform(service.getDescription());
}
%>
<%=service.getId()%> input schema
<%=service.getId()%> input schema
<% if(description != null){%>
Description
<% }%>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy