public class Tags extends BaseTemplateModel
| Modifier and Type | Class and Description |
|---|---|
static class |
Tags.TagsWrapper
Script and stylesheet lists are wrapped with a specialized BeansWrapper
that exposes certain write methods, instead of the configuration's object wrapper,
which doesn't.
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashSet<String> |
tags |
| Constructor and Description |
|---|
Tags() |
Tags(LinkedHashSet<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String... tags) |
void |
add(String tag) |
String |
list() |
freemarker.template.TemplateModel |
wrap() |
cleanMapValuesForDisplay, cleanTextForDisplay, cleanURIForDisplay, getUrl, getUrl, getUrl, simpleScriptStripperprotected final LinkedHashSet<String> tags
public Tags()
public Tags(LinkedHashSet<String> tags)
Copyright © 2016. All rights reserved.