Package eu.europa.esig.dss.simplereport
Class SimpleReportXmlDefiner
java.lang.Object
eu.europa.esig.dss.simplereport.SimpleReportXmlDefiner
Contains cached simple report schemas and templates
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Templates
Gets the HTML Bootstrap 4 templatestatic JAXBContext
Gets theJAXBContext
static Templates
Gets the PDF templatestatic Schema
Gets theSchema
-
Field Details
-
OBJECT_FACTORY
The object factory to use
-
-
Method Details
-
getJAXBContext
Gets theJAXBContext
- Returns:
JAXBContext
- Throws:
JAXBException
- if an exception occurs
-
getSchema
Gets theSchema
- Returns:
Schema
- Throws:
IOException
- if IOException occursSAXException
- if SAXException occurs
-
getHtmlBootstrap4Templates
public static Templates getHtmlBootstrap4Templates() throws TransformerConfigurationException, IOExceptionGets the HTML Bootstrap 4 template- Returns:
Templates
- Throws:
TransformerConfigurationException
- if TransformerConfigurationException occursIOException
- if IOException occurs
-
getPdfTemplates
Gets the PDF template- Returns:
Templates
- Throws:
TransformerConfigurationException
- if TransformerConfigurationException occursIOException
- if IOException occurs
-