public class DefaultDefaultAlterGetter extends Object implements DefaultAlterGetter
The default DefaultAlterGetter used, when none is explicitely configured.
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| Constructor and Description |
|---|
DefaultDefaultAlterGetter() |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<String,TextLineAlterer> |
getForCodeletDotOut()
Returns a map with a single entry, whose key is
"escape_html", and whose value is NewTextLineAltererFor.escapeHtml(). |
LinkedHashMap<String,TextLineAlterer> |
getForFileTextlet()
Returns a map with a single entry, whose key is
"escape_html", and whose value is NewTextLineAltererFor.escapeHtml(). |
LinkedHashMap<String,TextLineAlterer> |
getForSourceCodelet()
Returns a map with a single entry, whose key is
"escape_html", and whose value is . |
public DefaultDefaultAlterGetter()
public LinkedHashMap<String,TextLineAlterer> getForSourceCodelet()
Returns a map with a single entry, whose key is "escape_html", and whose value is .NewTextLineAltererFor.escapeHtml()
getForSourceCodelet in interface DefaultAlterGetternull map, where no key is null or empty, and no value is null. Each value should be unique.DefaultAlterGetter.getForCodeletDotOut(),
DefaultAlterGetter.getForFileTextlet()public LinkedHashMap<String,TextLineAlterer> getForCodeletDotOut()
Returns a map with a single entry, whose key is "escape_html", and whose value is NewTextLineAltererFor.escapeHtml().
getForCodeletDotOut in interface DefaultAlterGettergetForSourceCodelet()DefaultAlterGetter.getForSourceCodelet()public LinkedHashMap<String,TextLineAlterer> getForFileTextlet()
Returns a map with a single entry, whose key is "escape_html", and whose value is NewTextLineAltererFor.escapeHtml().
getForFileTextlet in interface DefaultAlterGettergetForSourceCodelet()DefaultAlterGetter.getForSourceCodelet()Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet