Interface HasEscape
-
- All Known Subinterfaces:
OutTagDeclaration
,PopoverTagDeclaration
public interface HasEscape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setEscape(String escape)
Flag indicating that characters that are sensitive in HTML and XML markup must be escaped.
-
-
-
Method Detail
-
setEscape
void setEscape(String escape)
Flag indicating that characters that are sensitive in HTML and XML markup must be escaped.
-
-