public interface DefaultAlterGetter
Defines alterers used by all pre-built customizers, which are also accessible in custom customizers. The fully-qualified class name of your implementation is specified in the default_alterers_class_name configuration variable.
Implementation requirements:
null map, where no key is null or empty, and no value is null.Alterations are made in the same order as they are returned by the iterator. When used by pre-built customizers, these default alterations take place after all others (they are added to the end of the alter-array).
It is strongly recommended that at least the escape html alterer be returned by all getFor functions. This is in fact the only alterer returned by all functions in DefaultDefaultAlterGetter.
aliteralmind __DASH__ github __AT__ yahoo __DOT__ com), dual-licensed under the LGPL (version 3.0 or later) or the ASL (version 2.0). See source code for details. http://codelet.aliteralmind.com, https://github.com/aliteralmind/codelet| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<String,TextLineAlterer> |
getForCodeletDotOut()
Default alterers for
{@.codelet.out} taglets, when configured. |
LinkedHashMap<String,TextLineAlterer> |
getForFileTextlet()
Default alterers for
{@.file.textlet} taglets, when configured. |
LinkedHashMap<String,TextLineAlterer> |
getForSourceCodelet()
Default alterers for (source-code)
{@.codelet} taglets, when configured. |
LinkedHashMap<String,TextLineAlterer> getForSourceCodelet()
Default alterers for (source-code) {@.codelet} taglets, when configured.
This is also used by {@.codelet.and.out} taglets.
null map, where no key is null or empty, and no value is null. Each value should be unique.getForCodeletDotOut(),
getForFileTextlet()LinkedHashMap<String,TextLineAlterer> getForCodeletDotOut()
Default alterers for {@.codelet.out} taglets, when configured.
This is also used by {@.codelet.and.out} taglets.
null map, where no key is null or empty, and no value is null. Each value should be unique.getForSourceCodelet()LinkedHashMap<String,TextLineAlterer> getForFileTextlet()
Default alterers for {@.file.textlet} taglets, when configured.
null map, where no key is null or empty, and no value is null. Each value should be unique.getForSourceCodelet()Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet