| Package | Description |
|---|---|
| liqp | |
| liqp.filters | |
| liqp.nodes |
| Modifier and Type | Method and Description |
|---|---|
Template |
Template.with(Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
static Filter |
Filter.getFilter(String name)
Retrieves a filter with a specific name.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Filter> |
Filter.getFilters()
Returns all default filters.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Filter.registerFilter(Filter filter)
Registers a new filter.
|
| Constructor and Description |
|---|
FilterNode(String filterName,
Filter filter) |
| Constructor and Description |
|---|
LiquidWalker(org.antlr.runtime.tree.TreeNodeStream nodes,
Map<String,Tag> tags,
Map<String,Filter> filters) |
LiquidWalker(org.antlr.runtime.tree.TreeNodeStream nodes,
Map<String,Tag> tags,
Map<String,Filter> filters,
Flavor flavor) |
Copyright © 2012–2016. All rights reserved.