| Package | Description |
|---|---|
| org.dmd.templates.server.extended | |
| org.dmd.templates.server.generated.dmw | |
| org.dmd.templates.server.generated.dsd |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainedElement |
class |
ExtensionHook |
class |
Section |
class |
TdlModule |
class |
TextualArtifact |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainedElementDMW
Generated from the dmtdl schema at version unknown
|
class |
ExtensionHookDMW
The dark-matter Domain Specific Definition (DSD) mechanisms allow for
the\n extension of objects using auxliary classes and arbitrary name value
pairs (via the nvp attribute).\n These mechanisms are useful because they
allow you to augment an existing Domain Specific Language\n (DSL) with
your own information that can be used to facilitate generation of other
types\n of artifacts.\n
|
class |
SectionDMW
A Section represents part of a textual artifact that you want to format.\n
The artifact could be an XHTML document, an XML document, a piece of code,
a form\n letter - whatever.
|
class |
TdlModuleDMW
A TdlModule is used to define a set of Sections that\n define the overall
structure of a textual artifact.
|
class |
TextualArtifactDMW
A TextualArtifact is the top level entity that is comprised of Sections\n
and formatted via Templates.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TdlDefinition |
TdlDefinitionDMW.getModificationRecorder() |
TdlDefinition |
TdlModuleDMW.getTdlDefinition(DotName name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<TdlDefinition> |
TdlModuleDMW.getAllTdlDefinition() |
| Modifier and Type | Method and Description |
|---|---|
TdlDefinition |
TdlModuleScopedInterface.getTdlDefinition(DotName name) |
TdlDefinition |
TdlModuleGlobalInterface.getTdlDefinition(DotName name) |
TdlDefinition |
TdlModuleDefinitionManager.getTdlDefinition(DotName name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<TdlDefinition> |
TdlModuleScopedInterface.getAllTdlDefinition() |
Iterator<TdlDefinition> |
TdlModuleGlobalInterface.getAllTdlDefinition() |
Iterator<TdlDefinition> |
TdlModuleDefinitionManager.getAllTdlDefinition() |
Copyright © 2023. All rights reserved.