public abstract class BaseTemplateModel extends Object
| Constructor and Description |
|---|
BaseTemplateModel() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
cleanMapValuesForDisplay(Map<T,String> map)
Used to do any processing for display of values in
a map.
|
protected String |
cleanTextForDisplay(String dirty)
Used to do any processing for display of general text.
|
protected String |
cleanURIForDisplay(String dirty)
Used to do any processing for display of URIs or URLs.
|
protected String |
getUrl(String path) |
protected String |
getUrl(String path,
String... params) |
protected String |
getUrl(String path,
UrlBuilder.ParamMap params) |
protected String |
simpleScriptStripper(String dirtyInput) |
protected String getUrl(String path, UrlBuilder.ParamMap params)
protected String cleanURIForDisplay(String dirty)
protected String cleanTextForDisplay(String dirty)
protected <T> void cleanMapValuesForDisplay(Map<T,String> map)
Copyright © 2016. All rights reserved.