Class DetailedReportXmlDefiner
java.lang.Object
eu.europa.esig.dss.detailedreport.DetailedReportXmlDefiner
public final class DetailedReportXmlDefiner extends Object
Contains the cached copies of relevant schema/templates for DetailedReport generation
-
Field Summary
Fields Modifier and Type Field Description static ObjectFactoryOBJECT_FACTORYUsed to create a JAXB objects -
Method Summary
Modifier and Type Method Description static TemplatesgetHtmlBootstrap3Templates()Gets the HTML Bootstrap 3 templatestatic TemplatesgetHtmlBootstrap4Templates()Gets the HTML Bootstrap 4 templatestatic JAXBContextgetJAXBContext()Gets theJAXBContextstatic TemplatesgetPdfTemplates()Gets the PDF templatestatic SchemagetSchema()Gets theSchema
-
Field Details
-
OBJECT_FACTORY
Used to create a JAXB objects
-
-
Method Details
-
getJAXBContext
Gets theJAXBContext- Returns:
JAXBContext- Throws:
JAXBException- if an exception occurs
-
getSchema
Gets theSchema- Returns:
Schema- Throws:
IOException- if an IOException occursSAXException- if an SAXException occurs
-
getHtmlBootstrap3Templates
public static Templates getHtmlBootstrap3Templates() throws TransformerConfigurationException, IOExceptionGets the HTML Bootstrap 3 template- Returns:
Templates- Throws:
TransformerConfigurationException- if an TransformerConfigurationException occursIOException- if an IOException occurs
-
getHtmlBootstrap4Templates
public static Templates getHtmlBootstrap4Templates() throws TransformerConfigurationException, IOExceptionGets the HTML Bootstrap 4 template- Returns:
Templates- Throws:
TransformerConfigurationException- if an TransformerConfigurationException occursIOException- if an IOException occurs
-
getPdfTemplates
Gets the PDF template- Returns:
Templates- Throws:
TransformerConfigurationException- if an TransformerConfigurationException occursIOException- if an IOException occurs
-