Interface CompilationOutput

    • Method Detail

      • getMainBody

        java.lang.String getMainBody()
        Provides the generated class' main body section.
        Returns:
        the generated class' main body section
      • getSubTemplates

        java.util.Map<java.lang.String,​CompilationOutput> getSubTemplates()
        Provides the sub-templates (data-sly-template) code sections.
        Returns:
        the sub-templates (data-sly-template) code sections