@ProviderType
public interface CompilationOutput
CompilationOutput
encapsulates the result of a compile operation as processed by the JavaClassBackendCompiler
.Modifier and Type | Method and Description |
---|---|
String |
getMainBody()
Provides the generated class' main body section.
|
Map<String,CompilationOutput> |
getSubTemplates()
Provides the sub-templates (
data-sly-template ) code sections. |
String getMainBody()
Map<String,CompilationOutput> getSubTemplates()
data-sly-template
) code sections.data-sly-template
) code sectionsCopyright © 2017 The Apache Software Foundation. All rights reserved.