@ProviderType public interface CompilationOutput
CompilationOutput
encapsulates the result of a compile operation as processed by the JavaClassBackendCompiler
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMainBody()
Provides the generated class' main body section.
|
java.util.Map<java.lang.String,CompilationOutput> |
getSubTemplates()
Provides the sub-templates (
data-sly-template ) code sections. |
java.lang.String getMainBody()
java.util.Map<java.lang.String,CompilationOutput> getSubTemplates()
data-sly-template
) code sections.data-sly-template
) code sectionsCopyright © 2010 - 2020 Adobe. All Rights Reserved