Package org.avaje.freemarker.layout
Interface ContentFilter
-
public interface ContentFilter
A filter that can be applied to the content after layout inheritance etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringfilter(String content)Apply a filter to the content.
-