Interface TemplateHtmlEntityEncodingPolicy
-
- All Known Implementing Classes:
DefaultHtmlEntityEncodingPolicy
public interface TemplateHtmlEntityEncodingPolicy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default booleanshouldAutoEncode(ConfluenceVelocityTemplate template)Deprecated.since 8.4 useshouldAutoEncode(HtmlSafeVelocityTemplate)booleanshouldAutoEncode(HtmlSafeVelocityTemplate template)
-
-
-
Method Detail
-
shouldAutoEncode
boolean shouldAutoEncode(HtmlSafeVelocityTemplate template)
- Since:
- 8.4
-
shouldAutoEncode
@Deprecated default boolean shouldAutoEncode(ConfluenceVelocityTemplate template)
Deprecated.since 8.4 useshouldAutoEncode(HtmlSafeVelocityTemplate)
-
-