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

META-INF.resources.jsonsrv.human-renderer.output-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 jsonServletPath = (String)request.getAttribute(HumanRenderer.REQ_ATT_JSONSRV_PATH);
String json = (String)request.getAttribute(HumanRenderer.REQ_ATT_JSON);
String description = null;
if(service.getDescription() != null){
   description = JsonCodec.getInstance().transform(service.getDescription());
}
%>

    
        
        <%=service.getId()%> output schema
        
        
        
        

        
        
        
        
        
        
        
    
">

<%=service.getId()%> output schema

<% if(description != null){%>

Description

<% }%>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy