A B E F G H I M R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- afterRender(Appendable, ILayout, boolean, long) - Method in class manifold.templates.rt.runtime.BaseTemplate
- append(char) - Method in class manifold.templates.rt.runtime.WrapAppendable
- append(CharSequence) - Method in class manifold.templates.rt.runtime.WrapAppendable
- append(CharSequence, int, int) - Method in class manifold.templates.rt.runtime.WrapAppendable
B
- BaseLayoutOverride - Class in manifold.templates.rt.runtime
- BaseLayoutOverride(ILayout) - Constructor for class manifold.templates.rt.runtime.BaseLayoutOverride
- BaseTemplate - Class in manifold.templates.rt.runtime
-
The base class for all generated template classes.
- BaseTemplate() - Constructor for class manifold.templates.rt.runtime.BaseTemplate
- beforeRender(Appendable, ILayout, boolean) - Method in class manifold.templates.rt.runtime.BaseTemplate
E
F
- footer(Appendable) - Method in interface manifold.templates.rt.runtime.ILayout
G
- getDefaultLayout(String) - Static method in class manifold.templates.rt.ManifoldTemplates
- getExplicitLayout() - Method in class manifold.templates.rt.runtime.BaseTemplate
- getOverride() - Method in class manifold.templates.rt.runtime.BaseLayoutOverride
- getTemplateLayout() - Method in class manifold.templates.rt.runtime.BaseTemplate
- getTemplateResourceAsStream() - Method in class manifold.templates.rt.runtime.BaseTemplate
-
Open an
InputStreamfor the template resource file in the classpath/module-path. - getTemplateText() - Method in class manifold.templates.rt.runtime.BaseTemplate
-
Returns the raw content of the template resource file at runtime.
- getTracer() - Static method in class manifold.templates.rt.ManifoldTemplates
H
- handleException(Exception, String, int, int[]) - Method in class manifold.templates.rt.runtime.BaseTemplate
- header(Appendable) - Method in interface manifold.templates.rt.runtime.ILayout
I
- ILayout - Interface in manifold.templates.rt.runtime
M
- manifold.templates.rt - package manifold.templates.rt
- manifold.templates.rt.runtime - package manifold.templates.rt.runtime
- ManifoldTemplates - Class in manifold.templates.rt
- ManifoldTemplates() - Constructor for class manifold.templates.rt.ManifoldTemplates
- ManifoldTemplates.TraceCallback - Interface in manifold.templates.rt
R
- resetDefaultLayout() - Static method in class manifold.templates.rt.ManifoldTemplates
S
- setDefaultLayout(String, ILayout) - Static method in class manifold.templates.rt.ManifoldTemplates
- setDefaultLayout(ILayout) - Static method in class manifold.templates.rt.ManifoldTemplates
- setLayout(ILayout) - Method in class manifold.templates.rt.runtime.BaseTemplate
T
- TestTemplateSuperClass - Class in manifold.templates.rt.runtime
- TestTemplateSuperClass() - Constructor for class manifold.templates.rt.runtime.TestTemplateSuperClass
- toS(Object) - Method in class manifold.templates.rt.runtime.BaseTemplate
- trace() - Static method in class manifold.templates.rt.ManifoldTemplates
- trace(Class, long) - Method in interface manifold.templates.rt.ManifoldTemplates.TraceCallback
- traceWith(ManifoldTemplates.TraceCallback) - Static method in class manifold.templates.rt.ManifoldTemplates
W
- WrapAppendable - Class in manifold.templates.rt.runtime
-
Wraps calls to
Appendablein the generated template to 1. handleIOExceptions that otherwise are tedious to handle inside lambdas and 2. handle indentation fornesting - WrapAppendable(Appendable, String) - Constructor for class manifold.templates.rt.runtime.WrapAppendable
All Classes All Packages