public interface SamlTemplateEngine
Modifier and Type | Method and Description |
---|---|
void |
process(HttpServletRequest request,
String templateId,
Map<String,Object> model,
Writer out)
Process a template and deliver the response
|
void process(HttpServletRequest request, String templateId, Map<String,Object> model, Writer out)
request
- the incoming HTTP requesttemplateId
- the template to usemodel
- the model with the data inputsout
- a writer where the processed template will be written to