- tag - Variable in class hr.ngs.templater.Templater.TagPosition
-
Tag value to match.
- tagDetection(boolean) - Method in interface hr.ngs.templater.EditorConfigurationBuilder
-
Continuously run tag detection on any change in the document.
- tagListing(boolean) - Method in interface hr.ngs.templater.EditorConfigurationBuilder
-
Show tag listing when opening up document.
- tagManagement(boolean) - Method in interface hr.ngs.templater.EditorConfigurationBuilder
-
Is the user allowed to specify their own tags.
- TagMetadata(EditorConfigurationBuilder.TagStatus, Class<?>, String, String, String) - Constructor for class hr.ngs.templater.EditorConfigurationBuilder.TagMetadata
-
Create tag metadata description.
- TagPosition(String, int) - Constructor for class hr.ngs.templater.Templater.TagPosition
-
Prepare structure by defining tag and position arguments
- tags() - Method in interface hr.ngs.templater.Templater
-
Recognized tags in the document.
- TemplateDocument - Interface in hr.ngs.templater
-
Template document with analyzed tags.
- templater() - Method in interface hr.ngs.templater.TemplateDocument
-
Provides access to the low-level API.
- Templater - Interface in hr.ngs.templater
-
Provides access to low level API.
- Templater.TagPosition - Class in hr.ngs.templater
-
Exact tag position for the resize method.
- throwIfCancellationRequested() - Method in interface hr.ngs.templater.DocumentFactory.CancellationToken
-
Throw cancellation exception
if token has been canceled
- tryProcess(String, Templater, T) - Method in interface hr.ngs.templater.DocumentFactoryBuilder.Processor
-
A custom processor can be registered for specialized data types.
- typeVisibility(boolean) - Method in interface hr.ngs.templater.DocumentFactoryBuilder
-
During type analysis, analyze all
vs only public
signatures.