@Component public class DocumentToHtmlTransformerImpl extends java.lang.Object implements DocumentToHtmlTransformer, com.clusterra.pmbok.document.domain.model.document.section.SectionContentVisitor<Section>
| Constructor and Description |
|---|
DocumentToHtmlTransformerImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
transform(com.clusterra.iam.core.application.tenant.TenantId tenantId,
com.clusterra.pmbok.document.domain.model.document.DocumentId documentId) |
Section |
visit(com.clusterra.pmbok.document.domain.model.document.section.history.HistorySectionContent content) |
Section |
visit(com.clusterra.pmbok.document.domain.model.document.section.reference.ReferenceSectionContent content) |
Section |
visit(com.clusterra.pmbok.document.domain.model.document.section.term.TermSectionContent content) |
Section |
visit(com.clusterra.pmbok.document.domain.model.document.section.text.TextSectionContent content) |
Section |
visit(com.clusterra.pmbok.document.domain.model.document.section.title.TitleSectionContent content) |
Section |
visit(com.clusterra.pmbok.document.domain.model.document.section.toc.TocSectionContent content) |
public java.lang.String transform(com.clusterra.iam.core.application.tenant.TenantId tenantId,
com.clusterra.pmbok.document.domain.model.document.DocumentId documentId)
throws java.lang.Exception
transform in interface DocumentToHtmlTransformerjava.lang.Exceptionpublic Section visit(com.clusterra.pmbok.document.domain.model.document.section.title.TitleSectionContent content) throws java.lang.Exception
visit in interface com.clusterra.pmbok.document.domain.model.document.section.SectionContentVisitor<Section>java.lang.Exceptionpublic Section visit(com.clusterra.pmbok.document.domain.model.document.section.history.HistorySectionContent content) throws java.lang.Exception
visit in interface com.clusterra.pmbok.document.domain.model.document.section.SectionContentVisitor<Section>java.lang.Exceptionpublic Section visit(com.clusterra.pmbok.document.domain.model.document.section.reference.ReferenceSectionContent content) throws java.lang.Exception
visit in interface com.clusterra.pmbok.document.domain.model.document.section.SectionContentVisitor<Section>java.lang.Exceptionpublic Section visit(com.clusterra.pmbok.document.domain.model.document.section.term.TermSectionContent content) throws java.lang.Exception
visit in interface com.clusterra.pmbok.document.domain.model.document.section.SectionContentVisitor<Section>java.lang.Exceptionpublic Section visit(com.clusterra.pmbok.document.domain.model.document.section.text.TextSectionContent content) throws java.lang.Exception
visit in interface com.clusterra.pmbok.document.domain.model.document.section.SectionContentVisitor<Section>java.lang.Exception