Searched refs:bodyTemplate (Results 1 – 1 of 1) sorted by relevance
403 final String bodyTemplate = "<html><head><title>%s</title></head>" in outputResponse() local421 textBody.append(String.format(bodyTemplate, "Not Found", "Not Found")); in outputResponse()429 textBody.append(String.format(bodyTemplate, "Not Found", "Not Found")); in outputResponse()437 textBody.append(String.format(bodyTemplate, "Found", "Found")); in outputResponse()