Uses of Interface
com.opensymphony.module.sitemesh.html.TextFilter
Packages that use TextFilter
Package
Description
HTML Package.
HTML Rules Package.
-
Uses of TextFilter in com.opensymphony.module.sitemesh.html
Methods in com.opensymphony.module.sitemesh.html with parameters of type TextFilterModifier and TypeMethodDescriptionvoidHTMLProcessor.addTextFilter(TextFilter textFilter) Adds the text filter.voidState.addTextFilter(TextFilter textFilter) Adds the text filter. -
Uses of TextFilter in com.opensymphony.module.sitemesh.html.rules
Classes in com.opensymphony.module.sitemesh.html.rules that implement TextFilterModifier and TypeClassDescriptionclassTextFilter that substitutes content using a JDK 1.4 regular expression.